Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / fs_listcells.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3fs_listcells - Displays the database server machines known to the Cache Manager
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<fs listcells> [B<-numeric>] [B<-help>]
11
12B<fs listc> [B<-n>] [B<-h>]
13
14=for html
15</div>
16
17=head1 DESCRIPTION
18
19The B<fs listcells> command formats and displays the list of the database
20server machines that the Cache Manager stores in kernel memory for its
21home cell and foreign cells.
22
23At each reboot of the client machine, the Cache Manager copies the
24contents of F</usr/vice/etc/CellServDB> into kernel memory. To modify the
25list between reboots, use the B<fs newcell> command.
26
27=head1 OPTIONS
28
29=over 4
30
31=item B<-numeric>
32
33Displays each database server machine's IP address rather than hostname.
34
35=item B<-help>
36
37Prints the online help for this command. All other valid options are
38ignored.
39
40=back
41
42=head1 OUTPUT
43
44The output includes a line for each cell included in the Cache Manager's
45kernel memory list, in the following format:
46
47 Cell <cell> on hosts <database server machines>
48
49The Cache Manager stores IP addresses, but by default has them translated
50to hostnames before reporting them, by passing them to the cell's name
51service (such as the Domain Name Service or a local host table). The name
52service sometimes returns hostnames in uppercase letters, or an IP address
53if it cannot resolve a name.
54
55Using the B<-numeric> flag bypasses the translation to hostnames, which
56can result in significantly faster production of output. The output
57includes IP addresses only.
58
59=head1 EXAMPLES
60
61The following example shows output for several cells as illustrations of
62the different formats for machine names:
63
64 % fs listcells
65 Cell example.com on hosts fs1.example.com fs2.example.com fs3.example.com
66 Cell example.org on hosts DB1.FS.EXAMPLE.ORG
67 DB2.FS.EXAMPLE.ORG DB3.FS.EXAMPLE.ORG
68 Cell example.net on hosts 138.255.0.2 sv3.example.net
69
70=head1 PRIVILEGE REQUIRED
71
72None
73
74=head1 SEE ALSO
75
76L<CellServDB(5)>,
77L<fs_newcell(1)>
78
79=head1 COPYRIGHT
80
81IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
82
83This documentation is covered by the IBM Public License Version 1.0. It was
84converted from HTML to POD by software written by Chas Williams and Russ
85Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.