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