• Run the ldapseasrch command to test communications on the ds-central-01 serverTask.
    root@proxy-east-01: bin/ldapsearch --port 389 --bindDN "cn=directory manager" \
    --bindPassword password \ 
    --baseDN "dc=example,dc=com,ds-backend-server=ds-central-01.example.com:389" \ 
    --searchScope base "(objectclass=*)"    
    

    You can repeat this search on the ds-central-02 server, to confirm that the server returns the entry as expected.