Uninstalling the RPAgent

Before uninstalling the RPAgent, Protegrity recommends creating a backup.

  1. Log in to the server as the user with the required permissions.
  2. Navigate to the /opt/protegrity/<DBP_version>/rpagent/bin/ directory.
  3. To stop the RPAgent, run the following command:
    ./rpagentctrl stop
    
  4. Press ENTER.
    The command stops the RPAgent.
    Stopping RP Agent (PID: 10856)
    Please Wait
    
  5. To verify the status of RPAgent, run the following command:
    ./rpagentctrl status
    
  6. Press ENTER.
    The status of the RPAgent appears.
    RP Agent is not running
    
  7. Navigate to the /opt/protegrity/ directory.
  8. To remove the /<DBP_version>/rpagent/ directory, run the following command:
    rmdir /<DBP_version>/rpagent
    
  9. Press ENTER.
    The command deletes the /<DBP_version>/rpagent/ directory and completes the uninstallation for the RPAgent.

Last modified : May 08, 2026