From 341443ebc935ef18647ba9ee78d7992eb5231b36 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 17 Jul 2012 13:06:39 +0000
Subject: [PATCH] Fix for OPENDJ-533: Config examples should use instances on 2 different hosts, instead of the 2 instances on the same host
---
opendj3/src/main/docbkx/shared/man-status.xml | 2
opends/resource/man/man1/backup.1 | 8 +-
opendj3/src/main/docbkx/admin-guide/chap-mv-servers.xml | 18 ++--
opendj3/src/main/docbkx/shared/man-backup.xml | 4
opends/resource/man/man1/dsreplication.1 | 25 +++--
opends/resource/man/man1/status.1 | 8 +-
opendj3/src/main/docbkx/shared/man-restore.xml | 2
opends/resource/man/man1/restore.1 | 6
opendj3/src/main/docbkx/admin-guide/chap-replication.xml | 135 +++++++++++++++++----------------
opendj3/src/main/docbkx/shared/man-dsreplication.xml | 20 ++--
opendj3/src/main/docbkx/admin-guide/chap-backup-restore.xml | 12 +-
11 files changed, 123 insertions(+), 117 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-backup-restore.xml b/opendj3/src/main/docbkx/admin-guide/chap-backup-restore.xml
index 2046dbb..e31836b 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-backup-restore.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-backup-restore.xml
@@ -59,7 +59,7 @@
<para>Back up only the database for Example.com, where the data
is stored in the backend named <literal>userRoot</literal>.</para>
<screen>$ backup
- --port 5444
+ --port 4444
--bindDN "cn=Directory Manager"
--bindPassword password
--backendID userRoot
@@ -89,7 +89,7 @@
<step>
<para>Back up all user data on the server.</para>
<screen>$ backup
- --port 5444
+ --port 4444
--bindDN "cn=Directory Manager"
--bindPassword password
--backUpAll
@@ -111,7 +111,7 @@
<para>Back up all user data every night at 2 AM, and notify
diradmin@example.com when finished, or on error.</para>
<screen>$ backup
- --port 5444
+ --port 4444
--bindDN "cn=Directory Manager"
--bindPassword password
--backUpAll
@@ -169,7 +169,7 @@
<step>
<para>Schedule the restore as a task to begin immediately.</para>
<screen>$ restore
- --port 5444
+ --port 4444
--bindDN "cn=Directory Manager"
--bindPassword password
--backupDirectory /path/to/OpenDJ/bak
@@ -218,7 +218,7 @@
--adminUID admin
--adminPassword password
--trustAll --no-prompt
- --port 5444
+ --port 4444
--baseDN dc=example,dc=com
Preparing base DN dc=example,dc=com to be initialized externally ..... Done.
@@ -262,7 +262,7 @@
post-external-initialization
--adminUID admin
--adminPassword password
- --port 5444
+ --port 4444
--baseDN dc=example,dc=com
--trustAll
--no-prompt
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-mv-servers.xml b/opendj3/src/main/docbkx/admin-guide/chap-mv-servers.xml
index 889c3ca..fe1acce 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-mv-servers.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-mv-servers.xml
@@ -20,7 +20,7 @@
!
! CCPL HEADER END
!
- ! Copyright 2011 ForgeRock AS
+ ! Copyright 2011-2012 ForgeRock AS
!
-->
<chapter xml:id='chap-mv-servers'
@@ -102,8 +102,8 @@
applications.</para>
<screen>$ dsconfig
set-global-configuration-prop
- --port 5444
- --hostname opendj.example.com
+ --port 4444
+ --hostname opendj2.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--set writability-mode:internal-only
@@ -115,20 +115,20 @@
<screen>$ dsreplication
disable
--disableAll
- --port 5444
- --hostname opendj.example.com
+ --port 4444
+ --hostname opendj2.example.com
--adminUID admin
--adminPassword password
--trustAll
--no-prompt
Establishing connections ..... Done.
Disabling replication on base DN dc=example,dc=com of server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
Disabling replication on base DN cn=admin data of server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... 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.
+ opendj2.example.com:4444 ..... Done.
+Disabling replication port 8989 of server opendj2.example.com:4444 ..... Done.
Removing registration information ..... Done.
Removing truststore information ..... Done.
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-replication.xml b/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
index f7a0f0e..91f4ed6 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
@@ -188,33 +188,33 @@
--bindDN1 "cn=Directory Manager"
--bindPassword1 password
--replicationPort1 8989
- --host2 opendj.example.com
- --port2 5444
+ --host2 opendj2.example.com
+ --port2 4444
--bindDN2 "cn=Directory Manager"
--bindPassword2 password
- --replicationPort2 9989
+ --replicationPort2 8989
--trustAll
--no-prompt
Establishing connections ..... Done.
Checking registration information ..... Done.
Updating remote references on server opendj.example.com:4444 ..... Done.
-Configuring Replication port on server opendj.example.com:5444 ..... Done.
+Configuring Replication port on server opendj2.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
Updating registration configuration on server
opendj.example.com:4444 ..... Done.
Updating registration configuration on server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- opendj.example.com:5444 ..... Done.
-Initializing registration information on server opendj.example.com:5444 with
+ opendj2.example.com:4444 ..... Done.
+Initializing registration information on server opendj2.example.com:4444 with
the contents of server opendj.example.com:4444 ..... Done.
-Initializing schema on server opendj.example.com:5444 with the contents of
+Initializing schema on server opendj2.example.com:4444 with the contents of
server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled. Note that for replication to
@@ -365,38 +365,38 @@
--bindDN1 "cn=Directory Manager"
--bindPassword1 password
--replicationPort1 8989
- --host2 opendj.example.com
- --port2 6444
+ --host2 opendj3.example.com
+ --port2 4444
--bindDN2 "cn=Directory Manager"
--bindPassword2 password
- --replicationPort2 10989
+ --replicationPort2 8989
--trustAll
--no-prompt
Establishing connections ..... Done.
Checking registration information ..... Done.
Updating remote references on server opendj.example.com:4444 ..... Done.
-Configuring Replication port on server opendj.example.com:6444 ..... Done.
+Configuring Replication port on server opendj3.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- opendj.example.com:6444 ..... Done.
+ opendj3.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- opendj.example.com:5444 ..... Done.
-Updating remote references on server opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
+Updating remote references on server opendj2.example.com:4444 ..... Done.
Updating registration configuration on server
opendj.example.com:4444 ..... Done.
Updating registration configuration on server
- opendj.example.com:6444 ..... Done.
+ opendj3.example.com:4444 ..... Done.
Updating registration configuration on server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- opendj.example.com:6444 ..... Done.
+ opendj3.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- opendj.example.com:5444 ..... Done.
-Initializing registration information on server opendj.example.com:6444 with
+ opendj2.example.com:4444 ..... Done.
+Initializing registration information on server opendj3.example.com:4444 with
the contents of server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled. Note that for replication to
@@ -413,7 +413,7 @@
pre-external-initialization
--adminUID admin
--adminPassword password
- --port 6444
+ --port 4444
--baseDN dc=example,dc=com
--trustAll
--no-prompt
@@ -439,7 +439,7 @@
post-external-initialization
--adminUID admin
--adminPassword password
- --port 6444
+ --port 4444
--baseDN dc=example,dc=com
--trustAll
--no-prompt
@@ -477,8 +477,8 @@
<para>Disable the multimaster synchronization provider.</para>
<screen>$ dsconfig
set-synchronization-provider-prop
- --port 5444
- --hostname opendj.example.com
+ --port 4444
+ --hostname opendj2.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -491,8 +491,8 @@
synchronization provider.</para>
<screen>$ dsconfig
set-synchronization-provider-prop
- --port 5444
- --hostname opendj.example.com
+ --port 4444
+ --hostname opendj2.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -515,21 +515,21 @@
<screen>$ dsreplication
disable
--disableAll
- --port 5444
- --hostname opendj.example.com
+ --port 4444
+ --hostname opendj2.example.com
--bindDN "cn=Directory Manager"
--adminPassword password
--trustAll
--no-prompt
Establishing connections ..... Done.
Disabling replication on base DN cn=admin data of server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
Disabling replication on base DN dc=example,dc=com of server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... 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.
+ opendj2.example.com:4444 ..... Done.
+Disabling replication port 8989 of server
+ opendj2.example.com:4444 ..... Done.
Removing registration information ..... Done.
Removing truststore information ..... Done.
@@ -622,8 +622,9 @@
the replication traffic between two directory servers that do not
handle replication themselves.</para>
- <para>Here the replication server has admin port 6444. The directory
- servers have admin ports 4444 and 5444.</para>
+ <para>Here the replication server is <literal>rs.example.com</literal>. The
+ directory servers are <literal>opendj.example.com</literal> and
+ <literal>opendj2.example.com</literal>.</para>
<para>In a real deployment, you would have more replication servers
to avoid a single point of failure.</para>
@@ -649,8 +650,8 @@
--bindDN1 "cn=Directory Manager"
--bindPassword1 password
--noReplicationServer1
- --host2 opendj.example.com
- --port2 6444
+ --host2 rs.example.com
+ --port2 4444
--bindDN2 "cn=Directory Manager"
--bindPassword2 password
--replicationPort2 8989
@@ -664,16 +665,16 @@
avoid a single point of failure in the replication topology.
Checking registration information ..... Done.
-Configuring Replication port on server opendj.example.com:6444 ..... Done.
+Configuring Replication port on server rs.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
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.
+ rs.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
opendj.example.com:4444 ..... Done.
-Initializing registration information on server opendj.example.com:6444 with
+Initializing registration information on server rs.example.com:4444 with
the contents of server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled. Note that for replication to work
@@ -689,13 +690,13 @@
--adminUID admin
--adminPassword password
--baseDN dc=example,dc=com
- --host1 opendj.example.com
- --port1 5444
+ --host1 opendj2.example.com
+ --port1 4444
--bindDN1 "cn=Directory Manager"
--bindPassword1 password
--noReplicationServer1
- --host2 opendj.example.com
- --port2 6444
+ --host2 rs.example.com
+ --port2 4444
--bindDN2 "cn=Directory Manager"
--bindPassword2 password
--replicationPort2 8989
@@ -710,23 +711,23 @@
avoid a single point of failure in the replication topology.
Checking registration information ..... Done.
-Updating remote references on server opendj.example.com:6444 ..... Done.
+Updating remote references on server rs.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
opendj.example.com:4444 ..... Done.
Updating registration configuration on server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
Updating registration configuration on server
- opendj.example.com:6444 ..... Done.
+ rs.example.com:4444 ..... Done.
Updating registration configuration on server
opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
opendj.example.com:4444 ..... Done.
-Initializing registration information on server opendj.example.com:5444 with
- the contents of server opendj.example.com:6444 ..... Done.
+Initializing registration information on server opendj2.example.com:4444 with
+ the contents of server rs.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
@@ -784,8 +785,10 @@
<para>The example commands in this procedure set up two replication
groups, each with a replication server and a directory server. The
- directory servers have admin ports 4444 and 5444. The replication servers
- have admin ports 6444 and 7444. In a full-scale deployment, you would
+ directory servers are <literal>opendj.example.com</literal> and
+ <literal>opendj2.example.com</literal>. The replication servers
+ are <literal>rs.example.com</literal> and
+ <literal>rs2.example.com</literal>. In a full-scale deployment, you would
have multiple servers of each type in each group, such as all the replicas
and replication servers in each data center being in the same group.</para>
@@ -810,8 +813,8 @@
$ dsconfig
set-replication-domain-prop
- --port 5444
- --hostname opendj.example.com
+ --port 4444
+ --hostname opendj2.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -824,8 +827,8 @@
<para>Set the group ID for each group on the replication servers.</para>
<screen>$ dsconfig
set-replication-server-prop
- --port 6444
- --hostname opendj.example.com
+ --port 4444
+ --hostname rs.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -834,8 +837,8 @@
--no-prompt
$ dsconfig
set-replication-server-prop
- --port 7444
- --hostname opendj.example.com
+ --port 4444
+ --hostname rs2.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -860,8 +863,8 @@
<screen>$ dsconfig
set-global-configuration-prop
- --port 5444
- --hostname opendj.example.com
+ --port 4444
+ --hostname opendj2.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--set writability-mode:internal-only
@@ -920,8 +923,8 @@
$ dsconfig
set-replication-domain-prop
- --port 5444
- --hostname opendj.example.com
+ --port 4444
+ --hostname opendj2.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
@@ -957,8 +960,8 @@
$ dsconfig
set-replication-domain-prop
- --port 5444
- --hostname opendj.example.com
+ --port 4444
+ --hostname opendj2.example.com
--bindDN "cn=Directory Manager"
--bindPassword password
--provider-name "Multimaster Synchronization"
diff --git a/opendj3/src/main/docbkx/shared/man-backup.xml b/opendj3/src/main/docbkx/shared/man-backup.xml
index ef8bcd3..fbde0fd 100644
--- a/opendj3/src/main/docbkx/shared/man-backup.xml
+++ b/opendj3/src/main/docbkx/shared/man-backup.xml
@@ -329,13 +329,13 @@
<refsect1>
<title>Examples</title>
<para>The following example backs up all user data on the server.</para>
- <screen>$ backup -p 5444 -D "cn=Directory Manager" -w password
+ <screen>$ backup -p 4444 -D "cn=Directory Manager" -w password
-a -d /path/to/OpenDJ/bak -t 0
Backup task 20110613143801866 scheduled to start Jun 13, 2011 2:38:01 PM CEST</screen>
<para>The following example schedules back up of all user data every night at
2 AM, and notifies diradmin@example.com when finished, or on error.</para>
- <screen>$ backup -p 5444 -D "cn=Directory Manager" -w password -a
+ <screen>$ backup -p 4444 -D "cn=Directory Manager" -w password -a
-d /path/to/OpenDJ/bak --recurringTask "00 02 * * *"
--completionNotify diradmin@example.com --errorNotify diradmin@example.com
Recurring Backup task BackupTask-988d6adf-4d65-44bf-8546-6ea74a2480b0
diff --git a/opendj3/src/main/docbkx/shared/man-dsreplication.xml b/opendj3/src/main/docbkx/shared/man-dsreplication.xml
index 0d93876..baa06fe 100644
--- a/opendj3/src/main/docbkx/shared/man-dsreplication.xml
+++ b/opendj3/src/main/docbkx/shared/man-dsreplication.xml
@@ -352,34 +352,34 @@
<refsect1>
<title>Examples</title>
<para>The following example enables and then initializes replication
- for a new replica whose admin port is 5444 from an existing replica
- whose admin port is 4444.</para>
+ for a new replica on <literal>opendj2.example.com</literal> from an existing
+ replica on <literal>opendj.example.com</literal>.</para>
<screen>$ dsreplication enable -I admin -w password -X -n -b dc=example,dc=com
--host1 opendj.example.com --port1 4444 --bindDN1 "cn=Directory Manager"
--bindPassword1 password --replicationPort1 8989
- --host2 opendj.example.com --port2 5444 --bindDN2 "cn=Directory Manager"
- --bindPassword2 password --replicationPort2 9989
+ --host2 opendj2.example.com --port2 4444 --bindDN2 "cn=Directory Manager"
+ --bindPassword2 password --replicationPort2 8989
Establishing connections ..... Done.
Checking registration information ..... Done.
Updating remote references on server opendj.example.com:4444 ..... Done.
-Configuring Replication port on server opendj.example.com:5444 ..... Done.
+Configuring Replication port on server opendj2.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN dc=example,dc=com on server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
Updating registration configuration on server
opendj.example.com:4444 ..... Done.
Updating registration configuration on server
- opendj.example.com:5444 ..... Done.
+ opendj2.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
opendj.example.com:4444 ..... Done.
Updating replication configuration for baseDN cn=schema on server
- opendj.example.com:5444 ..... Done.
-Initializing registration information on server opendj.example.com:5444 with
+ opendj2.example.com:4444 ..... Done.
+Initializing registration information on server opendj2.example.com:4444 with
the contents of server opendj.example.com:4444 ..... Done.
-Initializing schema on server opendj.example.com:5444 with the contents of
+Initializing schema on server opendj2.example.com:4444 with the contents of
server opendj.example.com:4444 ..... Done.
Replication has been successfully enabled. Note that for replication to
diff --git a/opendj3/src/main/docbkx/shared/man-restore.xml b/opendj3/src/main/docbkx/shared/man-restore.xml
index cfc9030..0b227fe 100644
--- a/opendj3/src/main/docbkx/shared/man-restore.xml
+++ b/opendj3/src/main/docbkx/shared/man-restore.xml
@@ -294,7 +294,7 @@
<title>Examples</title>
<para>The following example schedules a restore as a task to begin
immediately.</para>
- <screen>$ restore -p 5444 -D "cn=Directory Manager" -w password
+ <screen>$ restore -p 4444 -D "cn=Directory Manager" -w password
-d /path/to/OpenDJ/bak -I 20110613080032 -t 0
Restore task 20110613155052932 scheduled to start Jun 13, 2011 3:50:52 PM CEST</screen>
</refsect1>
diff --git a/opendj3/src/main/docbkx/shared/man-status.xml b/opendj3/src/main/docbkx/shared/man-status.xml
index 9d1e830..78637ee 100644
--- a/opendj3/src/main/docbkx/shared/man-status.xml
+++ b/opendj3/src/main/docbkx/shared/man-status.xml
@@ -227,7 +227,7 @@
Address:Port : Protocol : State
-------------:-------------:---------
-- : LDIF : Disabled
-9989 : Replication : Enabled
+8989 : Replication : Enabled
0.0.0.0:161 : SNMP : Disabled
0.0.0.0:636 : LDAPS : Disabled
0.0.0.0:1389 : LDAP : Enabled
diff --git a/opends/resource/man/man1/backup.1 b/opends/resource/man/man1/backup.1
index 87bec09..4cc748c 100644
--- a/opends/resource/man/man1/backup.1
+++ b/opends/resource/man/man1/backup.1
@@ -2,12 +2,12 @@
.\" Title: backup
.\" Author:
.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 03/21/2012
+.\" Date: 07/17/2012
.\" Manual: Tools Reference
.\" Source: OpenDJ 2.5.0
.\" Language: English
.\"
-.TH "BACKUP" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
+.TH "BACKUP" "1" "07/17/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -248,7 +248,7 @@
.RS 4
.\}
.nf
-$ backup \-p 5444 \-D "cn=Directory Manager" \-w password
+$ backup \-p 4444 \-D "cn=Directory Manager" \-w password
\-a \-d /path/to/OpenDJ/bak \-t 0
Backup task 20110613143801866 scheduled to start Jun 13, 2011 2:38:01 PM CEST
.fi
@@ -262,7 +262,7 @@
.RS 4
.\}
.nf
-$ backup \-p 5444 \-D "cn=Directory Manager" \-w password \-a
+$ backup \-p 4444 \-D "cn=Directory Manager" \-w password \-a
\-d /path/to/OpenDJ/bak \-\-recurringTask "00 02 * * *"
\-\-completionNotify diradmin@example\&.com \-\-errorNotify diradmin@example\&.com
Recurring Backup task BackupTask\-988d6adf\-4d65\-44bf\-8546\-6ea74a2480b0
diff --git a/opends/resource/man/man1/dsreplication.1 b/opends/resource/man/man1/dsreplication.1
index 931830b..d2e44e7 100644
--- a/opends/resource/man/man1/dsreplication.1
+++ b/opends/resource/man/man1/dsreplication.1
@@ -2,12 +2,12 @@
.\" Title: dsreplication
.\" Author:
.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 03/21/2012
+.\" Date: 07/17/2012
.\" Manual: Tools Reference
.\" Source: OpenDJ 2.5.0
.\" Language: English
.\"
-.TH "DSREPLICATION" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
+.TH "DSREPLICATION" "1" "07/17/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -250,7 +250,10 @@
.RE
.SH "EXAMPLES"
.PP
-The following example enables and then initializes replication for a new replica whose admin port is 5444 from an existing replica whose admin port is 4444\&.
+The following example enables and then initializes replication for a new replica on
+opendj2\&.example\&.com
+from an existing replica on
+opendj\&.example\&.com\&.
.sp
.if n \{\
.RS 4
@@ -259,28 +262,28 @@
$ dsreplication enable \-I admin \-w password \-X \-n \-b dc=example,dc=com
\-\-host1 opendj\&.example\&.com \-\-port1 4444 \-\-bindDN1 "cn=Directory Manager"
\-\-bindPassword1 password \-\-replicationPort1 8989
- \-\-host2 opendj\&.example\&.com \-\-port2 5444 \-\-bindDN2 "cn=Directory Manager"
- \-\-bindPassword2 password \-\-replicationPort2 9989
+ \-\-host2 opendj2\&.example\&.com \-\-port2 4444 \-\-bindDN2 "cn=Directory Manager"
+ \-\-bindPassword2 password \-\-replicationPort2 8989
Establishing connections \&.\&.\&.\&.\&. Done\&.
Checking registration information \&.\&.\&.\&.\&. Done\&.
Updating remote references on server opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Configuring Replication port on server opendj\&.example\&.com:5444 \&.\&.\&.\&.\&. Done\&.
+Configuring Replication port on server opendj2\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
Updating replication configuration for baseDN dc=example,dc=com on server
opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
Updating replication configuration for baseDN dc=example,dc=com on server
- opendj\&.example\&.com:5444 \&.\&.\&.\&.\&. Done\&.
+ opendj2\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
Updating registration configuration on server
opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
Updating registration configuration on server
- opendj\&.example\&.com:5444 \&.\&.\&.\&.\&. Done\&.
+ opendj2\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
Updating replication configuration for baseDN cn=schema on server
opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
Updating replication configuration for baseDN cn=schema on server
- opendj\&.example\&.com:5444 \&.\&.\&.\&.\&. Done\&.
-Initializing registration information on server opendj\&.example\&.com:5444 with
+ opendj2\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
+Initializing registration information on server opendj2\&.example\&.com:4444 with
the contents of server opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
-Initializing schema on server opendj\&.example\&.com:5444 with the contents of
+Initializing schema on server opendj2\&.example\&.com:4444 with the contents of
server opendj\&.example\&.com:4444 \&.\&.\&.\&.\&. Done\&.
Replication has been successfully enabled\&. Note that for replication to
diff --git a/opends/resource/man/man1/restore.1 b/opends/resource/man/man1/restore.1
index 7d50187..03846ae 100644
--- a/opends/resource/man/man1/restore.1
+++ b/opends/resource/man/man1/restore.1
@@ -2,12 +2,12 @@
.\" Title: restore
.\" Author:
.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 03/21/2012
+.\" Date: 07/17/2012
.\" Manual: Tools Reference
.\" Source: OpenDJ 2.5.0
.\" Language: English
.\"
-.TH "RESTORE" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
+.TH "RESTORE" "1" "07/17/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -218,7 +218,7 @@
.RS 4
.\}
.nf
-$ restore \-p 5444 \-D "cn=Directory Manager" \-w password
+$ restore \-p 4444 \-D "cn=Directory Manager" \-w password
\-d /path/to/OpenDJ/bak \-I 20110613080032 \-t 0
Restore task 20110613155052932 scheduled to start Jun 13, 2011 3:50:52 PM CEST
.fi
diff --git a/opends/resource/man/man1/status.1 b/opends/resource/man/man1/status.1
index 3252d5f..80f4b8b 100644
--- a/opends/resource/man/man1/status.1
+++ b/opends/resource/man/man1/status.1
@@ -2,12 +2,12 @@
.\" Title: status
.\" Author:
.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 03/21/2012
+.\" Date: 07/17/2012
.\" Manual: Tools Reference
.\" Source: OpenDJ 2.5.0
.\" Language: English
.\"
-.TH "STATUS" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
+.TH "STATUS" "1" "07/17/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -168,14 +168,14 @@
Administrative Users: cn=Directory Manager
Installation Path: /path/to/OpenDJ
Version: OpenDJ 2\&.5\&.0
-Java Version: 1\&.6\&.0_24
+Java Version: 1\&.6\&.0_29
Administration Connector: Port 4444 (LDAPS)
\-\-\- Connection Handlers \-\-\-
Address:Port : Protocol : State
\-\-\-\-\-\-\-\-\-\-\-\-\-:\-\-\-\-\-\-\-\-\-\-\-\-\-:\-\-\-\-\-\-\-\-\-
\-\- : LDIF : Disabled
-9989 : Replication : Enabled
+8989 : Replication : Enabled
0\&.0\&.0\&.0:161 : SNMP : Disabled
0\&.0\&.0\&.0:636 : LDAPS : Disabled
0\&.0\&.0\&.0:1389 : LDAP : Enabled
--
Gitblit v1.10.0