Using the --restricted argument of the dsreplication command-line tool
About this task
To enable replication between two servers with entry balancing:
Steps
-
Choose one of the following ways to run the
dsreplication
command:Choose from:
-
Run
dsreplication
in non-interactive mode.See the following example.
$ bin/dsreplication enable --host1 host1.example.com \ --port1 1389 --bindDN1 "cn=Directory Manager" \ --bindPassword1 secret --replicationPort1 8989 \ --host2 host2.example.com --port2 2389 \ --bindDN2 "cn=Directory Manager" --bindPassword2 secret \ --replicationPort2 8989 --baseDN dc=example,dc=com \ --baseDN ou=people,dc=example,dc=com \ --restricted ou=people,dc=example,dc=com
-
Run
dsreplication
using the interactive command line.-
Enter
dsreplication
and the LDAP connection parameters. -
Specify that an entry balancing is being used.
-
Specify the base distinguished name (DN) of the entry-balancing point.
See the following example.
You must choose at least one base DN to be replicated. Replicate base DN dc=example,dc=com? (yes / no) [yes]: yes Replicate base DN ou=people,dc=example,dc=com? (yes / no) [yes]: yes Do you plan to configure entry balancing using the Directory Proxy Server? (yes / no) [no]: yes Is dc=example,dc=com an entry-balancing point? (yes / no) [no]: no Is ou=people,dc=example,dc=com an entry-balancing point? (yes / no) [no]: yes
-
-