Purpose
Deletes a Tape Coordinator entry from the Backup Database
Synopsis
backup delhost -tapehost <tape machine name> [-portoffset <TC port offset>] [-localauth] [-cell <cell name>] [-help] backup delh -t <tape machine name> [-p <TC port offset>] [-l] [-c <cell name>] [-h]
Description
The backup delhost command deletes the indicated Tape Coordinator entry from the Backup Database. It is then impossible to submit backup operations to that Tape Coordinator, even if it is still running. To keep configuration information consistent, also remove the corresponding entry from the /usr/afs/backup/tapeconfig file on the Tape Coordinator machine.
To list the Tape Coordinator machines and port offsets defined in the Backup Database, issue the backup listhosts command.
Options
Examples
The following command deletes the Backup Database entry for the Tape Coordinator with port offset 2 on the Tape Coordinator machine backup3.abc.com:
% backup delhost -tapehost backup3.abc.com -portoffset 2
Privilege Required
The issuer must be listed in the /usr/afs/etc/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.
Related Information