HCL Workload Automation, Version 9.4

shutdown

Unconditionally stops all the HCL Workload Automation production processes and services, including batchman, jobman, netman, mailman, appservman, all mailman servers, and all writer processes.

Even though this command does stop the appservman service, it does not stop the WebSphere Application Server services. To stop WebSphere Application Server services, run the stopappserver command. For more information, see stopappserver.

On Windows workstations, the shutdown command does not stop the tokensrv service.

Note: This command is not supported on remote engine workstations.

You must have shutdown access to the workstation.

Syntax

{shutdown | shut} [;wait]

Arguments

wait
Waits until all processes have stopped before prompting for another command.

Comments

The shutdown command stops the processes only on the workstation on which conman is running. To restart netman only, run the StartUp command. For information about the StartUp command, see StartUp. To restart the entire process tree, run the following conman commands:
start
startappserver
startmon

You must run a conman unlink @ command before executing a shutdown command.

Examples

To shut down production on the workstation on which you are running conman, run the following command:
unlink @
shutdown 
To shut down production on the workstation on which you are running conman and wait for all processes to stop, run the following command:
unlink@;noask
shut ;wait