CA Infrastructure ManagementCA Performance Management - Usage and Administration
Issue/Introduction
If I wanted to set up process monitoring in the CAPM environment what processes would need to be monitored on each system?
Environment
Any CAPM version
Resolution
The following processes would need to be monitored
CAPC:
You want to monitor all the caperf processes
On RHEL 7 run systemctl status caperf*
On RHEL 6 run /etc/init.d/caperfcenter_console status && /etc/init.d/caperfcenter_devicemanager status && /etc/init.d/caperfcenter_sso status && /etc/init.d/caperfcenter_eventmanager status
DA
You want to monitor the "java" processes for dadaemon and activemq
On RHEL 7 run systemctl status dadaemon status and systemctl status activemq
On RHEL 6 run service dadaemon status and service activemq status
DC
You want to monitor the "java" processes for dcmd and activemq
On RHEL 7 run systemctl status dcmd status and systemctl status activemq
On RHEL 6 run service dcmd status and service activemq status
DR
You want to monitor the vertica and spread processes
Just do ps aux |grep vertica. You should see one vertica process and one spread process on each node