There may be situations where customer's may have to start/stop the Veritas Operations Manager (VOM) Managed Server (CMS) services manually if the Services require to be restarted for troubleshooting purposes.
The following procedure is to start/stop the VOM Managed Server (CMS) services manually on a standalone configuration of the CMS. If the CMS is configured in a VCS Cluster, then please do not use this procedure, but instead you may Online/Offline the Service Group configured to manage the CMS services in the Veritas Cluster Server (VCS).
--------------------------------------------------------------
To start the VOM processes/services on CMS on Unix/Linux use the following sequence of steps:
--------------------------------------------------------------
1.] Start the Authentication daemon service:
# /opt/VRTSsfmcs/sec/bin/sfmsecdctrl start
2.] Start the VOM Database:
# /opt/VRTSsfmcs/config/adm/vxsfmcsdb start
3.] Start the Web console service:
# /opt/VRTSsfmcs/cweb/sfmw start
4.] Start the xprtld daemon service:
# /opt/VRTSsfmh/adm/xprtldctrl start
--------------------------------------------------------------
To stop the VOM processes/services on CMS on Unix/Linux use the following sequence of steps:
--------------------------------------------------------------
1.] Stop the xprtld daemon service:
# /opt/VRTSsfmh/adm/xprtldctrl stop
2.] Stop Web console service:
# /opt/VRTSsfmcs/cweb/sfmw stop
3.] Stop the VOM Database:
# /opt/VRTSsfmcs/config/adm/vxsfmcsdb stop
4.] Stop the Authentication daemon service:
# /opt/VRTSsfmcs/sec/bin/sfmsecdctrl stop
UPDATE: See Related Article below for superseding information.