shutdown
Even though this command does stop the appservman service, it does not stop the WebSphere Application Server Liberty services. To stop WebSphere Application Server Liberty services, run the stopappserver command. For more information, see stopappserver.
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