From fada56a77c157a784dc21c7ae558c4d5d8e5d3f1 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 28 Nov 2011 09:33:44 +0000
Subject: [PATCH] Partial fix for OPENDJ-368: Purge doc (including screenshots) of non fully qualified host names
---
opendj3/src/main/docbkx/admin-guide/chap-replication.xml | 178 +++++++++++++++++++++++++++++++---------------------------
1 files changed, 95 insertions(+), 83 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-replication.xml b/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
index fd34b01..c0d291a 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
@@ -178,12 +178,12 @@
--adminUID admin
--adminPassword password
--baseDN dc=example,dc=com
- --host1 `hostname`
+ --host1 opendj.example.com
--port1 4444
--bindDN1 "cn=Directory Manager"
--bindPassword1 password
--replicationPort1 8989
- --host2 `hostname`
+ --host2 opendj.example.com
--port2 5444
--bindDN2 "cn=Directory Manager"
--bindPassword2 password
@@ -193,22 +193,24 @@
Establishing connections ..... Done.
Checking registration information ..... Done.
-Updating remote references on server localhost:4444 ..... Done.
-Configuring Replication port on server localhost:5444 ..... Done.
+Updating remote references on server opendj.example.com:4444 ..... Done.
+Configuring Replication port on server opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- localhost:4444 ..... Done.
+ opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- localhost:5444 ..... Done.
-Updating registration configuration on server localhost:4444 ..... Done.
-Updating registration configuration on server localhost:5444 ..... Done.
+ opendj.example.com:5444 ..... Done.
+Updating registration configuration on server
+ opendj.example.com:4444 ..... Done.
+Updating registration configuration on server
+ opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- localhost:4444 ..... Done.
+ opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- localhost:5444 ..... Done.
-Initializing registration information on server localhost:5444 with the
- contents of server localhost:4444 ..... Done.
-Initializing schema on server localhost:5444 with the contents of server
- localhost:4444 ..... Done.
+ opendj.example.com:5444 ..... Done.
+Initializing registration information on server opendj.example.com:5444 with
+ the contents of server opendj.example.com:4444 ..... Done.
+Initializing schema on server opendj.example.com:5444 with the contents of
+ server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled. Note that for replication to
work you must initialize the contents of the base DN's that are being
@@ -275,13 +277,13 @@
--adminUID admin
--adminPassword password
--baseDN dc=example,dc=com
- --hostname `hostname`
+ --hostname opendj.example.com
--port 4444
--trustAll
--no-prompt
-Initializing base DN dc=example,dc=com with the contents from localhost:4444:
-160 entries processed (100 % complete).
+Initializing base DN dc=example,dc=com with the contents from
+ opendj.example.com:4444: 160 entries processed (100 % complete).
Base DN initialized successfully.
See
@@ -317,12 +319,12 @@
--adminUID admin
--adminPassword password
--baseDN dc=example,dc=com
- --hostname `hostname`
+ --hostname opendj.example.com
--port 4444
--trustAll
--no-prompt
-Initializing base DN dc=example,dc=com with the contents from localhost:4444:
-161 entries processed (100 % complete).
+Initializing base DN dc=example,dc=com with the contents from
+ opendj.example.com:4444: 161 entries processed (100 % complete).
Base DN initialized successfully.
See
@@ -353,12 +355,12 @@
--adminUID admin
--adminPassword password
--baseDN dc=example,dc=com
- --host1 `hostname`
+ --host1 opendj.example.com
--port1 4444
--bindDN1 "cn=Directory Manager"
--bindPassword1 password
--replicationPort1 8989
- --host2 `hostname`
+ --host2 opendj.example.com
--port2 6444
--bindDN2 "cn=Directory Manager"
--bindPassword2 password
@@ -368,26 +370,29 @@
Establishing connections ..... Done.
Checking registration information ..... Done.
-Updating remote references on server localhost:4444 ..... Done.
-Configuring Replication port on server localhost:6444 ..... Done.
+Updating remote references on server opendj.example.com:4444 ..... Done.
+Configuring Replication port on server opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- localhost:4444 ..... Done.
+ opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- localhost:6444 ..... Done.
+ opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- localhost:5444 ..... Done.
-Updating remote references on server localhost:5444 ..... Done.
-Updating registration configuration on server localhost:4444 ..... Done.
-Updating registration configuration on server localhost:6444 ..... Done.
-Updating registration configuration on server localhost:5444 ..... Done.
+ opendj.example.com:5444 ..... Done.
+Updating remote references on server opendj.example.com:5444 ..... Done.
+Updating registration configuration on server
+ opendj.example.com:4444 ..... Done.
+Updating registration configuration on server
+ opendj.example.com:6444 ..... Done.
+Updating registration configuration on server
+ opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- localhost:4444 ..... Done.
+ opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- localhost:6444 ..... Done.
+ opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- localhost:5444 ..... Done.
-Initializing registration information on server localhost:6444 with the
- contents of server localhost:4444 ..... Done.
+ opendj.example.com:5444 ..... Done.
+Initializing registration information on server opendj.example.com:6444 with
+ the contents of server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled. Note that for replication to
work you must initialize the contents of the base DN's that are being
@@ -468,7 +473,7 @@
<screen>$ dsconfig
set-synchronization-provider-prop
--port 5444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -482,7 +487,7 @@
<screen>$ dsconfig
set-synchronization-provider-prop
--port 5444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -506,18 +511,20 @@
disable
--disableAll
--port 5444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--adminPassword password
--trustAll
--no-prompt
Establishing connections ..... Done.
-Disabling replication on base DN cn=admin data of server localhost:5444
- ..... Done.
-Disabling replication on base DN dc=example,dc=com of server localhost:5444
- ..... Done.
-Disabling replication on base DN cn=schema of server localhost:5444 ..... Done.
-Disabling replication port 9989 of server localhost:5444 ..... Done.
+Disabling replication on base DN cn=admin data of server
+ opendj.example.com:5444 ..... Done.
+Disabling replication on base DN dc=example,dc=com of server
+ opendj.example.com:5444 ..... Done.
+Disabling replication on base DN cn=schema of server
+ opendj.example.com:5444 ..... Done.
+Disabling replication port 9989 of server
+ opendj.example.com:5444 ..... Done.
Removing registration information ..... Done.
Removing truststore information ..... Done.
@@ -632,12 +639,12 @@
--adminUID admin
--adminPassword password
--baseDN dc=example,dc=com
- --host1 `hostname`
+ --host1 opendj.example.com
--port1 4444
--bindDN1 "cn=Directory Manager"
--bindPassword1 password
--noReplicationServer1
- --host2 `hostname`
+ --host2 opendj.example.com
--port2 6444
--bindDN2 "cn=Directory Manager"
--bindPassword2 password
@@ -652,15 +659,17 @@
avoid a single point of failure in the replication topology.
Checking registration information ..... Done.
-Configuring Replication port on server localhost:6444 ..... Done.
+Configuring Replication port on server opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- localhost:4444 ..... Done.
-Updating registration configuration on server localhost:4444 ..... Done.
-Updating registration configuration on server localhost:6444 ..... Done.
+ opendj.example.com:4444 ..... Done.
+Updating registration configuration on server
+ opendj.example.com:4444 ..... Done.
+Updating registration configuration on server
+ opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- localhost:4444 ..... Done.
-Initializing registration information on server localhost:6444 with the
- contents of server localhost:4444 ..... Done.
+ opendj.example.com:4444 ..... Done.
+Initializing registration information on server opendj.example.com:6444 with
+ the contents of server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled. Note that for replication to work
you must initialize the contents of the base DN's that are being
@@ -675,12 +684,12 @@
--adminUID admin
--adminPassword password
--baseDN dc=example,dc=com
- --host1 `hostname`
+ --host1 opendj.example.com
--port1 5444
--bindDN1 "cn=Directory Manager"
--bindPassword1 password
--noReplicationServer1
- --host2 `hostname`
+ --host2 opendj.example.com
--port2 6444
--bindDN2 "cn=Directory Manager"
--bindPassword2 password
@@ -696,20 +705,23 @@
avoid a single point of failure in the replication topology.
Checking registration information ..... Done.
-Updating remote references on server localhost:6444 ..... Done.
+Updating remote references on server opendj.example.com:6444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- localhost:5444 ..... Done.
+ opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- localhost:4444 ..... Done.
-Updating registration configuration on server localhost:5444 ..... Done.
-Updating registration configuration on server localhost:6444 ..... Done.
-Updating registration configuration on server localhost:4444 ..... Done.
+ opendj.example.com:4444 ..... Done.
+Updating registration configuration on server
+ opendj.example.com:5444 ..... Done.
+Updating registration configuration on server
+ opendj.example.com:6444 ..... Done.
+Updating registration configuration on server
+ opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- localhost:5444 ..... Done.
+ opendj.example.com:5444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- localhost:4444 ..... Done.
-Initializing registration information on server localhost:5444 with the
- contents of server localhost:6444 ..... Done.
+ opendj.example.com:4444 ..... Done.
+Initializing registration information on server opendj.example.com:5444 with
+ the contents of server opendj.example.com:6444 ..... Done.
Replication has been successfully enabled. Note that for replication to work
you must initialize the contents of the base DN's that are being
@@ -726,13 +738,13 @@
--adminUID admin
--adminPassword password
--baseDN dc=example,dc=com
- --hostname `hostname`
+ --hostname opendj.example.com
--port 4444
--trustAll
--no-prompt
-Initializing base DN dc=example,dc=com with the contents from localhost:4444:
-160 entries processed (100 % complete).
+Initializing base DN dc=example,dc=com with the contents from
+ opendj.example.com:4444: 160 entries processed (100 % complete).
Base DN initialized successfully.
See
@@ -782,7 +794,7 @@
<screen>$ dsconfig
set-replication-domain-prop
--port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "MultimasterSynchronization"
@@ -794,7 +806,7 @@
$ dsconfig
set-replication-domain-prop
--port 5444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -808,7 +820,7 @@
<screen>$ dsconfig
set-replication-server-prop
--port 6444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -818,7 +830,7 @@
$ dsconfig
set-replication-server-prop
--port 7444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -844,7 +856,7 @@
<screen>$ dsconfig
set-global-configuration-prop
--port 5444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--set writability-mode:internal-only
@@ -891,7 +903,7 @@
<screen>$ dsconfig
set-replication-domain-prop
--port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -904,7 +916,7 @@
$ dsconfig
set-replication-domain-prop
--port 5444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -929,7 +941,7 @@
<screen>$ dsconfig
set-replication-domain-prop
--port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -941,7 +953,7 @@
$ dsconfig
set-replication-domain-prop
--port 5444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -1014,7 +1026,7 @@
<screen>$ dsconfig
set-replication-domain-prop
--port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -1030,7 +1042,7 @@
<screen>dsconfig
set-replication-domain-prop
--port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -1289,7 +1301,7 @@
<screen>$ dsconfig
set-external-changelog-domain-prop
--port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -1304,7 +1316,7 @@
<screen>$ dsconfig
set-external-changelog-domain-prop
--port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -1328,7 +1340,7 @@
<screen>$ dsconfig
set-external-changelog-domain-prop
--port 4444
- --hostname `hostname`
+ --hostname opendj.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
--
Gitblit v1.10.0