From ac0fff0636de505ec428dd37a25ab440f11bb416 Mon Sep 17 00:00:00 2001
From: Mark <mark.craig@forgerock.com>
Date: Tue, 01 Sep 2015 14:27:29 +0000
Subject: [PATCH] Merge pull request #6 in OPENDJ/opendj from ~MARK/opendj:bugfix/OPENDJ-2255 to master
---
docs/src/main/docbkx/admin-guide/chap-replication.xml | 62 ++++++++++++++++++++++++++++---
1 files changed, 56 insertions(+), 6 deletions(-)
diff --git a/docs/src/main/docbkx/admin-guide/chap-replication.xml b/docs/src/main/docbkx/admin-guide/chap-replication.xml
index 3724009..7f966b7 100644
--- a/docs/src/main/docbkx/admin-guide/chap-replication.xml
+++ b/docs/src/main/docbkx/admin-guide/chap-replication.xml
@@ -30,12 +30,62 @@
xmlns:xlink='http://www.w3.org/1999/xlink'>
<title>Managing Data Replication</title>
- <para>OpenDJ uses advanced data replication with automated conflict
- resolution to help ensure your directory services remain available in the
- event a server crashes or a network goes down, and also as you backup or
- upgrade your directory service. You can configure data replication as part
- of OpenDJ installation, and in many cases let replication do its work in
- the background.</para>
+ <itemizedlist>
+ <para>
+ OpenDJ uses advanced data replication with automated conflict resolution
+ to help ensure your directory services remain available
+ during administrative operations that take an individual server offline,
+ or in the event a server crashes or a network goes down.
+ This chapter explains how to manage OpenDJ directory data replication.
+ In this chapter you will learn to:
+ </para>
+
+ <listitem>
+ <para>
+ Set up replication as part of initial installation using OpenDJ control panel,
+ or at any time using command-line tools
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Understand how replication operates in order to configure it appropriately
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Enable, initialize, and stop data replication
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Configure stand-alone directory servers and replication servers,
+ or break a server that plays both roles into two stand-alone servers
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Configure replication groups, read-only replicas, assured replication,
+ subtree replication, and fractional replication for complex deployments
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Configure and use change notification to synchronize external applications
+ with changes to directory data
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Recover from situations where a user error has been applied to all replicas
+ </para>
+ </listitem>
+ </itemizedlist>
<section xml:id="repl-quick-setup">
<title>Replication Quick Setup</title>
--
Gitblit v1.10.0