Read time 4 minutes
The latest versions of Exchange rely heavily on Database Availability Group (DAG) to ensure high data availability. They are designed to save Exchange Server and databases from any potential server failure or database corruption.
A DAG can have multiple servers as its members provided they all have the same Exchange Server versions (it means there can never be two different versions of Exchange server in the same DAG). It can consist of up to 16 Exchange Servers, which can host multiple databases. The Database Availability Group prevents a server, which is a member of the group, from any potential catastrophe.
In the following sections, we’ll explore how to recover from the error “Exchange Server is a Member of a Database Availability Group.”
How to recover a DAG Server after failure?
When an Exchange Server is a member of DAG, you can quickly recover it if it fails or gets lost. This is done using the switch m:/RecoverServer which accesses the server setup in the Active Directory. After recovering the configuration settings of the server, the switch reloads the files and services on the server. It also applies the roles and settings that were loaded from the Server in the Active Directory. Before starting the recovery process, let’s get some information about the Database Availability Group, including what it is and how it saves the database.
To work on DAGs (to add, remove, or change settings), you must have adequate permissions. These permissions are to add, remove, and configure database settings.
Here is a table depicting permissions required for the Database Availability Group:
DAG Permissions |
|
Features | Permissions Required |
Database availability group membership | Organization Management
Database Availability Groups |
Database availability group properties | Organization Management
Database Availability Groups |
Database availability groups | Organization Management
Database Availability Groups |
Database availability networks | Organization Management
Database Availability Groups |
Prerequisites of restoring a database in DAG
- Ensure the user account has all the permissions before starting the recovery procedure.
- You should know the exact location of the Exchange database because the switch requires access to that location to recreate the files and settings. You must use the /TargetDir switch to mention the location. Even if you do not use the /TargetDir switch, the recovery operation will install the files at the default database location, which is – Program Files\Microsoft\Exchange Server\V15.
- You can manually set the saving location for the database with the help of the following steps –
- Start either MSC or LDP.EXE.
- Go to the location:
CN=ExServerName, CN=Servers, CN=First Administrative Group, CN=Administrative Groups, CN=ExOrg Name, CN=Microsoft Exchange, CN=Services, CN=Configuration, DC=DomainName, CN=Com
- Go to the Exchange Server object, right-click on it, and click the Properties.
- Search the msExchInstallPath as it stores the current Exchange database location. You can use this location while recovering the database files.
- Check the current state of the Exchange environment using the following steps:
- Sign in to the Exchange admin center using admin credentials and go to servers and databases. You’ll notice Bad Copy Count and that database copies are down there.
- Click servers, then database availability groups.
- Select the DAG list member and then tap on the Edit icon.
- This will show that the selected DAG member is not operational.
So, after learning about the state, we see the issue, so let’s move on to the recovery process.
Use /m:RecoverServer switch to recover the server
Before using the RecoverServer switch, you need to perform various exchange commands using Exchange Management Shell:
- Run the command:
Get-MailboxDatabase DatabaseName | Format-List *lag*
The command will retrieve the truncation or replay log of the database copies.
- Run the command:
Remove-MailboxDatabaseCopy DatabaseName\MailboxServerName
The command will delete any database mailbox copy on the server.
- Run the command:
Remove-DatabaseAvailabilityGroupServer -Identity DAGname -MailboxServer MailboxServerName
The command will delete the mailbox server files and settings from the respective availability group.
- Reset the computer account in the Active Directory.
- Follow Control Panel>>Administrative Tools>>Active Directory Users and Computers.
- Then Click Computers.
- After selecting the Computers, right-click it and click Reset Account.
- After resetting the computer, open the command prompt and input the command
Setup /m:RecoverServer
- As soon as the Exchange Server recovery is complete, run the following command
Add-DatabaseAvailabilityGroupServer -Identity DAGname -MailboxServer MailboxServername
The command will add the Exchange server to the availability group.
- Add the Exchange database copy to the server
Add-MailboxDatabaseCopy -Identity DatabaseName -MailboxServer MailboxServerName
After completing the process, you can start working on the Exchange Server and access the data in the database.
Conclusion
So, this was the complete process of recovering a Database Availability Group member Exchange server. Even though it is quite a simple and direct method of recovering the server, it may not work well for severely affected data. So, there is no certainty of data recovery. To get an assurance of advance Exchange recovery software, you should use Kernel for Exchange Server. It reads the Exchange database file directly and returns corrupt and deleted data.