After you determine a diagnosis for a monitoring process run the command:
/usr/ucb/ps -auxww | grep MM |
If the monitoring process is running, you will see an output similar to this example:
USER PID %CPU %MEM SZ RSS TT S START TIME COMMAND root 14540 0.2 1.14 485 620 608? S Mar 05 18:32 /bin/../java/bin/.. /bin/sparc/native_threads/java -Dsun.net.inetaddr.ttl=0 com. terraspring.mon.MM root 9529 0.1 0.1 976 672 pts/2 S 11:49:40 0:00 grep MM |
If the monitoring process is not running, you will see an output similar to this example:
USER PID %CPU %MEM SZ RSS TT S START TIME COMMAND root 9565 0.1 0.1 976 672 pts/2 S 11:50:28 0:00 grep MM |
See Restart the Monitoring Processes on the Control Plane Server for details on how to restart the process.