How Do I Uninstall a Database Audit Agent?
You can uninstall an agent from the database or application if you do not need to audit the database.
Prerequisites
You have installed an agent on the desired node.
Uninstalling the Agent from a Linux OS
- Log in to the node where the agent is installed as user root using SSH through a cross-platform remote access tool (such as PuTTY).
- Run the following command to access the directory where the decompressed xxx.tar.gz agent installation package is stored:
cd directory containing the decompressed agent installation package
- Run the following command to check whether you have the permission for executing the uninstall.sh script:
ll
- If you do, go to 4.
- If you do not, perform the following operations:
- Run the following command to get the script execution permission:
chmod +x uninstall.sh
- Verify you have the required permissions. Go to 4.
- Run the following command to get the script execution permission:
- Run the following command to uninstall the agent:
sh uninstall.sh
If the following information is displayed, the agent has been uninstalled successfully:
uninstall audit agent...exist os-release filestopping audit agentaudit agent stoppedstop audit_agent successservice audit_agent does not support chkconfiguninstall audit agent completed!
Parent topic: Agent
- Prerequisites
- Uninstalling the Agent from a Linux OS