BOS_LISTHOSTS(8) | AFS Command Reference | BOS_LISTHOSTS(8) |
bos_listhosts - Displays the contents of the CellServDB file
bos listhosts
-server <machine name>
[-cell <cell name>]
[-noauth] [-localauth] [-help]
bos listh
-s <machine name>
[-c <cell name>] [-n]
[-l] [-h]
bos getcell
-server <machine name>
[-cell <cell name>]
[-noauth] [-localauth] [-help]
bos getc
-s <machine name>
[-c <cell name>] [-n]
[-l] [-h]
The bos listhosts command formats and displays the list of a cell's database server machines from the /etc/openafs/server/CellServDB file on the server machine named by the -server argument.
To alter the list of machines, use the bos addhost and bos removehost commands.
For consistent performance in the cell, the output must be the same on every server machine. The bos addhost reference page explains how to keep the machines synchronized.
The first line of the output names the cell to which the server machine belongs. Each of the following lines names a database server machine for that cell.
The "Host" number assigned to each database server machine is for server-internal use only and is not the same as, nor necessarily related to, the machine's IP address. The BOS Server assigned it as part of performing the bos addhost command.
The following command displays the database server machines listed in the /etc/openafs/server/CellServDB file on the machine "fs7.example.com".
% bos listhosts fs7.example.com Cell name is example.com Host 1 is db1.example.com Host 2 is db2.example.com Host 3 is db3.example.com
None
CellServDB(5), KeyFile(5), KeyFileExt(5), bos(8), bos_addhost(8), bos_removehost(8)
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.
2021-01-27 | OpenAFS |