Monitoring Horizon View Connection Server LDAP Replication
You wish to monitor the LDAP replication traffic between the Horizon View Connection servers (CS) in your environment, Simply run the following command against all the replicating CS individually. Note: Run the following command on a CS or make sure Windows Remoting enabled to execute from a remote machine . CON1: repadmin /showrepl con1.example.com:389 /errorsonly
if you got the above response means inbound/outbound replication is successful on this CS Suppose you have 4 CS within your environment, you would like to monitor the replication across all of them. One could ‘Schedule a Task’ to check replication every 4 hours between the CS and send the report to concern monitoring team for further action. In my case, I am running this command from a remote machine which has SMTP enabled to send emails. CON1 – CON4:
repadmin /showrepl con1.example.com:389 /errorsonly
repadmin /showrepl con2.example.com:389 /errorsonly
repadmin /showrepl con3.example.com:389 /errorsonly
...