The hcmds64srv command starts and stops the services and databases of Ops Center Automator. This command can also display the status of the Ops Center Automator services or change how to start the services. Note that if you run this command by specifying AutomationWebService for the /server option, you can start, stop, or display the status of the following services:
- HAutomation Engine Web Service
- HBase 64 Storage Mgmt SSO Service1
- HBase 64 Storage Mgmt Web Service1
- HBase 64 Storage Mgmt Web SSO Service1
- Database process1, 2
- The service does not stop while a service from the products using Common Component is running.
- These are the internal processes of Ops Center Automator. The hcmds64srv command does not start and stop HiRDB/EmbeddedEdition _HD1 that represents the database service.
The syntax is:
To start, stop, or display only the status of a specific service:
hcmds64srv {/start /stop /check | /status} [/server service-name]
To see the status of services of Ops Center Automator and the products using Common Component:
hcmds64srv /statusall
To change how to start a service or services:
hcmds64srv /starttype {auto | manual} {/server service-name | /all}
where:
- /start starts the service and database specified in the /server option.
- /stop stops the service and database specified in the /server option.
- /check displays the status of the service and database specified in the /server option.
- /status displays the status of the service and database specified in the /server option.
- /server stops and starts the service and displays status.
To start and stop only the service, or display its status, of Ops Center Automator, specify AutomationWebService for service-name. If this option is omitted, the command has an effect on the services of Ops Center Automator and all products using Common Component.
- /statusall displays the status of the services and databases, and of the services of the products using Common Component.
- /starttype specifies the start type of the service specified in the /server option. To start the service automatically, use auto. To start the service manually, use manual.
- /all If this option is specified, the command has an effect on the services of Ops Center Automator and all products using Common Component.
Remarks
- When you start and stop the services for Ops Center Automator in day-to-day functions, start and stop all the services without specifying the /server option. To start only the services from Ops Center Automator with /server option, use HBase for the /server option to start the services of Common Component because these services must be started beforehand.
- Running the command with the /stop option while a task is being processed ends any processing running on the connection destination. For this reason, if any task is In Progress, Waiting for Input, In Progress (with Error), or In Progress (Terminating), you need to wait the status transition of the task to one of the ended status (Completed, Failed, or Canceled) or stop all the tasks, and then use the command with the /stop option.
- If the service does not stop within three minutes after the command with the /stop option, the command ends abnormally with a message indicating a timeout. In this case, wait a little while and then run the command with the /stop option again.