PingDirectory

Checking the status of replication in an entry-balancing deployment

You can use the dsreplication status tool to check the status of an entry-balancing deployment.

About this task

In this example, the ou=people,dc=example,dc=com subtree is entry-balanced.

The data is split into two sets, set1 and set2. The servers host1 and host2 are in replication set set1 and servers host3 and host4 are in replication set set2.

Steps

  • To get a status of replication in the entry-balancing deployment, run the dsreplication command.

    Example:

    By default, all of the sets are displayed. To view only a specific replication set, use the --setName option.

    Example:

    $ bin/dsreplication status --hostname host1.example.com \
      --port 1389 --adminUID admin --adminPassword secret

    Result:

    Screenshot of the replication status check using dsconfig.