Uninstalling the RPAgent

  1. Log in to the server as the user with the required permissions.

  2. Navigate to the /opt/protegrity/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 /rpagent/ directory, run the following command:

    rmdir rpagent
    
  9. Press ENTER.
    The command removes the /rpagent/ directory and completes the uninstallation for the RPAgent.


Last modified : February 20, 2026