]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/replication.sdf
Formatting fix
[openldap] / doc / guide / admin / replication.sdf
index ed32a9431aa5af1ef40a7019b3c704acf012ec01..2daf34d76f4edaa1926e6778d179b688a56990b0 100644 (file)
@@ -98,7 +98,7 @@ This section details commonly used {{slurpd}}(8) command-line options.
 
 This option sets the slurpd debug level to {{EX: <level>}}. When
 level is a `?' character, the various debugging levels are
-printed and slapd exits, regardless of any other options
+printed and slurpd exits, regardless of any other options
 you give it. Current debugging levels (a subset of slapd's
 debugging levels) are
 
@@ -146,8 +146,8 @@ section for  a discussion of this mode.
 
 >      -t <directory>
 
-Specify an alternate directory for slurpd's temporary
-copies of replication logs. The default location is /usr/tmp.
+Specify an alternate directory for slurpd's temporary copies of
+replication logs. The default location is {{F:/usr/tmp}}.
 
 
 H2: Configuring slurpd and a slave slapd instance
@@ -222,26 +222,20 @@ error to clients that attempt to modify data.
 
 H3: Copy the master slapd's database to the slave
 
-Copy the master's database(s) to the slave. For an
-{{TERM:LDBM}}-based database, you must copy all database
-files located in the database {{EX:directory}} specified in
-{{slapd.conf}}(5).  Database files will have a different
-suffix depending on the underlying database package used.
-The current possibilities are
-
-!block table; align=Center; \
-       title="Table 10.2: Database File Suffixes"
-Suffix         Database
-{{EX:dbb}}     Berkeley DB B-tree backend
-{{EX:dbh}}     Berkeley DB hash backend
-{{EX:gdbm}}    GNU DBM backend
-!endblock
-
-In general, you should copy each file found in the database
-{{EX: directory}} unless you know it is not used by {{slapd}}(8).
-
-Note: The copy process assumes homogeneous servers with
-identically configured OpenLDAP installations.
+Copy the master's database(s) to the slave. For an {{TERM:BDB}} and
+{{TERM:LDBM}} databases, you must copy all database files located
+in the database {{EX:directory}} specified in {{slapd.conf}}(5).
+In general, you should copy each file found in the database {{EX:
+directory}} unless you know it is not used by {{slapd}}(8).
+
+Note: This copy process assumes homogeneous servers with
+identically configured OpenLDAP installations. Alternatively,
+you may use {{slapcat}} to output the master's database in LDIF
+format and use the LDIF with {{slapadd}} to populate the
+slave. Using LDIF avoids any potential incompatibilities due
+to differing server architectures or software configurations.
+See the {{SECT:Database Creation and Maintenance Tools}}
+chapter for details on these tools.
 
 
 H3: Configure the master slapd for replication