You have four nodes NODE1 NODE2, NODE3, and NODE4, wherein you want to install and
configure a multimaster replication group with fan-out feature with the following requirements:
1. NODE1 and NODE2 must be synchronized so that changes made on either node are replicated
to the other but the naming context cn=private users, cn=mycompany is to be excluded from this
replication.
2. The naming context ou=Americas,cn=mycompany on NODE3 is to be partially synchronized
from NODE2 so that only changes made under ou=Americas, cn=mycompany on NODE2 are
replicated to NODE3. The following are to be excluded from this replication:
– Changes made under cn=customer profile, ou=Americas, cn=mycompany
– Changes in the attribute userpassword
3. NODE4 is to be configured as a full replica of NODE2, that is, changes to all naming contexts in
NODE2 will be replicated (one-way) to NODE4.
Which three options would you consider to meet this requirements? (Choose three.)
A.
setting up a partial replica for NODE2 to NODE4
B.
setting up a partial replica for NODE1 and NODE2
C.
setting up a partial replica for NODE2 and NODE3
D.
setting up a full LDAP replication for NODE2 and NODE3
E.
setting up a full LDAP replication from NODE2 to NODE4
F.
setting up a multimaster replication group for NODE1 and NODE2