Hi,
Probably a simple question for those out there with the experience.
We have a planned power outage at our main site which would mean shutting down 2 of the Exchange Servers in our 3 node DAG. The 3rd server is located at another site.
My plan was to be as follows:
Run the StartDagServerMaintenence.ps1 script on the servers at the main site (1 at a time) and then shut them down.
This should mount all the databases onto the 3rd server at the 2nd site.
The outage is due to be for about 10 hours, anything I should worry about when bring the servers back up?
Was going just going to run the StopDagServerMaintenance.ps1 script after they came back up and then RedistributeActive Databases.ps1 script -DAG - BalanceDbsByActivationPreference -ShowFinalDatabaseDistribution - Confirm:$false
Anybody done this and had any issues after?
Thanks