Tuesday, January 29, 2013

Windows 2012 Hyper-V VMs enters a paused state or a CSV volume goes offline during back-up

A serious issue when backing up CSV 2.0 volumes. Host-based backups could bring down most of the VMs on the cluster. This can be a serious show stopper if you plan to migrate to Windows 2012 Hyper-V

When creating a back-up of a Windows 2012 Hyper-V CSV  volume you might get the following error in your cluster log.

Event id: 5120
Cluster Shared Volume xxxx is no longer available on this node because of 'STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR(c0130021)'. All I/O will temporarily be queued until a path to the volume is reestablished.
  • You enable the Cluster Shared Volumes (CSV) feature on a Windows Server 2012-based failover cluster.
  • You create a virtual machine on a CSV volume on a cluster node.
  • You start the virtual machine.
  • You try to create a backup of the virtual machine on the CSV volume by using Microsoft System Center Data Protection Manager (DPM).
In this scenario, one of the following issues occurs:
  • The backup is created, and the virtual machine enters a paused state.
  • The CSV volume goes offline. Therefore, the virtual machine goes offline, and the backup is not created.
  • VMs stop responding while the backups runs

There is a hotfix available from Microsoft unfortunately it looks like this doesn’t solve the issue. In addition after applying this hotfix there seemed to be a severe memory leak on the node storage owner.

More info and a workaround available on the Technet Forum thread.

More information also available the Microsoft support article: Issues that occur after you deploy System Center 2012 DPM SP1.

Monday, January 28, 2013

The DPM 2012 database grows and the console crashes after installing Update Rollup 3

 

After installing Update Rollup 3 for System Center 2012 Data Protection Manager you notice that the DPM database grows and eventually the DPM console will crash.

On one of the days when this didn't happen, the dpm system becomes unresponsive around 2-3am and all the jobs just pile up. By restarting the server or killing the DPM service will correct the blockage and as above the Sharepoint catalogue fails to complete. If I run the powershell to create the Catalogue nanually, the server again becomes unresponsive. This has all happen after Rollup 3 was installed. It is very clear that when DPM runs the Sharepoint Catalogue job, something starts to go wrong.

This is fixed in SP1 but there’s an alternate workaround here:

KB2809773 - The Data Protection Manager database grows and the console crashes after installing Update Rollup 3 (http://support.microsoft.com/kb/2809773)

forum link

Friday, January 25, 2013

Update Rollup 1 for System Center 2012 (DPM) Service Pack 1

 

Here is what is fixed in this roll-up release

Issue 1
Client backups fail when there is a case difference between the client computer name on the computer and the client computer name that is stored in Active Directory.
Issue 2
The Administrator Console may stop working when a user starts the Create Protection Group Wizard on a non-English or a non-Russian version of Data Protection Manager.
Issue 3
The Agent Management Wizard may stop working on the Spanish version of Data Protection Manager.

Data Protection Manager (KB2802095)

Thursday, January 24, 2013

System Center Data Protection Manager CSV Serialization Tool

This tool is mostly interesting for people trying to back-up Windows 2008 R2 CSV.

The back-up of Windows Server 2008 R2 CSV van be tricky. It is recommended to use a hardware snapshot provider. If there is no hardware provider available then you need to switch to serial CSV back-ups.

This process creates an XML file that is read by DPM.  This works well when you have only a couple of Hyper-V servers to manage.  But what if you had lots of clusters backed up by a single DPM server?  With the current approach, if there are multiple clusters managed by DPM, the user needs to run DSConfig.ps1 on one node of each cluster and then XMLs of each cluster needs to be merged and replace the DataSources.xml

Microsoft has released the System Center Data Protection Manager CSV Serialization Tool to help you in this scenario.  This tool is intended to be used when backing up Windows Server 2008 R2 Hyper-V clusters with one or more CSVs using DPM 2010 with QFE 3 and above or DPM 2012.

Read more at Aidan Finn, IT Pro

Tuesday, January 15, 2013

System Center 2012 SP1 DPM documentation

The following documentation is available for the new release of Data Protection Manager.

Title Size Link
SC2012_DPM_Cmdlets.doc 3.6 MB DOWNLOAD
SC2012_DPM_Cmdlets.pdf 3.6 MB DOWNLOAD
SC2012_DPM_CompleteDocumentation.docx 1.2 MB DOWNLOAD
SC2012_DPM_CompleteDocumentation.pdf 5.7 MB DOWNLOAD
SC2012_DPM_Deployment.docx 155 KB DOWNLOAD
SC2012_DPM_Deployment.pdf 778 KB DOWNLOAD
SC2012_DPM_GettingStarted.docx 134 KB DOWNLOAD
SC2012_DPM_GettingStarted.pdf 407 KB DOWNLOAD
SC2012_DPM_Operations.docx 929 KB DOWNLOAD
SC2012_DPM_Operations.pdf 4.4 MB DOWNLOAD
SC2012_DPM_Planning.docx 181 KB DOWNLOAD
SC2012_DPM_Planning.pdf 810 KB DOWNLOAD
SC2012_DPM_Troubleshoot.docx 475 KB DOWNLOAD
SC2012_DPM_Troubleshoot.pdf 5.2 MB DOWNLOAD

Plenty to read for some hours…