Uninstalling the Application Protector
Uninstalling Application Protector (AP) Python from Linux in Production Environment
The steps to uninstall the different components of the AP Python in production environment are described in this section.
Uninstalling the Log Forwarder from Linux
To preserve all the configurations while upgrading the Log Forwarder, ensure that all the files present under the /opt/protegrity/logforwarder/data/config.d directory are backed up.
To uninstall the Log Forwarder from a Linux platform:
Navigate to the
/opt/protegrity/logforwarder/bindirectory.Stop the Log Forwarder using the following command.
./logforwarderctrl stopDelete the
/opt/protegrity/logforwarderdirectory. The Log Forwarder is uninstalled.
Uninstalling the RP Agent from Linux
Before uninstalling the RP Agent, ensure that all the files present under the /opt/protegrity/rpagent/data directory are backed up.
To uninstall the RP Agent from a Linux platform:
Navigate to the
/opt/protegrity/rpagent/bindirectory.Stop the RP Agent using the following command.
./rpagentctrl stopDelete the
/opt/protegrity/rpagentdirectory. The RP Agent is uninstalled.
Uninstalling the AP Python from Linux
To uninstall the AP Python from a Linux platform:
- Login to the machine from where you want to uninstall the AP Python.
- Uninstall the AP Python by running the following command.
pip uninstall appython - Delete the
/opt/protegrity/sdk/pythondirectory. The AP Python is uninstalled.
Feedback
Was this page helpful?