
Server in Database Availability Group is not started
Hi,
You may get an error message like “Server ‘ServerName‘ in database availability group ‘DAG_Name‘ is not started” error message during a move mailbox database process.
To start a specific mailbox server in the DAG run the following command:
1 |
Start-DatabaseAvailabilityGroup DAG_Name -MailboxServer ServerName |
ecsword