PingDirectory

Overview

To interface with the replication topology, the PingDirectory server provides a command-line utility, dsreplication, that should be used to manage and monitor replication.

Replication setup involves the following basic steps:

  • Set up the servers.

    This is the basic installation step to set up a PingDirectory server instance.

  • Import or restore data to one server.

    After setting up the servers, at least one server should have the target data loaded through import-ldif or restore.

  • Enable replication between the servers.

    Using the dsreplication tool, enable replication for each server to be included in the replication topology. The dsreplication enable subcommand should be run N - 1 times for a topology of N servers. For more information, see Command-line interface.

  • Initialize data from source server to all servers in the topology.

    Run the dsreplication initialize subcommand for every target server that needs a copy of the data from the source server.

  • Verify the replication topology.

    Check the replication status after configuring the topology using the dsreplication status tool.