BACKUP_ADDHOST(8) | AFS Command Reference | BACKUP_ADDHOST(8) |
backup_addhost - Adds a Tape Coordinator entry to the Backup Database
backup addhost
-tapehost <tape machine name>
[-portoffset <TC port offset>]
[-localauth] [-cell <cell name>]
[-help]
backup addh
-t <tape machine name>
[-p <TC port offset>]
[-l] [-c <cell name>]
[-h]
The backup addhost command creates a Tape Coordinator entry in the Backup Database. The entry records
Each Tape Coordinator must have its own port offset number, and the command fails if a Backup Database entry already exists for the requested port offset number. To display existing Tape Coordinator entries, use the backup listhosts command.
The following command creates an entry in the Backup Database that assigns port offset number 4 to a Tape Coordinator running on the machine "backup1.example.com":
% backup addhost -tapehost backup1.example.com -portoffset 4
The following command creates a Backup Database entry that assigns port offset number 0 to a Tape Coordinator on the machine "backup3.example.com":
% backup addhost backup3.example.com
The issuer must be listed in the /etc/openafs/server/UserList file on every machine where the Backup Server is running, or must be logged onto a server machine as the local superuser "root" if the -localauth flag is included.
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.
2022-12-22 | OpenAFS |