backport to buster
[hcoop/debian/openafs.git] / doc / man-pages / pod5 / sysid.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3sysid - Lists file server machine interface addresses registered in VLDB
4
5=head1 DESCRIPTION
6
7The F<sysid> file records the network interface addresses that the File
8Server (B<fileserver> process) registers in the Volume Location Database
9(VLDB) for the local file server machine.
10
11Each time the File Server restarts, it builds a list of interfaces on the
12local machine by reading the F</usr/afs/local/NetInfo> file, if it
13exists. If the file does not exist, the File Server uses the list of
14network interfaces configured with the operating system. It then removes
15from the list any addresses that appear in the
16F</usr/afs/local/NetRestrict> file, if it exists. The File Server records
17the resulting list in the binary-format F<sysid> file and registers the
18interfaces in the VLDB.
19
20When the Cache Manager requests volume location information, the Volume
21Location (VL) Server provides all of the interfaces registered for each
22server machine that houses the volume. This enables the Cache Manager to
23make use of multiple addresses when accessing AFS data stored on a
24multihomed file server machine.
25
26=head1 CAUTIONS
27
28The F<sysid> file is unique to each file server machine, and must not be
29copied from one machine to another. If it is a common practice in the cell
30to copy the contents of the F</usr/afs/local> directory from an existing
31file server machine to a newly installed one, be sure to remove the
32F<sysid> file from the new machine before starting the C<fs> trio of
33processes, which includes the B<fileserver> process.
34
35A maximum of 15 file server interface addresses can be registered in the
36VLDB.
37
38=head1 SEE ALSO
39
40L<NetInfo(5)>,
41L<NetRestrict(5)>,
42L<vldb.DB0(5)>,
43L<fileserver(8)>
44
45=head1 COPYRIGHT
46
47IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
48
49This documentation is covered by the IBM Public License Version 1.0. It was
50converted from HTML to POD by software written by Chas Williams and Russ
51Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.