Total Pageviews

Thursday, October 31, 2019

opends replication creation command


Here is the command to enable OpenDJ replication

few things to remember when enabling replications
1. make sure you can telnet with the port from one server to another server.
2. user configure command instead of enable, enable is no longer used.
3. host1 is second server not the server where you are running the command. host2 is the server where you are running the command.


./dsreplication configure --adminUid admin --adminPassword mypassword --baseDn dc=orasystemsusa,dc=test,dc=com --host1 orasystemsusa.com --port1 4444 --bindDn1 "cn=Directory Manager" --bindPassword1 mypassword --replicationPort1 8989 --host2 orasystemsusa2.com --port2 4444 --bindDn2 "cn=Directory Manager" --bindPassword2 mypassword --replicationPort2 8989 --trustAll --no-prompt



No comments:

Post a Comment