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-ldifor restore. -
Enable replication between the servers.
Using the
dsreplicationtool, enable replication for each server to be included in the replication topology. Thedsreplication enablesubcommand 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 initializesubcommand 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
dsreplicationstatus tool.