3 bos_listhosts - Displays the contents of the CellServDB file
10 B<bos listhosts> S<<< B<-server> <I<machine name>> >>> S<<< [B<-cell> <I<cell name>>] >>>
11 [B<-noauth>] [B<-localauth>] [B<-help>]
13 B<bos listh> S<<< B<-s> <I<machine name>> >>> S<<< [B<-c> <I<cell name>>] >>> [B<-n>]
16 B<bos getcell> S<<< B<-server> <I<machine name>> >>> S<<< [B<-cell> <I<cell name>>] >>>
17 [B<-noauth>] [B<-localauth>] [B<-help>]
19 B<bos getc> S<<< B<-s> <I<machine name>> >>> S<<< [B<-c> <I<cell name>>] >>> [B<-n>]
27 The B<bos listhosts> command formats and displays the list of a cell's
28 database server machines from the F</usr/afs/etc/CellServDB> file on the
29 server machine named by the B<-server> argument.
31 To alter the list of machines, use the B<bos addhost> and B<bos
38 =item B<-server> <I<machine name>>
40 Indicates the server machine from which to display the
41 F</usr/afs/etc/CellServDB> file. Identify the machine by IP address or its
42 host name (either fully-qualified or abbreviated unambiguously). For
43 details, see L<bos(8)>.
45 For consistent performance in the cell, the output must be the same on
46 every server machine. The B<bos addhost> reference page explains how to
47 keep the machines synchronized.
49 =item B<-cell> <I<cell name>>
51 Names the cell in which to run the command. Do not combine this argument
52 with the B<-localauth> flag. For more details, see L<bos(8)>.
56 Assigns the unprivileged identity C<anonymous> to the issuer. Do not
57 combine this flag with the B<-localauth> flag. For more details, see
62 Constructs a server ticket using a key from the local
63 F</usr/afs/etc/KeyFile> or F</usr/afs/etc/KeyFileExt> file.
64 The B<bos> command interpreter presents the
65 ticket to the BOS Server during mutual authentication. Do not combine this
66 flag with the B<-cell> or B<-noauth> options. For more details, see
71 Prints the online help for this command. All other valid options are
78 The first line of the output names the cell to which the server machine
79 belongs. Each of the following lines names a database server machine for
82 The C<Host> number assigned to each database server machine is for
83 server-internal use only and is not the same as, nor necessarily related
84 to, the machine's IP address. The BOS Server assigned it as part of
85 performing the B<bos addhost> command.
89 The following command displays the database server machines listed in the
90 F</usr/afs/etc/CellServDB> file on the machine C<fs7.example.com>.
92 % bos listhosts fs7.example.com
93 Cell name is example.com
94 Host 1 is db1.example.com
95 Host 2 is db2.example.com
96 Host 3 is db3.example.com
98 =head1 PRIVILEGE REQUIRED
113 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
115 This documentation is covered by the IBM Public License Version 1.0. It was
116 converted from HTML to POD by software written by Chas Williams and Russ
117 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.