dn2rdn.8 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 DN2RDN 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. dn2rdn - Directory Server script to check for outdated index versions
  20. .SH SYNOPSIS
  21. dn2rdn [\-Z serverID] [\-h] [\-f] [\-v] [\-d debuglevel]
  22. .SH DESCRIPTION
  23. Checks the database index version, and if it's in a old format, then it will rebuild the indexes. The server instance needs to be stopped prior to running this script.
  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\-d\fR \fIDebug Level\fR
  32. Sets the debugging level.
  33. .TP
  34. .B \fB\-f\fR
  35. .br
  36. Force the upgrade.
  37. .TP
  38. .B \fB\-v\fR
  39. .br
  40. Display the version of the Directory Server.
  41. .TP
  42. .B \fB\-h\fR
  43. .br
  44. Display the usage.
  45. .SH EXAMPLE
  46. dn2rdn
  47. dn2rdn \-Z instance3 \-f
  48. .SH DIAGNOSTICS
  49. Exit status is zero if no errors occur. Errors result in a
  50. non-zero exit status and a diagnostic message being written
  51. to standard error.
  52. .SH AUTHOR
  53. dn2rdn was written by the 389 Project.
  54. .SH "REPORTING BUGS"
  55. Report bugs to https://fedorahosted.org/389/newticket.
  56. .SH COPYRIGHT
  57. Copyright \(co 2013 Red Hat, Inc.