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