BUSERVER(8) | AFS Command Reference | BUSERVER(8) |
buserver - Initializes the Backup Server
buserver
[-database <database directory>]
[-auditlog <log path>]
[-audit-interface (file | sysvmq)]
[-cellservdb <cell configuration directory>]
[-resetdb]
[-noauth] [-smallht]
[-servers <list of ubik database servers>+]
[-rxbind]
[-p <number of threads>] [-ubikbuffers <# of
buffers>]
[-help]
The buserver command initializes the Backup Server, which runs on database server machines and maintains the Backup Database. In the conventional configuration, the binary file is located in the /usr/lib/openafs directory on a file server machine.
The buserver command is not normally issued at the command shell prompt, but rather placed into a database server machine's /etc/openafs/BosConfig file with the bos create command. If it is ever issued at the command shell prompt, the issuer must be logged onto a file server machine as the local superuser "root".
As it initializes, the Backup Server process creates the two files that constitute the Backup Database, bdb.DB0 and bdb.DBSYS1, in the /var/lib/openafs/db directory if they do not already exist. The Backup Database houses information about volume sets and entries, the dump hierarchy, Tape Coordinators, and previously performed dump sets. Use the commands in the backup suite to administer the database.
The Backup Server records a trace of its activity in the /var/log/openafs/BackupLog file. Use the bos getlog command to display the contents of the file.
This command does not use the syntax conventions of the AFS command suites. Provide the command name and all option names in full.
The buserver process reserves port 7021 for its use. Unexpected behavior can occur if another process tries to reserve this port while the buserver process is running.
The following example bos create command creates a "buserver" process on the file server machine "fs3.example.com". It appears here on two lines only for legibility.
% bos create -server fs3.example.com -instance buserver \ -type simple -cmd /usr/lib/openafs/buserver
The issuer must be logged in as the superuser "root" on a file server machine to issue the command at a command shell prompt. It is conventional instead to create and start the process by issuing the bos create command.
BackupLog(5), BosConfig(5), CellServDB(5), bdb.DB0(5), backup(8), bos_create(8), bos_getlog(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 |