viced: make -vhashsize usable for non-DAFS
[openafs.git] / doc / man-pages / pod8 / bos_startup.pod
1 =head1 NAME
2
3 bos_startup - Starts a process without changing its status flag
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<bos startup> S<<< B<-server> <I<machine name>> >>> S<<< [B<-instance> <I<instances>>+] >>>
11     S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>] [B<-help>]
12
13 B<bos startu> S<<< B<-s> <I<machine name>> >>> S<<< [B<-i> <I<instances>>+] >>>
14     S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-l>] [B<-h>]
15
16 =for html
17 </div>
18
19 =head1 DESCRIPTION
20
21 The B<bos startup> command starts, on the server machine named by the
22 B<-server> argument, either:
23
24 =over 4
25
26 =item *
27
28 All AFS server processes not currently running but marked with the C<Run>
29 status flag in the F</usr/afs/local/BosConfig> file.
30
31 =item *
32
33 Each process specified by B<-instance> argument, even if its status flag
34 in the B<BosConfig> file is C<NotRun>.
35
36 =back
37
38 To start a process and set its F<BosConfig> status flag to C<Run>, use the
39 B<bos start> command instead.
40
41 =head1 OPTIONS
42
43 =over 4
44
45 =item B<-server> <I<machine name>>
46
47 Indicates the server machine on which to start processes. Identify the
48 machine by IP address or its host name (either fully-qualified or
49 abbreviated unambiguously). For details, see L<bos(8)>.
50
51 =item B<-instance> <I<instances>>+
52
53 Names each process to start. Use the process name assigned with the
54 B<-instance> argument to the B<bos create> command. The output from the
55 B<bos status> command lists the names.
56
57 =item B<-cell> <I<cell name>>
58
59 Names the cell in which to run the command. Do not combine this argument
60 with the B<-localauth> flag. For more details, see L<bos(8)>.
61
62 =item B<-noauth>
63
64 Assigns the unprivileged identity C<anonymous> to the issuer. Do not
65 combine this flag with the B<-localauth> flag. For more details, see
66 L<bos(8)>.
67
68 =item B<-localauth>
69
70 Constructs a server ticket using a key from the local
71 F</usr/afs/etc/KeyFile> or F</usr/afs/etc/KeyFileExt> file.
72 The B<bos> command interpreter presents the
73 ticket to the BOS Server during mutual authentication. Do not combine this
74 flag with the B<-cell> or B<-noauth> options. For more details, see
75 L<bos(8)>.
76
77 =item B<-help>
78
79 Prints the online help for this command. All other valid options are
80 ignored.
81
82 =back
83
84 =head1 EXAMPLES
85
86 The following command starts all processes marked with status flag C<Run>
87 in the F<BosConfig> file on the machine C<fs3.example.com> that are not
88 currently running.
89
90    % bos startup fs3.example.com
91
92 The following command starts the B<buserver>, B<kaserver>, B<ptserver>,
93 and B<vlserver> processes running on the machine C<db2.example.com>, even if
94 their status flags in the F<BosConfig> file are C<NotRun>.
95
96    % bos startup -server db2.example.com \
97        -instance buserver kaserver ptserver vlserver
98
99 =head1 PRIVILEGE REQUIRED
100
101 The issuer must be listed in the F</usr/afs/etc/UserList> file on the
102 machine named by the B<-server> argument, or must be logged onto a server
103 machine as the local superuser C<root> if the B<-localauth> flag is
104 included.
105
106 =head1 SEE ALSO
107
108 L<BosConfig(5)>,
109 L<KeyFile(5)>,
110 L<KeyFileExt(5)>,
111 L<UserList(5)>,
112 L<bos(8)>,
113 L<bos_create(8)>,
114 L<bos_start(8)>,
115 L<bos_status(8)>
116
117 =head1 COPYRIGHT
118
119 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
120
121 This documentation is covered by the IBM Public License Version 1.0.  It was
122 converted from HTML to POD by software written by Chas Williams and Russ
123 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.