Stopping Processes by Changing Their Status Flags to NotRun

To stop processes by changing their status flags to NotRun, 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 stop command to stop the processes by changing their status flags in the BosConfig file and in the BOS Server's memory to NotRun:

$ bos stop -server machine -process server_process... [-wait]

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.