What is the supported way to setup GPOADmin for Fault Tolerance / Disaster Recovery / Redundancy within an enterprise environment?
Need to have two GPOADmin servers both configured to use the same AD-LDS configuration store as well as the same GPO backup repository (SQL, network share etc).
This will allow you to have a standby server available in case the main GPOADmin server is lost.
It is recommended to back up the AD-LDS instance and the backup repository in the case of a complete loss.
The configuration would be as follows:
1. All installed GPOADmin servers should use the same backup store and configuration store. Duplicates of these items for backup/disaster recovery purposes is not supported
2. You should have only one Watcher service active on the main server. The Watcher service on the failover machine should be set to disabled. When a failure occurs, you would need to manually start the Watcher service on the failover machine and update it to automatic startup type.
Note: Have more than one Watcher server running is not supported and can cause issues such as GPOs showing 'Unauthorized modification' after being edited, checked in or deployed
3. The registry key below should be set to "1" on the main server, and "0" on all other GPOADmin servers. If a failure occurs the registry key would have to be changed, and then the GPOADmin server service restarted on the failover machine:
Version 5.11 and later: HKLM\SOFTWARE\Quest\GPOAdmin\ServerConfig
value: processScheduledDeployments (DWORD) set to 1 to process scheduled deployments, set to 0 to not process scheduled deployments. (If processScheduledDeployments does not already exist create a new DWORD with that name)
4. Anyone using the GPOADmin client would have to close the client, reopen and connect to the failover machine