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).
To verify the OUD assured replication status:
  1. Run the following command to create a bash shell in the pod:
    kubectl --namespace <namespace> exec -it -c <containername> <podname> -- bash
    For example:
    kubectl --namespace oudns exec -it -c oud-ds-rs oud-ds-rs-0 -- bash
    This will take you into the pod:
    [oracle@oud-ds-rs-0 oracle]$
  2. At the prompt, enter the following commands:
    echo $bindPassword1 > /tmp/pwd.txt
    /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"
    The output will look similar to the following:
    Property         : Value(s)
    -----------------:----------
    assured-sd-level : 2
    assured-timeout  : 5 s
    assured-type     : safe-data