BOS_SHUTDOWN(8) | AFS Command Reference | BOS_SHUTDOWN(8) |
bos_shutdown - Stops a process without changing its status flag
bos shutdown
-server <machine name>
[-instance <instances>+] [-wait]
[-cell <cell name>]
[-noauth] [-localauth] [-help]
bos sh -s <machine name>
[-i <instances>+] [-w]
[-c <cell name>] [-n] [-l]
[-h]
The bos shutdown command stops, on the server machine named by the -server argument, either
This command does not change a process's status flag in the /etc/openafs/BosConfig file, but only in the BOS Server's memory. To stop a process and change its BosConfig status flag, use the bos stop command instead.
Once stopped with this command, a process does not run again until an administrator starts it by using the bos start, bos startup, or bos restart command, or until the BOS Server restarts (assuming that the process's BosConfig status flag is "Run").
The following command stops all processes other than the BOS Server on the machine "fs3.example.com".
% bos shutdown fs3.example.com
The following command stops the "upserver" process (server portion of the Update Server) on the machine "fs5.example.com".
% bos shutdown -server fs5.example.com -instance upserver
The issuer must be listed in the /etc/openafs/server/UserList file on the machine named by the -server argument, or must be logged onto a server machine as the local superuser "root" if the -localauth flag is included.
BosConfig(5), KeyFile(5), KeyFileExt(5), UserList(5), bos(8), bos_create(8), bos_restart(8), bos_start(8), bos_startup(8), bos_status(8)
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.
2024-12-16 | OpenAFS |