I got an error when removing the Exchange servers from the DAG:
Error:
“Database availability group server EXCHANGESERVER cannot be removed from database availability group DAG since it is currently set for datacenter activation mode and it requires at least two mailbox servers.”
From an Exchange PowerShell, run the following command:
[PS]Set-DatabaseAvailabilityGroup <database availability group name> -DatacenterActivationMode Off
Or from PowerShell
Then remove DAG [PS]Remove-DatabaseAvailabilityGroupServer -Identity <DAGName>
-MailboxServer <ExchangeServer>
No comments:
Post a Comment