Setting Up an LDAP-Based Replica by Using Automatic Bootstrapping
Hello,
I'm working on a 11.1.1.9.0 OID configuration with two sites and I want to implement the replication process described in section 40.5.2.1 of the OID Administrator's Guide (https://docs.oracle.com/middleware/11119/oid/administer/E56468-02.pdf ) but I'm stuck in task 4 (section 40.5.2.1.4) because the process is not clear for me.
I want to set up a full replication process in multi-master mode between the supplier and the consumer; I'm currently testing the command on the supplier host:
ldapsearch -D cn=orcladmin -q -h supplier_host -p supplier_port \
-b "orclreplicaid=supplier_replica_id,cn=replication configuration" \
-s sub "(&(orclreplicadn=*consumer_replica_id*)(objectclass=orclreplagreemententry))" dn