Link to home
Start Free TrialLog in
Avatar of FundFire
FundFire

asked on

Windows server backup fail consistency check for exchange

I have a DAG setup, I backup the active database copy without any issues.  I want to backup the passive database copies as well.  

The active database copy backup is fine, using windows backup command
wbadmin start backup -backupTarget:F: -include:E: -allCritical -vssfull -quiet

The passive database copy fails the consistency check, using the same command.  I have ran the following commands to check the databases and they all come in as 'Healthy' state:

Get-Mailboxdatabasecopy status - Identity "db name"

So I am not sure why this is, I do have replica of PF in the passive database copy on that server if that make any difference.
Avatar of Amit
Amit
Flag of India image

Windows Backup doesn't support Passive DB backup. That is the reason it is failing. You need to look for 3rd party tool like TSM or NetBackup.
Avatar of FundFire
FundFire

ASKER

I want to confirm that the failure of the consistency check during the backup is the result of the passive database copy using windows backup.  Because the backup is completed but with error.
ASKER CERTIFIED SOLUTION
Avatar of Amit
Amit
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I read the link, which pointed me to another link

http://technet.microsoft.com/en-us/library/dd876851(v=exchg.141).aspx

On the bottom of this page it tells you what you need to do to backup the passive copy of db so you do not get the error.  I did following and the backup is completed with errors.

Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\ExchangeServer\v14\Replay\Parameters.
Add a new DWORD value named EnableVSSWriter, and set its value to 0.
Exit Registry Editor and then restart the Microsoft Exchange Replication service.