Test ID | setup_replication |
Panel |
OpenDS GUI setup replication panel |
Items |
- if possible use 2 HOSTS - install with setup-gui on HOST1, enabling SSL, enabling replication by importing data with the ldif file below testrepl.ldif with 10 entries , change the base DN value to o=testrepl - install with setup-gui on HOST2, enabling SSL, enabling replication with HOST1. - check the control-panel for both servers: replication enabled, restart both servers - export the data $ ./export-ldif -b "o=testrepl" -h HOST -p ADMINPORT1 -D "cn=directory manager" -w password -n userRoot -l ../ldif/testrepl.ldif check replication works: - edit an entry on HOST1 $ ./ldapmodify -p LDAPPORT1 -D "cn=Directory Manager" -w password --filename {yourpath}/modify-user.ldif (see below) - delete an entry on HOST1 $ ./ldapdelete -p LDAPPORT1 -D "cn=Directory Manager" -w password "uid=user.6,ou=People,o=testrepl" => verify those 2 changes have been applied on HOST2 - add an entry on HOST2 $ ./ldapmodify -p LDAPPORT2 --bindDN "cn=Directory manager" --bindPassword password --filename {yourpath}/add-user.ldif (see below) => verify the changes have been applied on HOST1 $ ./ldapsearch -p LDAPPORT1 -D "cn=Directory Manager" -w password -b "o=testrepl" "(givenname=Marcia)" |
Specific checks |