Remote Cluster Monitoring

Remote cluster monitoring auto corrects roles (it becomes self primary if the remote site is in STANDBY_ERROR state) for uninterrupted traffic flow of traffic. However, this auto role correction is done for specific roles only.

config 
 geomonitor 
  remoteclustermonitor  
   retryCount value 
   retryInterval interval_value 
  exit 

NOTES:

  • retryCount value —Specify the retry count before making current site PRIMARY. Must be an integer in the range of 1-10. Default value is 3.

  • retryInterval interval_value —Specify the retry interval in milliseconds after which remote site status is fetched. Must be an integer in the range of 200-50000. Default value is 3000.

Configuration Example

The following is an example configuration

geomonitor remoteclustermonitor
retryCount 3
retryInterval 3000