summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man8/migrate-ds.pl.811
-rw-r--r--man/man8/remove-ds.pl.85
2 files changed, 14 insertions, 2 deletions
diff --git a/man/man8/migrate-ds.pl.8 b/man/man8/migrate-ds.pl.8
index b3a53ece..5036cf50 100644
--- a/man/man8/migrate-ds.pl.8
+++ b/man/man8/migrate-ds.pl.8
@@ -125,14 +125,23 @@ to LDIF format, and the LDIF file must be in the default database directory
the same name as the database instance directory, with a ".ldif". For
example, if you have
.IP
-/opt/fedora\-ds/slapd\-instance/db/userRoot/ and
+.ad l
+.nf
+/opt/fedora\-ds/slapd\-instance/db/userRoot/
+and
/opt/fedora\-ds/slapd\-instance/db/NetscapeRoot/
+.na
+.fi
.PP
you must first use db2ldif to export these databases to LDIF e.g.
.IP
+.ad l
+.nf
cd /opt/fedora\-ds/slapd\-instance
\&./db2ldif \fB\-n\fR userRoot \fB\-a\fR /opt/fedora\-ds/slapd\-instance/db/userRoot.ldif and
\&./db2ldif \fB\-n\fR NetscapeRoot \fB\-a\fR /opt/fedora\-ds/slapd\-instance/db/NetscapeRoot.ldif
+.fi
+.na
.PP
Then you must somehow make your old server root directory available on
the destination machine, either by creating a tar archive on the source
diff --git a/man/man8/remove-ds.pl.8 b/man/man8/remove-ds.pl.8
index c430b0c8..c74b8234 100644
--- a/man/man8/remove-ds.pl.8
+++ b/man/man8/remove-ds.pl.8
@@ -19,7 +19,7 @@
remove\-ds.pl \- Remove an instance of Directory Server
.SH SYNOPSIS
.B remove-ds.pl
-[\-f] \-i \fIinstance\fR
+[\-f] [\-d \-d ... \-d] \-i \fIinstance\fR
.SH DESCRIPTION
Removes a Directory Server instance from the system. The instance
will be shutdown and the files will be removed. The certificate
@@ -36,6 +36,9 @@ A summary of options is included below:
.B \fB\-f\fR
Force removal
.TP
+.B \fB\-d\fR
+Enable debugging - adding more -d will make output more verbose
+.TP
.B \fB\-i\fR \fIinstance\fR
The full name of the instance to remove (e.g. slapd-example)
.br