7.4.7 Verifying OUD Assured Replication Status
Note:
This section only needs to be followed if you enabled assured replication as per Enabling Assured Replication (Optional).- Run the following command to create a bash shell in the
pod:
For example:kubectl --namespace <namespace> exec -it -c <containername> <podname> -- bash
This will take you into the pod:kubectl --namespace oudns exec -it -c oud-ds-rs oud-ds-rs-0 -- bash
[oracle@oud-ds-rs-0 oracle]$
- At the prompt, enter the following
commands:
echo $bindPassword1 > /tmp/pwd.txt
The output will look similar to the following:/u01/oracle/user_projects/${OUD_INSTANCE_NAME}/OUD/bin/dsconfig --no-prompt \ --hostname ${OUD_INSTANCE_NAME} --port ${adminConnectorPort} --bindDN "${rootUserDN}" \ --bindPasswordFile /tmp/pwd.txt --trustAll get-replication-domain-prop --domain-name ${baseDN} \ --advanced --property assured-type --property assured-sd-level --property assured-timeout \ --provider-name "Multimaster Synchronization"
Property : Value(s) -----------------:---------- assured-sd-level : 2 assured-timeout : 5 s assured-type : safe-data