Service management using the vomadm utility

Last published : Jun 19, 2026
Use the following command to manage the various services in InfoScale Operations Manager:
vomadm service { --start | --stop | --restart | --status | --version | --help } [process]
Where
start: Starts the specified service, or all the services that the script manages.
stop: Stops the specified service, or all the services that the script manages.
restart: Restarts the specified service, or all the services that the script manages.
status: Displays the status of the specified service, or all the services that the script manages.
version: Displays the version of the VRTSsfmcs package or RTSsfmh package that is installed on the Management Server host.
help: Displays help to use the service command and various options available with the command.
process: Name of any of the following processes:
  • web \- InfoScale Operations Manager Web Server
  • at \- InfoScale Operations Manager Authentication Service
  • xprtld \- InfoScale Operations Manager Messaging Service
  • db \- InfoScale Operations Manager Database Service
  • dcli \- InfoScale Operations Manager Distributed Command Line Daemon
  • sd \- InfoScale Operations Manager watchdog
  • xtrapd \- SNMP trap service
  • ALL \- All the processes that the script manages
More Information