Document KeyFileExt(5)
[openafs.git] / doc / man-pages / pod8 / bos_status.pod
index bd6edef..9cf159e 100644 (file)
@@ -1,19 +1,25 @@
 =head1 NAME
 
-bos status - Displays the status of server processes
+bos_status - Displays the status of server processes
 
 =head1 SYNOPSIS
 
-B<bos status -server> <I<machine name>>  [-instance <I<server process name>>+]  
-[B<-long>]  [B<-cell> <I<cell name>>]  [B<-noauth>]  [B<-localauth>]  [B<-help>] 
+=for html
+<div class="synopsis">
 
-B<bos stat -s> <I<machine name>>  [-i <I<server process name>>+] 
-[B<-lon>]  [B<-c> <I<cell name>>]  [B<-n>]  [B<-loc>]  [B<-h>] 
+S<<< B<bos status -server> <I<machine name>> >>>  [-instance <I<server process name>>+]
+[B<-long>]  S<<< [B<-cell> <I<cell name>>] >>>  [B<-noauth>]  [B<-localauth>]  [B<-help>]
+
+S<<< B<bos stat -s> <I<machine name>> >>>  [-i <I<server process name>>+]
+[B<-lon>]  S<<< [B<-c> <I<cell name>>] >>>  [B<-n>]  [B<-loc>]  [B<-h>]
+
+=for html
+</div>
 
 =head1 DESCRIPTION
 
 The bos status command reports the status of processes on the
-server machine named by the B<-server> argument, either 
+server machine named by the B<-server> argument, either
 
 =over 4
 
@@ -63,7 +69,7 @@ flag. For more details, see L<bos(8)>.
 =item B<-localauth>
 
 Constructs a server ticket using a key from the local
-F</usr/afs/etc/KeyFile> file. The B<bos> command
+F</usr/afs/etc/KeyFile> or F</usr/afs/etc/KeyFileExt> file. The B<bos> command
 interpreter presents the ticket to the BOS Server during mutual
 authentication. Do not combine this flag with the B<-cell> or
 B<-noauth> options. For more details, see L<bos(8)>.
@@ -155,7 +161,7 @@ restarts them as soon as the Salvager is finished.
 
 =back
 
-The entry for a cron process includes an C<Auxiliary 
+The entry for a cron process includes an C<Auxiliary
 status> that reports when the command will next execute.
 
 If the -long flag is used, each entry includes the following
@@ -219,9 +225,9 @@ question mark indicates that the BOS Server does not check that bit.
 =head1 EXAMPLES
 
 The following example command displays the status of processes on the
-machine B<fs3.abc.com>:
+machine B<fs3.example.com>:
 
-   % bos status fs3.abc.com
+   % bos status fs3.example.com
    Instance buserver, currently running normally.
    Instance kaserver, currently running normally.
    Instance ptserver, currently running normally.
@@ -229,18 +235,17 @@ machine B<fs3.abc.com>:
    Instance fs, has core file, currently running normally.
        Auxiliary status is: file server running.
    Instance upserver, currently running normally.
-   Instance runntp, currently running normally.
 
 The following example command displays a detailed status report for the
 B<fs> and B<ptserver> processes on the machine
-B<fs1.abc.com>.
+B<fs1.example.com>.
 
-   % bos status -server fs1.abc.com -instance fs ptserver -long
+   % bos status -server fs1.example.com -instance fs ptserver -long
    Instance fs, (type is fs), currently running normally.
       Auxiliary status is: file server running.
       Process last started at Wed Jan 7 5:34:49 1998 (3 proc starts)
-      Last exit at Wed Jan 7 5:34:49 1998 
-      Last error exit at Wed Jan 7 5:34:49 1998, due to shutdown 
+      Last exit at Wed Jan 7 5:34:49 1998
+      Last error exit at Wed Jan 7 5:34:49 1998, due to shutdown
           request
       Command 1 is '/usr/afs/bin/fileserver'
       Command 2 is '/usr/afs/bin/volserver'
@@ -255,8 +260,9 @@ None
 
 =head1 SEE ALSO
 
-L<BosConfig(1)>,
-L<KeyFile(1)>,
+L<BosConfig(5)>,
+L<KeyFile(5)>,
+L<KeyFileExt(5)>,
 L<bos(8)>,
 L<bos_create(8)>,
 L<bos_shutdown(8)>,