Given the following repositories that are projecting to the following Connection Brokers:
How do you dynamically add host2 as additional Connection Broker, such that Docbase A and
Docbase B are listed as available repositories?

A.
change “host = host1” to “host = host1, host2” in dmcl.ini
B.
executeIDfDocbrokerClient.addDocbroker(“host2”,1489);
C.
add the following statements in the dmcl.ini:
[DOCBROKER_BACKUP_1] host=host2 port=1489
D.
add the following statements in the dmcl.ini:
[DOCBROKER_SECONDARY] host=host2 port=1489