You can restart the CIM Object Manager using the init.wbem command or the cimom command, depending on how you want to restart. If you want to restart the CIM Object Manager on the default host, use the init.wbem command. If you want to restart the CIM Object Manager on another host, use the cimom command. Using the cimom command, you can also view the version of the CIM Object Manager.
Become root on your system by typing the following command at the system prompt:
% su |
Type the root password when you are prompted.
Change directories to the location of the init.wbem command by typing the following command:
# cd /etc/init.d/ |
Restart the CIM Object Manager by typing the following command:
# ./init.wbem start |
The CIM Object Manager starts.
Become root on your system by typing the following command at the system prompt:
% su |
Type the root password when you are prompted.
Change directories to the location of the cimom command by typing the following command:
# cd /opt/SUNWconn/wbem/bin |
Restart the CIM Object Manager and specify a host by typing the following command:
# cimom -s server_name |
where server_name is the name of a specific host running a CIM Object Manager Repository.
The CIM Object Manager resumes running.