Start real-time synchronization globally
About this task
The realtime-sync
command assumes that the synchronization topology is configured correctly.
Perform the following steps to start real-time synchronization globally:
Steps
-
Run the command from the
<server-root>/bin
directory. This example assumes that a single Sync Pipe called "dsee-to-ds-sync-pipe" exists.$ bin/realtime-sync start --pipe-name "dsee-to-ds-sync-pipe" \ --port 389 \ --bindDN "uid=admin,dc=example,dc=com" \ --bindPassword secret
-
If more than one Sync Pipe is configured, specify each using the
--pipe-name
option. The following example starts synchronization for a bidirectional synchronization topology.$ bin/realtime-sync start --pipe-name "Sun DS to DS" \ --pipe-name "DS to Sun DS" \ --port 389 \ --bindDN "uid=admin,dc=example,dc=com" \ --bindPassword secret