Purpose
Checks the integrity of the VLDB
Synopsis
vldb_check -database <vldb_file> [-uheader] [-vheader] [-servers] [-entries] [-verbose] [-help] vldb_check -d <vldb_file> [-u] [-vh] [-s] [-e] [-ve] [-h]
Description
The vldb_check command checks the integrity of the Volume Location Database (VLDB), reporting any errors or corruption it finds. If there are problems, do not issue any vos commands until the database is repaired.
Cautions
The results can be unpredictable if the Volume Location (VL) Server makes changes to the VLDB while this command is running. Use the bos shutdown command to shutdown the local vlserver process before running this command, or before creating a second copy of the vldb.DB0 file (with a different name) on which to run the command.
Options
Output
If there are errors in the database, the output always reports them on the standard error stream. If any options other than -database or -help are provided, the output written to the standard output stream includes additional information as described for each option in the preceding Options section of this reference page. The output is intended for debugging purposes and is meaningful to someone familiar with the internal structure of the VLDB.
Privilege Required
The issuer must be logged in as the local superuser root.
Related Information