The realtime-sync
tool
The bin/realtime-sync
tool controls starting and stopping synchronization globally or for individual Sync Pipes. The tool also provides features to set a specific starting point for real-time synchronization.
To see the current status of real-time synchronization, view the monitor properties: num-sync-ops-in-flight
, num-ops-in-queue
, and source-unretrieved-changes
. For example, use ldapsearch
to view a specific Sync Pipe’s monitor information:
$ bin/ldapsearch --baseDN cn=monitor \
--searchScope sub "(cn=Sync Pipe Monitor: PIPE_NAME)"
The Stats Logger can also be used to view status. See the PingDirectory Server Administration Guide for details.