Verifying that the administrative agent is running

This task describes how to verify that the CIM agent is running.

Steps

  1. Access the engine hosting the master metadata server (by using SSH or the RSA II remote console interface).
  2. From a bash shell prompt, enter the following command:
    ps -efw | grep -i cimom.cimom

Result

If the administrative agent is running, you will see output similar to the following:
root      4070  3822  0 07:26 ?        S      0:08 
/opt/IBMJava2-131/jre/bin/exe/java -Xms128m -Xmx256m 
com.ibm.cimom.CIMOM -RootDir
root      4087  4070  0 07:26 ?        S      0:00 
/opt/IBMJava2-131/jre/bin/exe/java -Xms128m -Xmx256m 
com.ibm.cimom.CIMOM -RootDir
root      4088  4087  0 07:26 ?        S      0:00 
/opt/IBMJava2-131/jre/bin/exe/java -Xms128m -Xmx256m 
com.ibm.cimom.CIMOM -RootDir
root      4089  4087  0 07:26 ?        S      0:00 
/opt/IBMJava2-131/jre/bin/exe/java -Xms128m -Xmx256m 
com.ibm.cimom.CIMOM -RootDir
root      4090  4087  0 07:26 ?        S      0:00 
/opt/IBMJava2-131/jre/bin/exe/java -Xms128m -Xmx256m 
com.ibm.cimom.CIMOM -RootDir
root      4098  4087  0 07:27 ?        S      0:00 
/opt/IBMJava2-131/jre/bin/exe/java -Xms128m -Xmx256m 
com.ibm.cimom.CIMOM -RootDir
ldap      4099   758  0 07:27 ?        S      0:00 
/usr/sbin/slapd -u ldap
root      4101  4087  0 07:27 ?        S      2:11 
/opt/IBMJava2-131/jre/bin/exe/java -Xms128m -Xmx256m 
com.ibm.cimom.CIMOM -RootDir
root      4102  4087  0 07:27 ?        S      0:00 
/opt/IBMJava2-131/jre/bin/exe/java -Xms128m -Xmx256m 
com.ibm.cimom.CIMOM -RootDir

If the administrative agent is not running, you will not see any output.

Parent topic: Troubleshooting an administrative server

Related tasks
Accessing an engine through SSH

Terms of use | Feedback
(C) Copyright IBM Corporation 2003, 2004. All Rights Reserved.