To stop processes temporarily, do the following:
1. Verify that you have the necessary privilege. You must be included in the admin.bos file on the machine where the processes are to be stopped. If necessary, issue the bos lsadmin command to check.
2. Issue the bos shutdown command to stop the processes by changing their status flags in the BOS Server's memory to NotRun:
$ bos shutdown -server machine [-process server_process...] [-wait]
The -process server_process option specifies each server process to be stopped. Omit this option to stop all processes except the BOS Server.
The -wait option causes the command shell prompt to remain absent until the processes have stopped. If omitted, the prompt immediately returns, even if the processes have not yet stopped.