dbverify.8 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH DBVERIFY 8 "Mar 5, 2013"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. dbverify - Directory Server script for indexing attributes
  20. .SH SYNOPSIS
  21. dbverify [\-Z serverID] [\-n backend] [\-V] [\-v] [\-d debuglevel] [\-h]
  22. .SH DESCRIPTION
  23. Verifies the backend database files. If the server crashes because of a corrupted database, this command can be used to verify the integrity of the different database files to help isolate any problems. This script should be run while the server instacne is stopped.
  24. .SH OPTIONS
  25. A summary of options is included below:
  26. .TP
  27. .B \fB\-Z\fR \fIServer Identifier\fR
  28. The server ID of the Directory Server instance. If there is only
  29. one instance on the system, this option can be skipped.
  30. .TP
  31. .B \fB\-n\fR \fIBackend Name\fR
  32. The name of the LDBM database to reindex. Example: userRoot
  33. .TP
  34. .B \fB\-a\fR \fIDatabase Directory\fR
  35. Location of database if it is different than what is in the server configuration(e.g. backup directories)
  36. .TP
  37. .B \fB\-d\fR \fIDebug Level\fR
  38. Sets the debugging level.
  39. .TP
  40. .B \fB\-V\fR
  41. .br
  42. Verbose output.
  43. .TP
  44. .B \fB\-v\fR
  45. .br
  46. Display the version of the Directory Server.
  47. .TP
  48. .B \fB\-h\fR
  49. .br
  50. Display the usage.
  51. .SH EXAMPLE
  52. dbverify \-Z instance3 \-n userRoot \-V
  53. .SH DIAGNOSTICS
  54. Exit status is zero if no errors occur. Errors result in a
  55. non-zero exit status and a diagnostic message being written
  56. to standard error.
  57. .SH AUTHOR
  58. dbverify was written by the 389 Project.
  59. .SH "REPORTING BUGS"
  60. Report bugs to https://fedorahosted.org/389/newticket.
  61. .SH COPYRIGHT
  62. Copyright \(co 2013 Red Hat, Inc.