3 bos_shutdown - Stops a process without changing its status flag
10 B<bos shutdown> S<<< B<-server> <I<machine name>> >>>
11 S<<< [B<-instance> <I<instances>>+] >>> [B<-wait>] S<<< [B<-cell> <I<cell name>>] >>>
12 [B<-noauth>] [B<-localauth>] [B<-help>]
14 B<bos sh> S<<< B<-s> <I<machine name>> >>> S<<< [B<-i> <I<instances>>+] >>> [B<-w>]
15 S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-l>] [B<-h>]
22 The B<bos shutdown> command stops, on the server machine named by the
23 B<-server> argument, either
29 All of the currently running AFS server processes, except the BOS Server.
33 Only the processes specified by the B<-instance> argument.
37 This command does not change a process's status flag in the
38 F</usr/afs/local/BosConfig> file, but only in the BOS Server's memory. To
39 stop a process and change its F<BosConfig> status flag, use the B<bos
40 stop> command instead.
42 Once stopped with this command, a process does not run again until an
43 administrator starts it by using the B<bos start>, B<bos startup>, or
44 B<bos restart> command, or until the BOS Server restarts (assuming that
45 the process's F<BosConfig> status flag is C<Run>).
51 =item B<-server> <I<machine name>>
53 Indicates the server machine on which to stop processes. Identify the
54 machine by IP address or its host name (either fully-qualified or
55 abbreviated unambiguously). For details, see L<bos(8)>.
57 =item B<-instance> <I<instances>>+
59 Names each process to stop. Use the process name assigned with the
60 B<-instance> argument to the B<bos create> command. The output from the
61 B<bos status> command lists the names. Omit this argument to stop all
62 processes other than the BOS Server.
66 Delays the return of the command shell prompt until all processes actually
67 stop. If this argument is omitted, the prompt returns almost immediately
68 even if all processes are not stopped.
70 =item B<-cell> <I<cell name>>
72 Names the cell in which to run the command. Do not combine this argument
73 with the B<-localauth> flag. For more details, see L<bos(8)>.
77 Assigns the unprivileged identity C<anonymous> to the issuer. Do not
78 combine this flag with the B<-localauth> flag. For more details, see
83 Constructs a server ticket using a key from the local
84 F</usr/afs/etc/KeyFile> or F</usr/afs/etc/KeyFileExt> file.
85 The B<bos> command interpreter presents the
86 ticket to the BOS Server during mutual authentication. Do not combine this
87 flag with the B<-cell> or B<-noauth> options. For more details, see
92 Prints the online help for this command. All other valid options are
99 The following command stops all processes other than the BOS Server on the
100 machine C<fs3.example.com>.
102 % bos shutdown fs3.example.com
104 The following command stops the C<upserver> process (server portion of the
105 Update Server) on the machine C<fs5.example.com>.
107 % bos shutdown -server fs5.example.com -instance upserver
109 =head1 PRIVILEGE REQUIRED
111 The issuer must be listed in the F</usr/afs/etc/UserList> file on the
112 machine named by the B<-server> argument, or must be logged onto a server
113 machine as the local superuser C<root> if the B<-localauth> flag is
131 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
133 This documentation is covered by the IBM Public License Version 1.0. It was
134 converted from HTML to POD by software written by Chas Williams and Russ
135 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.