From 5833fe40996c75adcf1e116104ffe6169c4866e6 Mon Sep 17 00:00:00 2001
From: rhaggard <rhaggard@localhost>
Date: Fri, 01 Feb 2008 18:37:01 +0000
Subject: [PATCH] Uncommitting last changes to configuration .xml files, second try
---
opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml | 50 +++++++++++++++++++-------------------------------
1 files changed, 19 insertions(+), 31 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
index 0fb67fe..ff45ade 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml
@@ -32,8 +32,8 @@
xmlns:ldap="http://www.opends.org/admin-ldap">
<adm:synopsis>
<adm:user-friendly-plural-name />
- are used to publish updates to the directory servers within a
- replication domain.
+ are used to publish updates to Directory Servers within a
+ Replication Domain.
</adm:synopsis>
<adm:tag name="replication" />
<adm:profile name="ldap">
@@ -44,15 +44,14 @@
</adm:profile>
<adm:property name="replication-server" multi-valued="true">
<adm:synopsis>
- specifies the address and port of every replication server in the environment. Each
- value for this attribute should consist of the address of a replication server followed
- by a colon and the port number on which it is listening.
+ Specifies the addresses of other
+ <adm:user-friendly-plural-name />
+ to which this
+ <adm:user-friendly-name />
+ should try to connect at startup time.
</adm:synopsis>
<adm:description>
- Addresses must be specified using the syntax: hostname:port. This attribute is multi-valued because
- it provides a list of all the replication servers that have been configured in the environment. Each
- replication server remains permanently connected to all other servers specified by ds-cfg-replication-server
- in order to broadcast changes.
+ Addresses must be specified using the syntax: hostname:port
</adm:description>
<adm:default-behavior>
<adm:undefined />
@@ -84,7 +83,7 @@
<adm:description>
Each
<adm:user-friendly-name />
- must have a unique server ID.
+ must have a different server ID.
</adm:description>
<adm:syntax>
<adm:integer lower-limit="1" upper-limit="65535"></adm:integer>
@@ -99,7 +98,7 @@
<adm:synopsis>
Specifies the window size that the
<adm:user-friendly-name />
- uses when communicating with other
+ will use when communicating with other
<adm:user-friendly-plural-name />
.
</adm:synopsis>
@@ -119,22 +118,14 @@
</adm:property>
<adm:property name="queue-size" advanced="true">
<adm:synopsis>
- Specifies the number of changes that are kept in memory for
- each directory server in the replication domain.
+ Specifies the number of changes that will be kept in memory for
+ each Directory Server in the Replication Domain.
</adm:synopsis>
- <adm:requires-admin-action>
- <adm:none>
- <adm:synopsis>
- Adjust the window size to improve replication if necessary.
- </adm:synopsis>
- </adm:none>
- </adm:requires-admin-action>
<adm:default-behavior>
<adm:defined>
<adm:value>10000</adm:value>
</adm:defined>
</adm:default-behavior>
-
<adm:syntax>
<adm:integer />
</adm:syntax>
@@ -147,9 +138,9 @@
<adm:property name="replication-db-directory" mandatory="true"
read-only="true">
<adm:synopsis>
- Specifies the path where the
+ The path where the
<adm:user-friendly-name />
- stores all persistent information.
+ will store all persistent information.
</adm:synopsis>
<adm:default-behavior>
<adm:defined>
@@ -167,9 +158,9 @@
</adm:property>
<adm:property name="replication-purge-delay" advanced="true">
<adm:synopsis>
- Specifies the time (in seconds) after which the
+ The time (in seconds) after which the
<adm:user-friendly-name />
- erases all persistent information.
+ will erase all persistent information.
</adm:synopsis>
<adm:default-behavior>
<adm:defined>
@@ -187,15 +178,12 @@
</adm:property>
<adm:property name="replication-port" mandatory="true">
<adm:synopsis>
- Specifies the port on which this
+ The port on which this
<adm:user-friendly-name />
- waits for connections from other
+ will wait for connections from other
<adm:user-friendly-plural-name />
- or directory servers.
+ or Directory Servers.
</adm:synopsis>
- <adm:requires-admin-action>
- <adm:component-restart />
- </adm:requires-admin-action>
<adm:syntax>
<adm:integer lower-limit="1" upper-limit="65535" />
</adm:syntax>
--
Gitblit v1.10.0