Merge 1.8.0~pre4 packaging into master
[pkg-k5-afs_openafs.git] / doc / man-pages / pod8 / bos_status.pod
blob9cf159ee9e7bed6f1ffd8ec18c84f3d8443d3657
1 =head1 NAME
3 bos_status - Displays the status of server processes
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 S<<< B<bos status -server> <I<machine name>> >>>  [-instance <I<server process name>>+]
11 [B<-long>]  S<<< [B<-cell> <I<cell name>>] >>>  [B<-noauth>]  [B<-localauth>]  [B<-help>]
13 S<<< B<bos stat -s> <I<machine name>> >>>  [-i <I<server process name>>+]
14 [B<-lon>]  S<<< [B<-c> <I<cell name>>] >>>  [B<-n>]  [B<-loc>]  [B<-h>]
16 =for html
17 </div>
19 =head1 DESCRIPTION
21 The bos status command reports the status of processes on the
22 server machine named by the B<-server> argument, either
24 =over 4
26 =item *
28 All of the AFS server processes listed in the
29 F</usr/afs/local/BosConfig> file
31 =item *
33 Only these processes named by the -instance argument
35 =back
37 =head1 OPTIONS
39 =over 4
41 =item B<-server> <I<machine name>>
43 Indicates the server machine for which to report server process
44 status. Identify the machine by IP address or its host name (either
45 fully-qualified or abbreviated unambiguously). For details, see L<bos(8)>.
47 =item -instance
49 Names each process for which to report status. Use the process name
50 assigned with the B<-instance> argument to the B<bos>
51 command. The output from the B<bos status> command lists the
52 names.
54 =item -long
56 Produces more detailed status information.
58 =item B<-cell> <I<cell name>>
60 Names the cell in which to run the command. Do not combine this
61 argument with the B<-localauth> flag. For more details, see L<bos(8)>.
63 =item B<-noauth>
65 Assigns the unprivileged identity C<anonymous> to the
66 issuer. Do not combine this flag with the B<-localauth>
67 flag. For more details, see L<bos(8)>.
69 =item B<-localauth>
71 Constructs a server ticket using a key from the local
72 F</usr/afs/etc/KeyFile> or F</usr/afs/etc/KeyFileExt> file. The B<bos> command
73 interpreter presents the ticket to the BOS Server during mutual
74 authentication. Do not combine this flag with the B<-cell> or
75 B<-noauth> options. For more details, see L<bos(8)>.
77 =item B<-help>
79 Prints the online help for this command. All other valid options
80 are ignored.
82 =back
84 =head1 OUTPUT
86 The output for a process includes at least one line, which reports one of
87 the following as the process's current status:
89 =over 4
91 =item *
93 C<currently running normally>. The process's status
94 flag in the B<BosConfig> file is C<Run>. For
95 B<cron> entries, this message indicates only that the command is
96 scheduled to run, not necessarily that it was executing when the B<bos
97 status> command was issued.
99 =item *
101 C<disabled>. The process is not running, and its
102 B<BosConfig> status flag is C<NotRun>.
104 =item *
106 C<temporarily disabled>. The process is not running
107 although its status flag in the B<BosConfig> file is
108 C<Run>. Either an administrator used the B<bos
109 shutdown> command to stop it, or the
111 =item *
113 BOS Server stopped trying to restart it after numerous failed
114 attempts. In the second case, the auxiliary message is C<stopped for
115 too many errors>.
117 =item *
119 C<temporarily enabled>. The process is running although its
120 status flag in the B<BosConfig> file is C<NotRun>. An
121 administrator has used the B<bos startup> command to start it.
123 =back
125 If one of the following special circumstances applies to the process, the
126 indicated message appears in its entry:
128 =over 4
130 =item *
132 C<has core file>. The process failed and created a core
133 file in the F</usr/afs/logs> directory. If the BOS Server was
134 able to restart the process after the failure, the primary status is
135 C<currently running normally>.
137 =item *
139 C<stopped for too many  errors>. The reason for the primary
140 status C<temporarily  disabled> is that the BOS Server's attempts
141 to restart the process all failed.
143 =back
145 The entry for the fs process always includes a second line to
146 report the process's C<Auxiliary status>, which is one of the
147 following:
149 =over 4
151 =item *
153 C<file server running>. The File Server and Volume Server
154 components of the File Server process are running normally.
156 =item *
158 C<salvaging file system>. The Salvager is running, so the
159 File Server and Volume Server are temporarily disabled. The BOS Server
160 restarts them as soon as the Salvager is finished.
162 =back
164 The entry for a cron process includes an C<Auxiliary
165 status> that reports when the command will next execute.
167 If the -long flag is used, each entry includes the following
168 additional information:
170 =over 4
172 =item *
174 The process's type (C<simple>, C<fs>, or
175 C<cron>).
177 =item *
179 The day and time the process last started or restarted.
181 =item *
183 The number of C<proc starts>, which is how many times the BOS
184 Server has started or restarted the process since it started itself.
186 =item *
188 The C<Last exit> time when the process (or one of the component
189 processes in the B<fs> process) last terminated. This line does
190 not appear if the process has not terminated since the BOS Server
191 started.
193 =item *
195 The C<Last error exit> time when the process (or one of the
196 component processes in the B<fs> process) last failed due to an
197 error. A further explanation such as C<due to shutdown request>
198 sometimes appears. This line does not appear if the process has not
199 failed since the BOS Server started.
201 =item *
203 Each command that the BOS Server invokes to start the process, as
204 specified by the B<-cmd> argument to the B<bos create>
205 command.
207 =item *
209 The pathname of the notifier program that the BOS Server invokes when the
210 process terminates (if any), as specified by the B<-notifier> argument
211 to the B<bos create> command.
213 =back
215 If the -long flag is provided and the BOS Server discovers that
216 the mode bits on files and subdirectories in the local F</usr/afs>
217 directory differ from the expected values, it prints the following warning
218 message:
220    Bosserver reports inappropriate access on server directories
222 The following chart summarizes the expected mode bit settings. A
223 question mark indicates that the BOS Server does not check that bit.
225 =head1 EXAMPLES
227 The following example command displays the status of processes on the
228 machine B<fs3.example.com>:
230    % bos status fs3.example.com
231    Instance buserver, currently running normally.
232    Instance kaserver, currently running normally.
233    Instance ptserver, currently running normally.
234    Instance vlserver, currently running normally.
235    Instance fs, has core file, currently running normally.
236        Auxiliary status is: file server running.
237    Instance upserver, currently running normally.
239 The following example command displays a detailed status report for the
240 B<fs> and B<ptserver> processes on the machine
241 B<fs1.example.com>.
243    % bos status -server fs1.example.com -instance fs ptserver -long
244    Instance fs, (type is fs), currently running normally.
245       Auxiliary status is: file server running.
246       Process last started at Wed Jan 7 5:34:49 1998 (3 proc starts)
247       Last exit at Wed Jan 7 5:34:49 1998
248       Last error exit at Wed Jan 7 5:34:49 1998, due to shutdown
249           request
250       Command 1 is '/usr/afs/bin/fileserver'
251       Command 2 is '/usr/afs/bin/volserver'
252       Command 3 is '/usr/afs/bin/salvager'
253    Instance ptserver, (type is simple) currently running normally.
254       Process last started at Tue Jan 6 8:29:19 1998 (1 proc starts)
255       Command 1 is '/usr/afs/bin/ptserver'
257 =head1 PRIVILEGE REQUIRED
259 None
261 =head1 SEE ALSO
263 L<BosConfig(5)>,
264 L<KeyFile(5)>,
265 L<KeyFileExt(5)>,
266 L<bos(8)>,
267 L<bos_create(8)>,
268 L<bos_shutdown(8)>,
269 L<bos_startup(8)>,
270 L<bos_status(8)>
272 =head1 COPYRIGHT
274 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
276 This documentation is covered by the IBM Public License Version 1.0.  It was
277 converted from HTML to POD by software written by Chas Williams and Russ
278 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.