Removing Processes from the BosConfig File

To remove processes from the BosConfig file, do the following:

1. Verify that you have the necessary privilege. You must be included in the admin.bos file on the machine from which the process is to be removed. 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; you must also do this for cron processes, even though they do not run continuously.

$ 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.

3. Remove the processes from the BosConfig file with the bos delete command:

$ bos delete -server machine -process server_process...