mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
16.55.2011 da93154dbd8532bf917a1f8d20db95e04e3225fb
Fix for OPENDJ-353: Add tip on using the same initial replica when setting up multiple replica by script
1 files modified
10 ■■■■■ changed files
opendj3/src/main/docbkx/admin-guide/chap-replication.xml 10 ●●●●● patch | view | raw | blame | history
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>