1DBVERIFY(8) System Manager's Manual DBVERIFY(8)
2
3
4
6 dbverify - Directory Server script for indexing attributes
7
9 dbverify [-Z serverID] [-n backend] [-V] [-v] [-d debuglevel] [-h]
10
12 Verifies the backend database files. If the server crashes because of a
13 corrupted database, this command can be used to verify the integrity of
14 the different database files to help isolate any problems. This script
15 should be run while the server instacne is stopped.
16
18 A summary of options is included below:
19
20 -Z Server Identifier
21 The server ID of the Directory Server instance. If there is
22 only one instance on the system, this option can be skipped.
23
24 -n Backend Name
25 The name of the LDBM database to reindex. Example: userRoot
26
27 -a Database Directory
28 Location of database if it is different than what is in the
29 server configuration(e.g. backup directories)
30
31 -d Debug Level
32 Sets the debugging level.
33
34 -V
35 Verbose output.
36
37 -v
38 Display the version of the Directory Server.
39
40 -h
41 Display the usage.
42
44 dbverify -Z instance3 -n userRoot -V
45
46
48 Exit status is zero if no errors occur. Errors result in a non-zero
49 exit status and a diagnostic message being written to standard error.
50
52 dbverify was written by the 389 Project.
53
55 Report bugs to https://pagure.io/389-ds-base/new_issue
56
58 Copyright © 2017 Red Hat, Inc.
59
60
61
62 March 31, 2017 DBVERIFY(8)