Exit Print View

Sun OpenDS Standard Edition 2.0 Administration Guide

Get PDF Book Print View
 

Document Information

Configuring the Directory Server

Configuring Security in the Directory Server

Managing Directory Data

Controlling Access To Data

Replicating Data

Configuring Replication With dsreplication

To Enable Replication Between Two Servers

To Initialize a Replicated Server

To Initialize an Entire Topology

To Test Replication

To Obtain the Status of a Replicated Topology

Modifying the Replication Configuration With dsconfig

Retrieving the Replication Domain Name

Changing the Replication Purge Delay

To Change the Replication Purge Delay

Changing the Window Size

To Change the Window Size

Changing the Heartbeat Interval

To Change the Heartbeat Interval

Changing the Isolation Policy

To Change the Isolation Policy

Configuring Encrypted Replication

To Configure Encrypted Replication

Configuring Replication Groups

To Configure A Replication Group

Configuring Assured Replication

To Configure Assured Replication in Safe Data Mode

To Configure Assured Replication in Safe Read Mode

Configuring Replication Status

To Configure the Degraded Status Threshold

Initializing a Replicated Server With Data

Initializing a Single Replicated Server

Initializing a New Replicated Topology

Adding a Directory Server to an Existing Replicated Topology

Changing the Data Set in an Existing Replicated Topology

To Change the Data Set With import-ldif or Binary Copy

Configuring Schema Replication

Specifying the Schema Source

Disabling Schema Replication

Replicating to a Read-Only Server

To Configure a Replica as Read-Only

Detecting and Resolving Replication Inconsistencies

Types of Replication Inconsistencies

Detecting Inconsistencies

Resolving Inconsistencies

Managing Users and Groups

Directory Server Monitoring

Improving Performance

Advanced Administration

To Obtain the Status of a Replicated Topology

Use the dsreplication status command to display a list of the directory servers in the topology, along with any missing changes between those servers. You can use the connection details of any directory server in the topology to obtain the status of the entire topology. The following command displays the status of the topology set up in the previous procedures:

$ dsreplication status -h host1 -p 4444 --adminUID admin \
  --adminPassword password

dc=example,dc=com - Replication Enabled 
======================================= 
Server         : Entries : M.C. (1) : A.O.M.C. (2) : Port (3) : Security (4) 
---------------:---------:----------:--------------:----------:------------- 
host1:4444     : 102     : 0        : 0            : 8989     : Disabled 
host2:4444     : 102     : 0        : 0            : 8990     : Disabled  

[1] The number of changes that are still missing on this server (and that have 
been at least applied to one of the other servers). 
[2] Age of oldest missing change: the age (in seconds) of the oldest change 
that has not arrived to this server. 
[3] The port used to communicate between the servers whose contents are being 
replicated. 
[4] Whether the replication communication through the replication port is 
encrypted or not.