From 65b90eb873390c6918713a17acaef2725825a1f2 Mon Sep 17 00:00:00 2001 From: lfrost <lfrost@localhost> Date: Tue, 18 Aug 2009 13:14:36 +0000 Subject: [PATCH] Minor improvements to dsreplication help, related to issue 4092 --- opendj-sdk/opends/src/messages/messages/admin_tool.properties | 51 +++++++++++++++++++++++++-------------------------- 1 files changed, 25 insertions(+), 26 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties index 4b7fbbf..495dfbd 100644 --- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties +++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties @@ -413,15 +413,15 @@ communication through the replication port of the first server is encrypted \ or not. This option will only be taken into account the first time \ replication is configured on the first server -INFO_DESCRIPTION_ENABLE_REPLICATION_NO_REPLICATION_SERVER1=Specifies not to \ - have a replication port and changelog on the first server. The first server \ - will only contain replicated data but no changelog with the modifications \ - made to the replicated data. At least two servers with a changelog are \ - required in the replication topology to avoid a single point of failure -INFO_DESCRIPTION_ENABLE_REPLICATION_ONLY_REPLICATION_SERVER1=Specifies to \ - only have a changelog (with a replication port) on the first server. The \ - first server will not contain replicated data but only a changelog with the \ - modifications made in the data contained in other servers +INFO_DESCRIPTION_ENABLE_REPLICATION_NO_REPLICATION_SERVER1=Do not configure \ + a replication port or change log on the first server. The first server \ + will contain replicated data but will not contain a change log of modifications \ + made to the replicated data. Note that each replicated topology must contain \ + at least two servers with a change log to avoid a single point of failure +INFO_DESCRIPTION_ENABLE_REPLICATION_ONLY_REPLICATION_SERVER1=Configure only a \ + change log and replication port on the first server. The first server will \ + not contain replicated data, but will contain a change log of the modifications \ + made to the replicated data on other servers INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=Fully qualified host name or IP \ address of the second server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory server \ @@ -454,16 +454,15 @@ communication through the replication port of the second server is encrypted \ or not. This option will only be taken into account the first time \ replication is configured on the second server -INFO_DESCRIPTION_ENABLE_REPLICATION_NO_REPLICATION_SERVER2=Specifies not to \ - have a replication port and changelog on the second server. The second \ - server will only contain replicated data but no changelog with the \ - modifications made to the replicated data. At least two servers with a \ - changelog are required in the replication topology to avoid a single point of \ - failure -INFO_DESCRIPTION_ENABLE_REPLICATION_ONLY_REPLICATION_SERVER2=Specifies to \ - only have a changelog (with a replication port) on the second server. The \ - second server will not contain replicated data but only a changelog with the \ - modifications made in the data contained in other servers +INFO_DESCRIPTION_ENABLE_REPLICATION_NO_REPLICATION_SERVER2=Do not configure \ + a replication port or change log on the second server. The second server \ + will contain replicated data but will not contain a change log of modifications \ + made to the replicated data. Note that each replicated topology must contain \ + at least two servers with a change log to avoid a single point of failure +INFO_DESCRIPTION_ENABLE_REPLICATION_ONLY_REPLICATION_SERVER2=Configure only a \ + change log and replication port on the second server. The second server will \ + not contain replicated data, but will contain a change log of the modifications \ + made to the replicated data on other servers INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=Use StartTLS to secure \ communication with the second server INFO_DESCRIPTION_REPLICATION_BASEDNS=Base DN of \ @@ -494,7 +493,7 @@ external method (import-ldif command or binary copy) INFO_REPLICATION_TOOL_DESCRIPTION=This utility can be used to configure \ replication between servers so that the data of the servers is synchronized.\ - For replication to work you must first to enable replication using the \ + For replication to work you must first enable replication using the \ '%s' subcommand and then initialize the contents of one of \ the servers with the contents of the other using the '%s' subcommand INFO_REPLICATION_DESCRIPTION_QUIET=Perform a quiet operation (no \ @@ -506,10 +505,10 @@ password provided for the Global Administrator will be used when specifying \ this option INFO_DESCRIPTION_DISABLE_REPLICATION_SERVER=Disable the replication server. \ - The replication port and changelog will be disabled on the specified server -INFO_DESCRIPTION_DISABLE_ALL=Disable all the replication configuration in the \ - specified server. The contents of the server will no longer be replicated \ - and the replication server (changelog and replication port) will be disabled \ + The replication port and change log are disabled on the specified server +INFO_DESCRIPTION_DISABLE_ALL=Disable the replication configuration on the \ + specified server. The contents of the server are no longer replicated \ + and the replication server (changelog and replication port) is disabled \ if it is configured INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Initialize the contents of the \ data under the specified Base DN on the destination server with the contents \ @@ -955,8 +954,8 @@ INFO_REPLICATION_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH=The full path to \ the file where the equivalent non-interactive commands will be written when \ this command is run in interactive mode -INFO_REPLICATION_DESCRIPTION_ADVANCED=Use this option to have access to \ - advanced settings when running this command-line in interactive mode +INFO_REPLICATION_DESCRIPTION_ADVANCED=Use this option to access advanced \ + settings when running this command in interactive mode MILD_ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=An error \ occurred while attempting to write equivalent non-interactive command line to \ file %s. Error details: %s -- Gitblit v1.10.0