From da93154dbd8532bf917a1f8d20db95e04e3225fb Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 16 Nov 2011 10:55:25 +0000
Subject: [PATCH] Fix for OPENDJ-353: Add tip on using the same initial replica when setting up multiple replica by script
---
opendj3/src/main/docbkx/admin-guide/chap-replication.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-replication.xml b/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
index 08a978f..fd34b01 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
@@ -228,6 +228,16 @@
once enabled. You must however initialize replication in order to start
the process.</para>
+ <tip>
+ <para>When scripting the configuration to set up multiple replicas in quick
+ succession, use the same initial replication server each time you run the
+ command. In other words, pass the same <option>--host1</option>,
+ <option>--port1</option>, <option>--bindDN1</option>,
+ <option>--bindPassword1</option>, and <option>--replicationPort1</option>
+ options for each of the other replicas that you set up in your
+ script.</para>
+ </tip>
+
<para>If you need to add another OpenDJ directory server to participate
in replication, use the <command>dsreplication enable</command> with
the new server as the second server.</para>
--
Gitblit v1.10.0