What Is the Process Name of the Database Audit Agent?
Linux OS
The process name of the agent is /opt/dbss_audit_agent/bin/audit_agent
After installing the agent, you can perform the following steps to view its operating status:
- Log in to the node where the agent is installed as user root by using a cross-platform remote access tool (for example, PuTTY) via SSH.
- Run the following command to view the operating status of the agent:
ps -ef|grep audit_agent
- If the following information is displayed, the agent is running properly:/opt/dbss_audit_agent/bin/audit_agent
- If no information is displayed, the agent does not run properly.
- If the following information is displayed, the agent is running properly:
Parent topic: Agent
- Linux OS