DPM 2012 SP1 – Replica is inconsistent

Symptoms

  • Protection group member displays “Replica is Inconsistent”

Troubleshooting

There is a large number of reasons you could be seeing this error, the two main areas to focus on are making sure that the backup feature is installed and the event viewer logs on the target server

Event Viewer Backups

Resolution 1

  1. Right click on the member and click “Perform consistency check…”

DPM Replica is Inconsistent

Resolution 2 (Server 2012 and 2008 R2)

  1. Connect to target server
  2. Open PowerShell window
  3. Type “import-module servermanager”PowerShell import-module servermanager
  4. Type “get-windowsfeature”. this will display a list of the Windows Services and Features that are currently installed
  5. Locate the Windows Server Backup line and ensure that it is ticked, if not continue with this resolutionPowerShell Windows Server Backup
  6. (Server 2012) Type “add-windowsfeature windows-server-backup”
  7. (Server 2008 R2) Type “add-windowsfeature backup”
  8. Right click on the member in the DPM console and click “Perform consistency check…”

Resolution 3 (Server 2008)

  1. Open Server Manager
  2. Click Add Features
  3. Locate Windows Server Backup Features and expand
  4. Select Windows Server Backup and click next, then finish the wizardServer 2008 Install Windows Server Backup
  5. Right click on the member in the DPM console and click “Perform consistency check…”

Resolution 4 (Server 2003)

  1. Install the Server 2003 VSS update http://support.microsoft.com/kb/940349
  2. Right click on the member in the DPM console and click “Perform consistency check…”

Resolution 4

  1. Verify that the volume that you are attempting to backup has enough HDD space, general rule is to have the volume (when OS volume) at 50% capacity but this can vary depending on your individual requirements

Resolution 5

  1.  Open CMD as administrator
  2. Type “wbadmin -destination <dest>” where <dest> is the location that you wish to backup everything to, e.g. D:\Backup (WARNING: this will use up a large amount of space)
  3. Right click on the member in the DPM console and click “Perform consistency check…”

4 thoughts on “DPM 2012 SP1 – Replica is inconsistent

  1. Thanks for the info. I thought I’d just add that in our case the problem ended up being that we were running DPM 2012 SP1 and it was getting these types of errors because we were trying to back up stuff off of a 2012 R2 Hyper V cluster. Apparently there are some compatibility issues. We upgraded to DPM 2012 R2 and backups of the VMs off the hyperV hosts are working fine again.

  2. It’s actually a nice and helpful piece of information. I am glad that you shared this helpful info with us. Please keep us up to date like this. Thanks for sharing.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s