Tivoli Workload Automation, Version 8.6

shutdown

Unconditionally stops all the Tivoli® Workload Scheduler production processes and services, including batchman, jobman, netman, mailman, appservman, all mailman servers, and all writer processes.

Start of changeEven 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.End of change

Start of changeOn Windows workstations, the shutdown command does not stop the tokensrv service.End of change

Note: Start of changeThis command is not supported on remote engine workstations.End of change

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