<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>System Center: Data Protection Manager Engineering Team Blog</title><link>http://blogs.technet.com/b/dpm/</link><description>Straight from the System Center Engineering Team!</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>DPM and System State Backup Explained</title><link>http://blogs.technet.com/b/dpm/archive/2013/05/16/dpm-and-system-state-backup-explained.aspx</link><pubDate>Thu, 16 May 2013 17:38:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3573173</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/dpm/rsscomments.aspx?WeblogPostID=3573173</wfw:commentRss><comments>http://blogs.technet.com/b/dpm/archive/2013/05/16/dpm-and-system-state-backup-explained.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;&lt;b&gt;Chris Butcher&lt;/b&gt; &lt;strong&gt;| Senior Support Escalation Engineer &lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/3247.image_5F00_43317027.png"&gt;&lt;img title="image" style="border: 0px currentcolor; float: left; display: inline; background-image: none;" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/4670.image_5F00_thumb_5F00_3BA600BA.png" width="100" height="91" /&gt;&lt;/a&gt;Hello again folks, this is Chris Butcher and I realized it has been too long since my last blog post. I recently worked with a customer and through our conversations realized that there is a lack of information out there on how System Center 2012 Data Protection Manager (DPM) protection for System State and Bare Metal Recovery (BMR) works. While it is a short read, it seemed like a good opportunity to be sure the information is out there.&lt;/p&gt;  &lt;p&gt;So, as we were talking about the specifics of a system state backup, I found that the documentation wasn’t quite as thorough as it should be. This will focus primarily on that piece (system state) mainly because the BMR piece is pretty basic and doesn’t need too much attention.&lt;/p&gt;  &lt;p&gt;The process for both will be focused on Windows 2008 and forward. This is when DPM began leveraging the new Windows Server Backup (WSB) feature as NTBackup had been deprecated.&lt;/p&gt;  &lt;p&gt;What happens when a system state backup is taken against a protected server? Well, the first thing DPM does is communicate with WSB to request a backup of the server’s system state. While this seems basic, there are some other items to be considered during this process. Behind the scenes, DPM and WSB made a determination when the agent was installed as to which drive it would use. This by default is the drive with the most available free space. That information gets saved into the PSDataSourceConfig.XML file (which we will talk about later). This is the drive WSB will use to do backups to.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;WARNING:&lt;/b&gt; While this seems like a pretty simple calculation that will likely not affect you, there is one caveat here to be aware of. If the server you are protection is a member of a cluster, it is possible that a cluster drive will be selected in this process. If that drive ownership has been switched to another node, then next time system state for the node is done, the drive is no longer available and the backup will fail. In this situation, you will need to modify the PSDataSourceConfig.XML to point it to a local drive. This process is detailed later.&lt;/p&gt;  &lt;p&gt;WSB will then create a folder on the root of that drive called WindowsImageBackup. As it creates the backup, all of the data will be put there. Upon completion of the backup, the file will then be transferred over to the DPM server.&lt;/p&gt;  &lt;p&gt;As shown here, you can see that my DPM server shows a backup done at 10:23PM.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/3603.clip_5F00_image0021_5F00_41ECD748.png"&gt;&lt;img title="clip_image002[1]" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image002[1]" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/5661.clip_5F00_image0021_5F00_thumb_5F00_6C590865.png" width="500" height="132" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;On the computer I am protecting (in this case cbutch782), you will find the WindowsImageBackup folder on my C: drive with a creation date/time that matches.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/0882.clip_5F00_image0031_5F00_60C34B26.png"&gt;&lt;img title="clip_image003[1]" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image003[1]" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/5706.clip_5F00_image0031_5F00_thumb_5F00_4B6595BE.png" width="400" height="229" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This is where there may be confusion. The following two points aren’t common knowledge:&lt;/p&gt;  &lt;p&gt;1. This folder and its contents do not get cleaned up after the backup or transfer is done. The best way to think of this is that the space is being reserved for the next time a backup is done.&lt;/p&gt;  &lt;p&gt;2. The folder gets created every time a backup is done. The time/date stamp will reflect the time of your last system state backup.&lt;/p&gt;  &lt;p&gt;How does this differ from a BMR backup? Well, with BMR (which inherently captures a system state as part of the process), the backup job will be done directly to a share on the DPM server. What happens is that the DPM server shares out the replica volume for that BMR backup and when it calls WSB, it just tells it to not use the drive with the most free space, but instead use the share that it has created for this job.&lt;/p&gt;  &lt;p&gt;So, you are probably asking yourself how you can change this behavior. You may not want DPM to use a given drive for the system state backup. Well, you are in luck. There is a way to tell DPM which drive to use.&lt;/p&gt;  &lt;p&gt;1. On the server you are backing up, navigate to C:\Program Files\Microsoft Data Protection Manager\DPM\Datasources.&lt;/p&gt;  &lt;p&gt;2. There you will find a file named PSDataSourceConfig.XML. Right click that file and choose to edit.&lt;/p&gt;  &lt;p&gt;3. Find the section for &amp;lt;FilesToProtect&amp;gt; which is followed by a drive letter and WindowsImageBackup. This will be the current location WSB will put the files.&lt;/p&gt;  &lt;p&gt;4. Modify the file to reflect the drive letter you want WSB to use. In my case, I changed it to use my E: drive.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/5633.clip_5F00_image0051_5F00_58CBA8C4.png"&gt;&lt;img title="clip_image005[1]" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image005[1]" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/7380.clip_5F00_image0051_5F00_thumb_5F00_3EF77295.png" width="500" height="234" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;5. Once this is done, close and save the file.&lt;/p&gt;  &lt;p&gt;6. Go back to the DPM server and run a consistency check against the System State data source.&lt;/p&gt;  &lt;p&gt;You can see that after running that in my case, I now have a new folder on my E: drive with the time/date that matches the consistency check (which of course also creates a recovery point).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/1348.clip_5F00_image0061_5F00_1750F66B.png"&gt;&lt;img title="clip_image006[1]" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image006[1]" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/6253.clip_5F00_image0061_5F00_thumb_5F00_0BBB392C.png" width="500" height="134" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;And on the DPM server, we see the same time and date as the WindowsImageBackup folder.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/0207.clip_5F00_image0071_5F00_042FC9BF.png"&gt;&lt;img title="clip_image007[1]" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image007[1]" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/8244.clip_5F00_image0071_5F00_thumb_5F00_3CDA73CC.png" width="500" height="207" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Well, that’s about it for system state backups. As I said, it is primarily informational to allow our users to better understand the process and hopefully not be too surprised when the find a random folder somewhere on their protected computer. Fear not, it is expected!&lt;/p&gt;  &lt;p&gt;Here are some other blog posts and troubleshooting steps you can walk through that deal with system state and BMR backups.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;BLOG POSTS:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://blogs.technet.com/b/filecab/archive/2009/05/04/deciding-between-system-state-backup-and-allcritical-backup-in-windows-server-2008.aspx"&gt;http://blogs.technet.com/b/filecab/archive/2009/05/04/deciding-between-system-state-backup-and-allcritical-backup-in-windows-server-2008.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://blogs.technet.com/b/dpm/archive/2011/10/31/troubleshooting-data-protection-manager-system-state-and-bare-metal-backup.aspx"&gt;http://blogs.technet.com/b/dpm/archive/2011/10/31/troubleshooting-data-protection-manager-system-state-and-bare-metal-backup.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://blogs.technet.com/b/dpm/archive/2010/05/12/performing-a-bare-metal-restore-with-dpm-2010.aspx"&gt;http://blogs.technet.com/b/dpm/archive/2010/05/12/performing-a-bare-metal-restore-with-dpm-2010.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;TechNet: Troubleshoot VSS issues which occur with Windows Server Backup (WBADMIN) on Windows Server 2008 and Server 2008 R2:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee692290(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/ee692290(WS.10).aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Chris Butcher&lt;/b&gt; &lt;strong&gt;| Senior Support Escalation Engineer | Microsoft GBS Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt;  App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3573173" width="1" height="1"&gt;</description></item><item><title>MVP Speaker Series Presentation on “Backup That Really Works”</title><link>http://blogs.technet.com/b/dpm/archive/2013/05/16/mvp-speaker-series-presentation-on-backup-that-really-works.aspx</link><pubDate>Thu, 16 May 2013 06:48:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3573049</guid><dc:creator>Travis Wright MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/dpm/rsscomments.aspx?WeblogPostID=3573049</wfw:commentRss><comments>http://blogs.technet.com/b/dpm/archive/2013/05/16/mvp-speaker-series-presentation-on-backup-that-really-works.aspx#comments</comments><description>&lt;p&gt;&lt;img alt="MVP Logo" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-49-02-metablogapi/2475.MVP_2D00_Logo_5F00_thumb_5F00_37B5BE79.png" /&gt;&lt;/p&gt;  &lt;p&gt;Robert Hedblom, one of our Microsoft MVPs, gave a great presentation a few days ago on “Backup That Really Works” using multiple components of the System Center 2012 SP1 suite.&amp;#160; If you would like to watch the presentation, check it out on the &lt;a href="http://blogs.technet.com/b/wincat/archive/2013/05/07/mvp-pro-speaker-series-backup-that-really-works-using-multiple-members-and-functions-of-the-system-center-2012-sp1-family-level-300.aspx"&gt;Partner and Customer Solutions blog&lt;/a&gt;!&lt;/p&gt;  &lt;p&gt;If you would like to review the deck, you may find it located &lt;a href="https://skydrive.live.com/?cid=918C54A82D3B2A31&amp;amp;id=918C54A82D3B2A31%21107#!/view.aspx?cid=918C54A82D3B2A31&amp;amp;resid=918C54A82D3B2A31%21169&amp;amp;app=PowerPoint"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Check out this post for more details on the &lt;a href="http://blogs.technet.com/b/wincat/archive/2013/04/10/announcing-new-windows-server-system-center-mvp-speaker-series.aspx"&gt;Windows Server/System Center MVP Speaker Series&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3573049" width="1" height="1"&gt;</description></item><item><title>SC 2012 SP1 – DPM: Leveraging DPM ScaleOut feature to protect VMs deployed on a big cluster</title><link>http://blogs.technet.com/b/dpm/archive/2013/05/01/sc-2012-sp1-dpm-leveraging-dpm-scaleout-feature-to-protect-vms-deployed-on-a-big-cluster.aspx</link><pubDate>Wed, 01 May 2013 12:16:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3570155</guid><dc:creator>Neela Syam Kolli, Program Manager</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/dpm/rsscomments.aspx?WeblogPostID=3570155</wfw:commentRss><comments>http://blogs.technet.com/b/dpm/archive/2013/05/01/sc-2012-sp1-dpm-leveraging-dpm-scaleout-feature-to-protect-vms-deployed-on-a-big-cluster.aspx#comments</comments><description>&lt;p&gt;&lt;a name="_MailOriginal"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows 2012 improved the CSV clustering by increased scale and performance.&amp;#160; Windows 2012 clusters can be as big as 64 nodes and 8000 VMs.&amp;#160; Windows 2012 clusters can now have their storage on a Cluster Storage Volume or can be a remote SMB share which in turn can be a scale out clusters.&amp;#160; As part of DPM 2012 SP1s mission of enabling efficient backup for Windows 2012 private cloud deployments, DPM leveraged Windows 2012 CSV capabilities and improved backup performance by 900% (assuming VM had 10% churning per day).&amp;#160; DPM 2012 SP1 can now protect 64 node clusters as opposed to 16 node clusters.&amp;#160; Even though DPM 2012 SP1’s scale numbers have increased to 800 VMs with 100GB average VM size with 3% churning per day and once a day backup, one DPM server cannot protect 64 node clusters.&amp;#160; Until DPM 2012 SP1, VMs on a cluster can only be protected by a single DPM server. This meant that DPM 2012 could not protect a 64 node cluster.&amp;#160; With DPM 2012 SP1, VMs on a single cluster can be protected by multiple DPM servers.&amp;#160;&amp;#160; This is achieved by DPM’s architectural breakthrough implementation of DPM ScaleOut feature.&amp;#160; By using this feature, agents running on a Hyper-V cluster can be “attached” to multiple DPM servers.&amp;#160; Each DPM server can be configured to protect “some” VMs on a cluster.&amp;#160; The strong affinity of a VM and its “backing up” DPM server is still maintained.&amp;#160; So, even though the VM is migrated within a cluster or across clusters, same DPM server will continue to protect the VM even if the VM is migrated to other Hyper-V deployments.&amp;#160; Refer to the blog article “VM Mobility: Uninterrupted data protection” blog article located &lt;a href="http://blogs.technet.com/b/dpm/archive/2013/04/24/sc-2012-sp1-dpm-windows-2012-vm-mobility-uninterrupted-data-protection.aspx"&gt;here&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;Enabling DPM Scale out feature is basically about agent installation on node(s) and attaching them to multiple DPM servers.&amp;#160; This can be achieved by performing below mentioned steps.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Calculate the number of DPM servers required for protecting a cluster using DPM 2012 SP1 Hyper-V Calculator&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;For ex., assume that this particular deployment has 64 node cluster with 4000 VMs&lt;/li&gt;      &lt;li&gt;100GB average VM size&lt;/li&gt;      &lt;li&gt;Once a day backup&lt;/li&gt;      &lt;li&gt;3% a day data churning&lt;/li&gt;      &lt;li&gt;Per DPM 2012 SP1 Hyper-V Calculator, 5 DPM servers are required to protect this 64 node cluster.&amp;#160; Let us name them as DPM1,… DPM5&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Deploy DPM agent on all nodes via one of the DPM servers say DPM1 as mentioned &lt;a href="http://technet.microsoft.com/en-us/library/hh757961.aspx"&gt;here&lt;/a&gt; or manually as described &lt;a href="http://technet.microsoft.com/en-us/library/hh757789.aspx"&gt;here&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Now all 64 nodes’ agent can communicate with DPM1 and DPM1 can protect any VM on 64 node cluster&lt;/li&gt;    &lt;li&gt;Next step is to connect all 64 nodes to DPM2, … DPM5 with the following steps&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;On each node of 64 node cluster run the following commands to connect to all required DPM servers&lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;&lt;strong&gt;SetDpmServer.exe &lt;/strong&gt;&lt;strong&gt;&lt;font color="#0000ff"&gt;–Add&lt;/font&gt; &lt;/strong&gt;&lt;strong&gt;–dpmServerName&lt;/strong&gt;&lt;b&gt; &lt;/b&gt;&lt;em&gt;&lt;b&gt;DPM2&lt;/b&gt;&lt;/em&gt;&lt;em&gt;&lt;/em&gt;&lt;/li&gt;      &lt;li&gt;&lt;strong&gt;SetDpmServer.exe &lt;/strong&gt;&lt;strong&gt;&lt;font color="#0000ff"&gt;–Add&lt;/font&gt; &lt;/strong&gt;&lt;strong&gt;–dpmServerName&lt;/strong&gt;&lt;b&gt; &lt;/b&gt;&lt;em&gt;&lt;b&gt;DPM3&lt;/b&gt;&lt;/em&gt;&lt;em&gt;&lt;/em&gt;&lt;/li&gt;      &lt;li&gt;&lt;strong&gt;SetDpmServer.exe &lt;/strong&gt;&lt;strong&gt;&lt;font color="#0000ff"&gt;–Add&lt;/font&gt; &lt;/strong&gt;&lt;strong&gt;–dpmServerName&lt;/strong&gt;&lt;b&gt; &lt;/b&gt;&lt;em&gt;&lt;b&gt;DPM4&lt;/b&gt;&lt;/em&gt;&lt;em&gt;&lt;/em&gt;&lt;/li&gt;      &lt;li&gt;&lt;strong&gt;SetDpmServer.exe &lt;/strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;font color="#0000ff"&gt;–Add&lt;/font&gt; &lt;/strong&gt;&lt;/strong&gt;&lt;strong&gt;–dpmServerName&lt;/strong&gt;&lt;b&gt; &lt;/b&gt;&lt;em&gt;&lt;b&gt;DPM5&lt;/b&gt;&lt;/em&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;On each DPM server (DPM2 to DPM5) for each cluster node&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;&lt;strong&gt;Attach-ProductionServer.ps1 DPMServerName node&lt;/strong&gt;&lt;strong&gt;&lt;u&gt;N&lt;/u&gt;&lt;/strong&gt;&lt;strong&gt; &amp;lt;user name&amp;gt; &amp;lt;password&amp;gt; &amp;lt;domain&amp;gt;&lt;/strong&gt; as described in step5 &lt;a href="http://technet.microsoft.com/en-us/library/bb870934.aspx"&gt;here&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;&lt;strong&gt;Or use DPM’s administrator console, management, Agents, click “Install” and select the “attach agents” as shown below&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/8831.clip_5F00_image002_5F00_169E550F.jpg"&gt;&lt;img title="clip_image002" style="display: inline;" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/4276.clip_5F00_image002_5F00_thumb_5F00_6DB34005.jpg" width="706" height="512" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Perform agent attach operation for all DPM servers and all 64 nodes of the cluster&lt;/li&gt;    &lt;li&gt;By following these steps, all DPM servers are connected to all 64 nodes on the cluster&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For configuring VM backup, create PG(s) with/without colocation depending on various parameters, protect VMs on each DPM sever.&amp;#160; As mentioned above, once a VM is protected by a DPM server, that VM is managed by this particular DPM server for the rest of the VM life cycle.&amp;#160; By following this procedure, 5 DPM servers are needed to protect 4000 VMs on a 64 node cluster (actual DPM requirements vary depending on the VM size, number of VMs, VM churning etc).&amp;#160; To protect them one can take multiple methods to protect VMs.&amp;#160; If this is a organically growing environment, one can start protecting with one DPM server and when it reaches its limits, deploy another DPM server to protect rest of the VMs and so on.&amp;#160; If the deployment is already big and customers are opting-in for backup on a regular basis, one can deploy multiple DPM servers at the same time and load balance the VM protection across multiple DPM servers.&amp;#160; Backup admin can protect VMs in a DPM server by performing following steps.&lt;/p&gt;  &lt;p&gt;1. Opt-in for new protection and expand cluster&lt;/p&gt;  &lt;p&gt;2. Select VM to be protected &lt;/p&gt;  &lt;p&gt;3. Configure VM protection parameters&lt;/p&gt;  &lt;p&gt;Due to the increased cluster sizes, the first step can take a long time for the scanning the cluster and configure the backups.&amp;#160; Considering this, DPM 2012 SP1 dramatically improved on the time it takes to achieve first step above for clusters.&amp;#160; DPM improved this by two ways.&amp;#160; One expanding caching for cluster parameters and other by improving the VM enquiry performance by performing enquiry of all VMs per node in a single step. Here are the steps in achieving optimal enquiry performance when enquiring VMs in a CSV cluster.&amp;#160; First time when DPM is started to protect VMs of a cluster, following steps are to be done to improve the backup configuration performance.&lt;/p&gt;  &lt;p&gt;a) Click and expand each node of the cluster as shown below. Overall node level resource population should take about 3 to 5 minutes depending on the Hyper-V load running etc. So, scanning whole cluster would roughly take about 5 to 7 minutes.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/3051.clip_5F00_image004_5F00_3DA8EE84.jpg"&gt;&lt;img title="clip_image004" style="display: inline;" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/4118.clip_5F00_image004_5F00_thumb_5F00_507D722E.jpg" width="788" height="527" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;b) Once the node level enquiry is complete, then expand the Cluster that will show all the VMs that can be selected for protection as shown below.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/2235.clip_5F00_image006_5F00_0E2A59EB.jpg"&gt;&lt;img title="clip_image006" style="display: inline;" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/4670.clip_5F00_image006_5F00_thumb_5F00_5E200869.jpg" width="785" height="520" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;c) Follow usual protection steps after this.&lt;/p&gt;  &lt;p&gt;Once PG is created on the cluster, DPM will cache the cluster, nodes and VM info and will update the caching as part of nightly jobs.&amp;#160; At times, refreshed data is necessary for protecting newly deployed VMs.&amp;#160; In that case, either backup admin can wait for next day or force fresh enquiry on the cluster manually by initiating the fresh enquiry process as described in steps #a and #b above.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Other points to consider:&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Secondary DPM protection is not supported for a scale-out DPM server deployments.&amp;#160; &lt;/p&gt;  &lt;p&gt;In each DPM server connected to this cluster show &lt;b&gt;&lt;u&gt;all&lt;/u&gt;&lt;/b&gt; VMs that are present in the cluster even though a particular VM might already been protected by another DPM server.&amp;#160; Backup admin is advised not to protect the VM on multiple DPM servers.&amp;#160; If a VM is protected initially by DPM1 and then protected by DPM2, DPM2 will take ownership of the VM and protecting from this DPM server.&amp;#160; Backups on DPM1 will fail.&amp;#160; If this is done by mistake, DPM admin can follow the steps mentioned below.&lt;/p&gt;  &lt;p&gt;· Stop protect (with retain data to keep the current recovery points that are in this server) on DPM2 &lt;/p&gt;  &lt;p&gt;· Go to DPM1 and force CC on the VM and backups would resume on DPM1 and DPM1 will now be the owner of this VM&lt;/p&gt;  &lt;p&gt;As the scale out option enables the protection of any VM on cluster by any DPM server, AutoProtectInstance.ps1 that enables auto protection of all VMs on a cluster to a DPM server cannot work in this environment.&amp;#160; &lt;/p&gt;  &lt;p&gt;As scale out feature can potentially do unlimited number of backups from one node causing production server workload, we limited the number of concurrent backups to 8 per node.&amp;#160; &lt;/p&gt;  &lt;p&gt;If the number of concurrent backups is exceeded, the recovery point job will fail with following details and error code.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#0000ff"&gt;Type: Recovery point&lt;/font&gt;&lt;/p&gt;   &lt;font color="#0000ff"&gt;&lt;/font&gt;    &lt;p&gt;&lt;font color="#0000ff"&gt;Status: Failed&lt;/font&gt;&lt;/p&gt;   &lt;font color="#0000ff"&gt;&lt;/font&gt;    &lt;p&gt;&lt;font color="#0000ff"&gt;Description: DPM could not run the backup job for the data source because the number of currently running backup and recovery jobs on the Production server has reached its limits.&lt;/font&gt;&lt;/p&gt;   &lt;font color="#0000ff"&gt;&lt;/font&gt;    &lt;p&gt;&lt;font color="#0000ff"&gt;Data source: \Backup Using Child Partition Snapshot\Server name &lt;/font&gt;&lt;/p&gt;   &lt;font color="#0000ff"&gt;&lt;/font&gt;    &lt;p&gt;&lt;font color="#0000ff"&gt; Production Server: XXXXXX (ID 3185 Details: Internal error code: 0x809909E5)&lt;/font&gt;&lt;/p&gt;   &lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/blockquote&gt;  &lt;p&gt;Backup admin will see following Alert messages as a reason for backup failure.&amp;#160; As this effects production deployments and is dependent on node to node, this is a node specific parameter.&amp;#160; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;&lt;i&gt;DPM could not run the &lt;font color="#ff0000"&gt;backup&lt;/font&gt; job for the data source because the number of currently running backup and recovery jobs on the Production server has reached its limits.&amp;#160; Data source: %DatasourceName;&amp;#160; Production Server: %ServerName;&amp;#160; Reduce the number of backup/recovery jobs running on this production server, or wait for some backup and recovery jobs to complete and retry the operation.&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;&lt;b&gt;&lt;i&gt;DPM could not run the &lt;font color="#ff0000"&gt;recovery&lt;/font&gt;&amp;#160; job for the data source because the number of currently running backup and recovery jobs on the Production server has reached its limits.&amp;#160; Data source: %DatasourceName;&amp;#160; Production Server: %ServerName;&amp;#160; Reduce the number of backup/recovery jobs running on this production server, or wait for some backup and recovery jobs to complete and retry the operation.&lt;/i&gt;&lt;/b&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The number of concurrent backups is a configurable parameter described below error messages located in DataSoureResourceLimit.xml located in DPM agent installation folder on production server.&amp;#160; DPMRA need to be restarted by going to services and click restart of DPMRA service to take this change effected.&amp;#160; &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;&lt;font color="#0000ff"&gt;&amp;lt;DatasourceLimits&amp;gt;          &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;Writer writerId=&amp;quot;66841cd4-6ded-4f4b-8f17-fd23f8ddc3de&amp;quot; version=&amp;quot;0&amp;quot; isParallelRecoveryAllowed=&amp;quot;true&amp;quot;&amp;gt;           &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;MaxLimit value=&amp;quot;8&amp;quot; type=&amp;quot;1&amp;quot;/&amp;gt;&lt;/font&gt;&lt;font color="#000000"&gt;&lt;strong&gt; –&amp;gt; &lt;/strong&gt;&lt;/font&gt;&lt;/i&gt;&lt;i&gt;&lt;font color="#0000ff"&gt;&lt;font color="#000000"&gt;&lt;strong&gt;This represents the number of backups allowed for Hyper-V workloads.&amp;#160; Fine tune this number based on the number of VMs, parallel backup load that can be allowed on production server etc&lt;/strong&gt;. &lt;/font&gt;          &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;MaxLimit value=&amp;quot;8&amp;quot; type=&amp;quot;2&amp;quot;/&amp;gt;           &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;MaxLimit value=&amp;quot;8&amp;quot; type=&amp;quot;3&amp;quot;/&amp;gt;           &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;MaxLimit value=&amp;quot;8&amp;quot; type=&amp;quot;4&amp;quot;/&amp;gt;&lt;/font&gt;&lt;font color="#000000"&gt;&lt;strong&gt; –&amp;gt; &lt;/strong&gt;&lt;/font&gt;&lt;/i&gt;&lt;i&gt;&lt;font color="#0000ff"&gt;&lt;strong&gt;&lt;font color="#000000"&gt;This represents the number of recoveries allowed for Hyper-V workloads.&amp;#160; Fine tune this number based on the number of VMs, parallel recovery load that can be allowed on the production server etc.&lt;/font&gt;&lt;/strong&gt;           &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/Writer&amp;gt;           &lt;br /&gt;&amp;lt;/DatasourceLimits&amp;gt; &lt;/font&gt;&lt;/i&gt;&lt;/p&gt;   &lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/blockquote&gt; &lt;font color="#0000ff"&gt;&lt;/font&gt;  &lt;p&gt;DPM Scale out feature is supported only for Windows 2012 Hyper-V CSV workloads.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3570155" width="1" height="1"&gt;</description></item><item><title>Support Tip: Hyper-V hosts fail and log Event ID 5120 when being backed up</title><link>http://blogs.technet.com/b/dpm/archive/2013/04/29/support-tip-hyper-v-hosts-fail-and-log-event-id-5120-when-being-backed-up.aspx</link><pubDate>Mon, 29 Apr 2013 18:09:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3569739</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/dpm/rsscomments.aspx?WeblogPostID=3569739</wfw:commentRss><comments>http://blogs.technet.com/b/dpm/archive/2013/04/29/support-tip-hyper-v-hosts-fail-and-log-event-id-5120-when-being-backed-up.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;&lt;b&gt;Michael Vargo&lt;/b&gt; &lt;strong&gt;| Senior Support Escalation Engineer&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/4857.image_5F00_2FD5DE06.png"&gt;&lt;img title="image" style="border: 0px currentcolor; float: left; display: inline; background-image: none;" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/6825.image_5F00_thumb_5F00_48657B56.png" width="85" height="74" /&gt;&lt;/a&gt;Some customers are experiencing failures on Windows Server 2012 Hyper-V hosts that utilize Cluster Shared Volumes (CSVs) when backing up virtual machines (VM’s) using System Center 2012 Data Protection Manager (DPM 2012) with Service Pack 1 (SP1).&lt;/p&gt;  &lt;p&gt;When this occurs the following error is logged on the Hyper-V hosts.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#0000a0"&gt;Log Name: System        &lt;br /&gt; Source: Microsoft-Windows-FailoverClustering         &lt;br /&gt; Event ID: 5120         &lt;br /&gt; Logged: &amp;lt;date/time&amp;gt;         &lt;br /&gt; Details: Cluster Shared Volume 'Volume2' ('ClusterStorage Volume 2') 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.&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;You will also see the VM’s pause temporarily, go in to a paused state, shut down or see memory spikes on the Hyper-V hosts. Configuring serialized backups doesn't help the problem.&lt;/p&gt;  &lt;p&gt;It has been determined that &lt;u&gt;any&lt;/u&gt; backup product using shadow copies results in the same errors, thus this isn't necessarily a DPM 2012 SP1 issue.&amp;#160; The Windows Server 2012 cluster CSV team is investigating this problem.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;UPDATE (5/20/2013):&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The Windows and DPM teams have released a new fixes to address some general Cluster and CSV backup issues and are available for download.&amp;#160; There are no other configuration changes necessary after applying these updates.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;DPM UPDATE     &lt;br /&gt;&lt;/b&gt;KB2802159 - Description of Update Rollup 2 for System Center 2012 Service Pack 1 (&lt;a href="http://support.microsoft.com/kb/2802159"&gt;http://support.microsoft.com/kb/2802159&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;WINDOWS UPDATE     &lt;br /&gt;&lt;/b&gt;KB2838669 - Update that improves cluster resiliency in Windows Server 2012 is available (&lt;a href="http://support.microsoft.com/kb/2838669"&gt;http://support.microsoft.com/kb/2838669&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Additionally, the update also resolves the issues that are described in the following Microsoft Knowledge Base (KB) articles: &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2799728"&gt;2799728&lt;/a&gt;&amp;#160; (&lt;a href="http://support.microsoft.com/kb/2799728/"&gt;http://support.microsoft.com/kb/2799728/&lt;/a&gt; )&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Virtual machine enters a paused state or a CSV volume goes offline when you try to create a backup of the virtual machine on a Windows Server 2012-based failover cluster &lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2801054"&gt;2801054&lt;/a&gt;&amp;#160;&amp;#160; (&lt;a href="http://support.microsoft.com/kb/2801054/"&gt;http://support.microsoft.com/kb/2801054/&lt;/a&gt; )&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; VSS_E_SNAPSHOT_SET_IN_PROGRESS error when you try to back up a virtual machine in Windows Server 2012 &lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2796995"&gt;2796995&lt;/a&gt;&amp;#160; (&lt;a href="http://support.microsoft.com/kb/2796995/"&gt;http://support.microsoft.com/kb/2796995/&lt;/a&gt; )&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Offloaded Data Transfers fail on a computer that is running Windows 8 or Windows Server 2012 &lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2813630"&gt;2813630&lt;/a&gt;&amp;#160; (&lt;a href="http://support.microsoft.com/kb/2813630/"&gt;http://support.microsoft.com/kb/2813630/&lt;/a&gt; )&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Virtual machine enters a paused state or a CSV volume goes offline when you try to create a backup of the virtual machine on a Windows Server 2012-based failover cluster &lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2824600"&gt;2824600&lt;/a&gt;&amp;#160; (&lt;a href="http://support.microsoft.com/kb/2824600/"&gt;http://support.microsoft.com/kb/2824600/&lt;/a&gt; )&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Virtual machine enters a paused state or goes offline when you try to create a backup of the virtual machine on a CSV volume in Windows Server 2012 &lt;/p&gt;  &lt;p&gt;If you continue to see problems protecting Windows 2012 Hyper-V guests after installing the above hotfix, please open a support case for further investigation.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Michael Vargo&lt;/b&gt; &lt;strong&gt;| Senior Support Escalation Engineer | Microsoft GBS Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt;  App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3569739" width="1" height="1"&gt;</description></item><item><title>SC 2012 SP1 – DPM: Efficient Protection of Windows 2012 Dedup Volume</title><link>http://blogs.technet.com/b/dpm/archive/2013/04/29/sc-2012-sp1-dpm-efficient-protection-of-windows-2012-dedup-volume.aspx</link><pubDate>Mon, 29 Apr 2013 14:17:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3569657</guid><dc:creator>Neela Syam Kolli, Program Manager</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/dpm/rsscomments.aspx?WeblogPostID=3569657</wfw:commentRss><comments>http://blogs.technet.com/b/dpm/archive/2013/04/29/sc-2012-sp1-dpm-efficient-protection-of-windows-2012-dedup-volume.aspx#comments</comments><description>&lt;p&gt;&lt;a name="_MailOriginal"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows 2012 introduced deduplication feature that provides great savings for the file systems with lot of redundant data.&amp;#160; File systems in general, most of the data is cold meaning most of the files are not changed.&amp;#160; Windows 2012 deduplicates the cold file contents where all the common “chunks” in various files are stored in common area and the actual file will have links to the common chunk area.&amp;#160; This will lead to a huge savings when there is lot of duplicate content in the files.&amp;#160; &lt;/p&gt;  &lt;p&gt;DPM 2012 SP1 can now protect a Windows 2012 deduplicated volume efficiently.&amp;#160; When user chooses to protect a full volume that is deduplicated, DPM recognizes that this is a deduplicated volume and copy the content efficiently providing huge network and DPM storage savings.&amp;#160; When a file system is deduplicated, Windows 2012 keeps all common chunks under chunk store located in sysvol.&amp;#160; All the files will have links called reparse points that will point to chunk store.&amp;#160; DPM initially copies the whole chunk store and all files in deduped format.&amp;#160; In subsequent delta replications (DRs), DPM tracks changes in both chunk store as well as on the files and transfer only changed content.&amp;#160; This means that DPM transfers the deduplicated volume in a dedup format.&lt;/p&gt;  &lt;p&gt;Deduplication can be enabled on a volume as described &lt;a href="http://blogs.technet.com/b/uspartner_ts2team/archive/2012/10/08/data-deduplication-in-windows-server-2012.aspx"&gt;here&lt;/a&gt;.&amp;#160; Once this is enabled, deduplication logic will work on the “cold” files as configured by user and deduplicates data causing the storage reduction on the volume.&amp;#160; Once the PG is created with the whole volume backup, DPM has intelligence built in that detects deduped volume and backs up data efficiently.&amp;#160; For ex., if a volume has 100GB of files before deduplication and its storage consumption gone down to 70GB after deduplication, DPM transfer the content as part of Initial Replication (IR) as 70GB over the wire and store it as 70GB.&amp;#160; This provides great DPM network and storage savings.&amp;#160; Here are the steps to be followed to leverage this capability.&amp;#160; &lt;/p&gt;  &lt;p&gt;1) Assume that the PS1 is the production server where the file system volume (Vol1) is residing and DPM1 is DPM server.&lt;/p&gt;  &lt;p&gt;2) Install Deduplication role on PS1&lt;/p&gt;  &lt;p&gt;3) Enable Deduplication on Vol1&lt;/p&gt;  &lt;p&gt;4) Install DPM server on DPM1&lt;/p&gt;  &lt;p&gt;5) Install Deduplication role on DPM1 machine&lt;/p&gt;  &lt;p&gt;6) Install DPM agent on PS1&lt;/p&gt;  &lt;p&gt;7) Create Protection Group (PG) and select Vol1 on PS1 with appropriate protection settings&lt;/p&gt;  &lt;p&gt;8) DPM will not only recognize that this is a deduplicated volume but also transfers the content efficiently&lt;/p&gt;  &lt;p&gt;Even though DPM efficiently backups the file system, backup admin can still leverage DPM’s Item Level Recovery (ILR) capability to recover small set of files or directories instead of the whole volume.&amp;#160; DPM is able to achieve this by leveraging Windows 2012 Dedup technology to understand the file system and recover the required items.&amp;#160; This is the reason, DPM server should be running on Windows 2012 and Dedup role need to be installed.&amp;#160; Note that the Dedup capability should not be enabled on the DPM storage (replica or shadow copy volumes).&amp;#160; This efficient backup capability can be availed only when full volume is backed up and restored.&amp;#160; Here is the table that shows various scenarios and DPM’s protection and recovery efficiency capabilities.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/8156.clip_5F00_image001_5F00_30959D02.png"&gt;&lt;img title="clip_image001" style="display: inline;" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/7115.clip_5F00_image001_5F00_thumb_5F00_07AA87F9.png" width="728" height="155" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Internal workings of DPM Dedup Backup and Recovery:&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Windows 2012 deduplicates data at a volume level and stores all “dedup” chunks in sysvol folder called chunkstore.&amp;#160; All the files that has the “duplicate” content will point to this chunk store.&amp;#160; By having links for duplicate content, Windows is able to reduce the storage consumption.&amp;#160; DPM agent on the file server recognizes that the volume has dedup enabled, reads the files in “shallow” form and stores on DPM in “shallow” format.&amp;#160; DPM also copies the whole chunk store&amp;#160; located in sys volume folder as is.&amp;#160; DPM expanded its “expressfull” technology to Dedup file system protection as well.&amp;#160; This means, the DPM will continue to track the file changes and at the time of backup DPM will just copy the changed content.&amp;#160; &lt;/p&gt;  &lt;p&gt;There are various kinds of recovery options available with DPM.&amp;#160; Each kind of recovery has a specific requirement to leverage the dedup efficiencies.&amp;#160; All of these details are captured below.&amp;#160; Note that all of the below scenarios assumes that the source volume was deduped at protection time DPM protected full volume efficiently.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/2768.clip_5F00_image002_5F00_337ADBE8.png"&gt;&lt;img title="clip_image002" style="display: inline;" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/2543.clip_5F00_image002_5F00_thumb_5F00_7676AA55.png" width="714" height="223" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Once the Dedup file system is protected to primary DPM server, the file system cannot be protected to secondary DPM server. Deduped file system protection to DPM server can be further extended to Online protection by opting-in for Windows Azure Backup. As the Windows Azure Backup supports “subset” of the protected resources, the protection to Azure will be done only for files that were selected for DPM Azure and will be done in unoptimized format.&amp;#160; End User Recovery feature is not supported for Dedup Volume protection.&lt;/p&gt;  &lt;p&gt;One frequently asked question is, why shouldn’t we enable dedup on DPM storage volumes (replica and shadow copy volumes).&amp;#160; This needs understanding of how DPM stores its backup data.&amp;#160; DPM has replica volume which reflects latest and greatest snapshot of the production server.&amp;#160; As part of IR, Replica Volume will reflect the production server and a snapshot is created.&amp;#160; At the time of next backup, DPM copies the new content onto replica volume which will cause a Copy On Write (COW) onto shadow copy volume as VolSnap is keeping the old snapshot intact.&amp;#160; After backup completes, DPM creates a snapshot on Replica volume.&amp;#160; VolSnap will do COW for any subsequent changes to this “snapshotted” volume.&amp;#160; So, when dedup engine try to deduplicate the content, all writes on Replica Volume will lead to COW and so bloats up diff area.&amp;#160; So, actual DPM storage consumption will go up due to this diff area increase.&amp;#160; Another issue is that DPM’s CC logic will not work as the files on DPM side and on production side are mismatching.&amp;#160; This makes CC think that backups are not proper and transfer all content again.&amp;#160; So, dedup should not be enabled on DPM storage volumes.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Another interesting scenario where dedup is enabled on the volume that is already being backed up.&amp;#160; When dedup is enabled on the volume, dedup will change almost all of files as part of dedup logic even though actual content is not changed.&amp;#160; In the next backup, DPM sees this as file changes and will transfer all deduped files.&amp;#160; This leads to a one time spike in DPM backup storage consumption.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3569657" width="1" height="1"&gt;</description></item><item><title>SC 2012 SP1 – DPM: Windows 2012 VM Mobility – Uninterrupted Data Protection</title><link>http://blogs.technet.com/b/dpm/archive/2013/04/24/sc-2012-sp1-dpm-windows-2012-vm-mobility-uninterrupted-data-protection.aspx</link><pubDate>Wed, 24 Apr 2013 07:10:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3568704</guid><dc:creator>Neela Syam Kolli, Program Manager</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/dpm/rsscomments.aspx?WeblogPostID=3568704</wfw:commentRss><comments>http://blogs.technet.com/b/dpm/archive/2013/04/24/sc-2012-sp1-dpm-windows-2012-vm-mobility-uninterrupted-data-protection.aspx#comments</comments><description>&lt;div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:92733e4b-15df-4754-8efb-f96b7a163804" class="wlWriterEditableSmartContent" style="margin: 0px; padding: 0px; float: none; display: inline;"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/DPM+2012+SP1+VM+Mobility+private+cloud+protection" rel="tag"&gt;DPM 2012 SP1 VM Mobility private cloud protection&lt;/a&gt;&lt;/div&gt;    &lt;p&gt;One of the important features enabled in Windows 2012 is the ability to live migrate VMs anywhere.&amp;#160; Whether the VM migrating within a cluster, across clusters, standalone to standalone or standalone to cluster or vice versa, VM will not be paused or interrupted at the time of VM live migration.&amp;#160; This efficiency enables fabric administrators manage their fabric and load balance the environment and ensure that their private cloud deployments are running optimally.&amp;#160; While this provides freedom and flexibility for fabric administrators, this poses management problem for backup administrators.&amp;#160; As the fabric administrator leveraging these capabilities to optimize the fabric performance and taking these decisions independently backup administrators will not be aware of this until backup software fails to find the VM and so failing the backups.&amp;#160; This kind of dynamic fabric provides problems for the backup administrators.&amp;#160; &lt;/p&gt;  &lt;p&gt;DPM 2012 SP1’s motto is to provide flexible and yet powerful backup solutions for your private cloud deployments.&amp;#160; As part of this target, DPM introduced intelligence where DPM can detect the VM movement and continue VM protection, all without any active involvement from backup administrator.&amp;#160; Also, not only DPM can detect the VM migration but also can continue protection efficiently when VM migration does not involve storage migration.&amp;#160; As the VM migrates from one host(s) to another host(s), same DPM server will continue to retain the backup responsibility for this VM.&lt;/p&gt;  &lt;p&gt;At the time of backup, DPM detects the VM’s new host by communicating with VMM.&amp;#160; At the time of backup, DPM interacts with VMM to find the VM’s new host.&amp;#160; Based on the information, DPM communicates with new host(s) for taking backups.&amp;#160; In order to achieve this, backup administrators need to connect DPM(s) to VMM server and all host(s) where VM “will” be migrated to, so that DPM can communicate with the new host(s) to backup VM when it migrates.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font size="4"&gt;Enable DPM communication with VMM:&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In order for DPM to interact with VMM, make DPM machine account as “ReadOnly” administrator on VMM and as discussed &lt;a href="http://technet.microsoft.com/en-us/library/gg696971.aspx"&gt;here&lt;/a&gt;.&amp;#160; This will allow DPM to enquire about any VM which might be residing anywhere in VMM’s fabric/cloud.&amp;#160; DPM communicates with VMM using VMM power shell.&amp;#160; So, VMM client should be installed on DPM Server.&amp;#160; Also, configure DPM with the VMM server name by setting DPM global property called “KnownVMMServers”.&amp;#160; Here are the steps that need to be performed for setting up DPM server ready for &lt;strong&gt;VM Live Migration: Uninterrupted data protection&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;1) Install VMM Console on the DPM server. Ensure that the VMM console and VMM server are of same version.&lt;/p&gt;  &lt;p&gt;2) Install DPM protection agent on all “targeted” hosts and attach to this DPM server&lt;/p&gt;  &lt;p&gt;3) Using elevated DPM Windows PowerShell, run &lt;b&gt;Set-DPMGlobalProperty &lt;/b&gt;as shown below on the DPM server&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;Set-DPMGlobalProperty –DPMServerName DPM01 –KnownVMMServers VMMTST01&lt;/font&gt;&lt;/b&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;Above command preps DPM server to communicate with VMM server named VMMTST01.&amp;#160; Subsequently DPM consults VMM server for any VM backup to find its new host(s).&amp;#160; Please note that DPM server can interact with only one VMM server and so the variable should be set with only one VMM server. DPM PowerShell can be used to verify that the global property is set properly by using Get-DPMGlobalProperty as shown below.&lt;/p&gt;    &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/0815.clip_5F00_image002_5F00_6CC23A4F.jpg"&gt;&lt;img title="clip_image002" style="display: inline;" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/8284.clip_5F00_image002_5F00_thumb_5F00_5934DAAE.jpg" width="637" height="97" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;4) Start the DPMVMMHelper service&lt;/p&gt;  &lt;p&gt;Also, all “potential target” hosts should be configured to connect with this particular DPM server.&amp;#160; As mentioned previously, DPM now supports DPM scale out feature.&amp;#160; So, same Hyper-V host(s) can be configured to communicate with multiple DPM servers. For an interrupted data protection, DPM should already be attached to all host(s) where the VMs are going to be migrated.&lt;/p&gt;  &lt;p&gt;Windows 2012 VM live migrate “anywhere”, makes the VM migration possible in various kinds of Hyper-V deployments.&amp;#160; There are three kinds of VM live migration at a high level.&amp;#160; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;A VM live migration where the migration involves only compute but not storage&amp;#160; &lt;/li&gt;    &lt;li&gt;A VM live migration where the migration involves both compute and storage&lt;/li&gt;    &lt;li&gt;A VM live migration where migration involves only storage but not compute&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Whenever there is a storage migration involved in a VM live migration, DPM will do onetime full CC of the VM (ie., read VM on both “new” Hyper-V host(s) and DPM server, compare checksum and then transfer changed content to DPM server).&amp;#160; Normal expressfull Delta Replication (DR) backups will resume after CC.&amp;#160; When live migration doesn’t involve storage migration, DPM do not need to go through full CC and so expressfull DR backups will continue.&amp;#160; Here is the list of combinations that live migration can be done and DPM’s protection behavior.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/4530.clip_5F00_image004_5F00_3E883E95.jpg"&gt;&lt;img title="clip_image004" style="display: inline;" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/5875.clip_5F00_image004_5F00_thumb_5F00_3C6B3FCC.jpg" width="668" height="342" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;As DPM is dependent on the VMM to know where the VM has been migrated to, for an effective backup, it is advised to do the VM migration using VMM Live Migration workflow as described &lt;a href="http://technet.microsoft.com/en-us/library/jj860434.aspx"&gt;here&lt;/a&gt;.&amp;#160; In some of the scenarios, Windows 2012 VM live migration with storage migration causes VM to be “rearranged” on the destination.&amp;#160; This leads to almost whole size of VM being backed up by DPM via CC in the next backup.&amp;#160; DPM has a new service named &lt;b&gt;DPM VMM Helper Service &lt;/b&gt;which will be interacting with the VMM server.&amp;#160; This service will be running on system context.&amp;#160; &lt;/p&gt;  &lt;p&gt;While connecting all hosts to single DPM enable “uninterrupted VM protection” and SC 2012 SP1 – DPM enhanced its scale, a single DPM server cannot protect all VMs in the private cloud deployment.&amp;#160; Considering this, DPM 2012 SP1 introduced a new capability called scaleout feature where multiple DPM servers can protect VMs on a single host or a single cluster.&amp;#160; This is further discussed in the blog “&lt;strong&gt;SC 2012 SP1 – DPM: Leveraging DPM ScaleOut feature to protect VMs deployed on a big cluster&lt;/strong&gt;”.&lt;/p&gt;  &lt;p&gt;DPM’s communication with VMM can be reverted by resetting the “&lt;strong&gt;KnownVMMServers” &lt;/strong&gt;global property as shown below.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;&lt;font color="#0000ff"&gt;Set-DPMGlobalProperty –DPMServerName DPM01 –KnownVMMServers “”&lt;/font&gt;&lt;/b&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This command will ensure that DPM will not look for/communicate with the VMM server.&amp;#160; Also, if same command is issued with a different VMM server name, DPM will start communicating with the new VMM server.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;VM Recovery&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;With the mobility in picture, DPM recovery scenarios are changed a little bit.&amp;#160; Any recovery points on or after the latest recovery point can do Original Location Recovery (OLR) meaning the VM can be recovered to location where the VM is currently running.&amp;#160; For all these recovery points, DPM can do Alternate Location Recovery (ALR) and Item Level Recovery (ILR) as well.&amp;#160; For all recovery points before last VM live migration, only ALR and ILR are possible.&amp;#160; OLR scenario is not supported for these recovery points.&lt;/p&gt;  &lt;p&gt;Due to various restrictions, VM mobility cannot be combined with Secondary DPM protection (or DPM DR).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3568704" width="1" height="1"&gt;</description></item><item><title>Reduce backup storage consumption of private cloud deployments using System Center 2012 SP1 – DPM</title><link>http://blogs.technet.com/b/dpm/archive/2013/04/18/reduce-backup-storage-consumption-of-private-cloud-deployments-using-system-center-2012-sp1-dpm.aspx</link><pubDate>Thu, 18 Apr 2013 09:36:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3567594</guid><dc:creator>Neela Syam Kolli, Program Manager</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/dpm/rsscomments.aspx?WeblogPostID=3567594</wfw:commentRss><comments>http://blogs.technet.com/b/dpm/archive/2013/04/18/reduce-backup-storage-consumption-of-private-cloud-deployments-using-system-center-2012-sp1-dpm.aspx#comments</comments><description>&lt;p&gt;System Center 2012 SP1 - DPM has enabled data protection for Windows 2012 Private Cloud deployments.&amp;#160; &lt;font color="#424242"&gt;Customers have been looking for a way to exclude some of the VHD/VHDX that have temp data or downloads or page files which have no value @ recovery time.&amp;#160; Based on this feedback, we have introduced a new feature called “exclude VHDX”, where customer can configure DPM to exclude some of the VHDs on their backup.&amp;#160; All backup admin has to do is run the following command on DPM server.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;font color="#0000ff"&gt;PowerShell&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;font color="#0000ff"&gt;PS C:\&amp;gt; Set-DPMGlobalProperty -DPMServerName TestingServer -HyperVPagefileExclusions &amp;quot;*Temp.vhd&amp;quot;&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;By issuing this command, DPM excludes any file name that ends with “Temp.VHD” in the Delta Replication (DR).&amp;#160; Since these files are included in the VM configuration and Hyper-V expects these files to be there for successful VM start, DPM copies these files for the first time and excludes in subsequent DRs.&amp;#160; At the time of recovery, DPM will recover the “excluded” files as well.&amp;#160; This will ensure that the Hyper-V is able to run VM successfully.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;This command can take wild cards and multiple names.&amp;#160; For ex., &amp;quot;*_pagefile.vhd,*mynotuseful*.vhd*&amp;quot; excludes backup of any vhd/vhdx that has word “mynotuseful” in their names and VHD file name that ends with “_pagefile.vhd”.&amp;#160; Note that the file name strings are case insensitive.&amp;#160; This command applies to all VMs protected by this DPM server.&amp;#160; If there are multiple DPM servers present in the environment, this command needs to be run on each DPM server.&amp;#160; One important aspect to consider at the VM deployment is pagefile size increases and its impact on VHD size.&amp;#160; While Hyper-V allows changes to VHD file size after initial creation, it is advised to plan for VHD size at initial time itself.&amp;#160; DPM backs up VHD only in the beginning and any subsequent changes in the VHD will not be backed up and could lead to issues at the time of VM recovery.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;If this feature is enabled on the DPM server that has VMs being protected already, DPM will stop backing up the “exclude VHDs” in subsequent backups.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;One of the biggest disk churning that has no value for customer @ recovery time is page file.&amp;#160; Using this “exclude VHDs” feature, customer can remove the page file changes in the DPM backups.&amp;#160; Here are the steps involved in excluding pagefile in backup.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;1) Add a new VHD say “TempVHD” to the VM&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;2) Start the VM&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;3) Format the TempVHD disk and configure it to a drive letter say “E:\”&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;4) Move the pagefile to E:\&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;5) Run &lt;font color="#424242"&gt;&lt;font color="#0000ff"&gt;&lt;strong&gt;&lt;em&gt;Set-DPMGlobalProperty -DPMServerName TestingServer -HyperVPagefileExclusions &amp;quot;Temp.vhd&amp;quot; &lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;&lt;font color="#333333"&gt;on DPM Server&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;Once these steps are done, DPM will copy whole TempVHD as part of Initial Replication (IR) and will be excluded in subsequent DRs.&amp;#160;&amp;#160; If DPM goes through a CC or VM file spec changes, TempVHD will be copied in full and subsequent DRs will be skipped.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;Our research found that, even though VM is churning at 10% of VM size a day, only 30% to 40% of this churning is due to the actual application data that is important to customer at recovery time but rest of the churning due to pagefile changes and temp file changes that has no use for customer at recovery time.&amp;#160; In these kinds of environments, DPM 2012 SP1 brings in huge backup storage and network bandwidth savings.&amp;#160; While actual storage savings vary depending on the environment, consider the following Windows 2012 64 node cluster with 4,000 VMs deployment.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/2055.image_5F00_4453DC5A.png"&gt;&lt;font color="#424242"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/7041.image_5F00_thumb_5F00_3E2C8FBF.png" width="456" height="209" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#424242"&gt;Here is the storage consumption comparison between DPM 2012 and DPM 2012 SP1.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/0636.image_5F00_74BA3B03.png"&gt;&lt;img title="image" style="display: inline; background-image: none;" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/5707.image_5F00_thumb_5F00_196B527B.png" width="666" height="147" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;While the above example refers to Hyper-V CSV cluster, this feature works with all kinds of Hyper-V deployments that are protected by DPM 2012 SP1.&amp;#160; Here are the list of deployments that are supported by DPM 2012 SP1.&lt;/p&gt;  &lt;p&gt;1) Windows 2012 Hyper-V standalone&lt;/p&gt;  &lt;p&gt;2) Windows 2012 Hyper-V CSV cluster&lt;/p&gt;  &lt;p&gt;3) Windows 2012 Hyper-V standalone with remote Windows SMB file server (standalone or cluster)&lt;/p&gt;  &lt;p&gt;4) Windows 2012 Hyper-V cluster with remote Windows SMB file server (standalone or cluster)&lt;/p&gt;  &lt;p&gt;5) Windows 2008 R2 standalone&lt;/p&gt;  &lt;p&gt;6) Windows 2008 R2 CSV cluster&lt;/p&gt;  &lt;p&gt;As described in the TechNet &lt;a href="http://technet.microsoft.com/en-us/library/hh881752.aspx"&gt;article&lt;/a&gt;, Exclude VHD names can be added, removed or extended.&amp;#160; Following command can be used to find out the current exclusions.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;font color="#0000ff"&gt;PowerShell&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;font color="#0000ff"&gt;PS C:\&amp;gt; Get-DPMGlobalProperty –PropertyName HyperVPagefileExclusions&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Note that, this is a DPM Global Property and so the values can be “set” only.&amp;#160; So if additions or deletions to be done, first get the global property, modify string pattern, and then set the property again.&amp;#160;&amp;#160; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3567594" width="1" height="1"&gt;</description></item><item><title>Update Rollup 2 for System Center 2012 Service Pack 1–DPM updates</title><link>http://blogs.technet.com/b/dpm/archive/2013/04/11/update-rollup-2-for-system-center-2012-service-pack-1-dpm-updates.aspx</link><pubDate>Thu, 11 Apr 2013 18:15:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3565402</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/dpm/rsscomments.aspx?WeblogPostID=3565402</wfw:commentRss><comments>http://blogs.technet.com/b/dpm/archive/2013/04/11/update-rollup-2-for-system-center-2012-service-pack-1-dpm-updates.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2802159"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/1731.hotfix_5F00_473C22F1.jpg" width="80" height="89" /&gt;&lt;/a&gt;Update Rollup 2 for Microsoft System Center 2012 Service Pack 1 (SP1) is now available and includes the following updates for Data Protection Manager:&lt;/p&gt;  &lt;h6&gt;Issue 1: An express full backup job in System Center 2012 Service Pack 1 may stop responding on a Hyper-V cluster that has 600 or more virtual machines.&lt;/h6&gt;  &lt;h6&gt;Issue 2: When a System Center 2012 Service Pack 1 item level restore operation is performed on a SharePoint host header-based site collection, the restore operation is unsuccessful.&lt;/h6&gt;  &lt;h6&gt;Issue 3: When you open Data Protection Manager on a computer that is running System Center 2012 Service Pack 1, the Welcome screen does not indicate the correct version of Service Pack 1.&lt;/h6&gt;  &lt;h6&gt;Issue 4: When you perform a disconnected installation of the Data Protection Manager 2012 Service Pack 1 agent, you receive the following error message: Protection agent cannot be installed on a machine where DPM is installed.&lt;/h6&gt;  &lt;h6&gt;Issue 5: When you use Data Protection Manager 2012 Service Pack 1 for tape backup, you receive the following error message: The operation failed because of a protection agent failure. (ID 998 Details: The parameter is incorrect (0x80070057))&lt;/h6&gt;  &lt;h6&gt;Issue 6: Backups of CSV volumes may be unsuccessful with metadata file corruption in Data Protection Manager 2012 Service Pack 1.&lt;/h6&gt;  &lt;h6&gt;Issue 7: The Data Protection Manager console may require more time to open than expected when many client systems are being protected.&lt;/h6&gt;  &lt;p&gt;You can get all the details and a download link here:&lt;/p&gt;  &lt;p&gt;KB2802159 - Description of Update Rollup 2 for System Center 2012 Service Pack 1 (&lt;a href="http://support.microsoft.com/kb/2802159"&gt;http://support.microsoft.com/kb/2802159&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck | Knowledge Engineer&lt;/b&gt;&lt;strong&gt; | Microsoft GBS Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Get the latest System Center news on &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; and &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3565402" width="1" height="1"&gt;</description></item><item><title>How to provide redundancy for End User Recovery (EUR) of Distributed File System (DFS) shared data using DPM</title><link>http://blogs.technet.com/b/dpm/archive/2013/02/25/how-to-provide-redundancy-for-end-user-recovery-eur-of-distributed-file-system-dfs-shared-data-using-dpm.aspx</link><pubDate>Mon, 25 Feb 2013 19:26:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3554857</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/dpm/rsscomments.aspx?WeblogPostID=3554857</wfw:commentRss><comments>http://blogs.technet.com/b/dpm/archive/2013/02/25/how-to-provide-redundancy-for-end-user-recovery-eur-of-distributed-file-system-dfs-shared-data-using-dpm.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/b/dpm/"&gt;&lt;img title="GrayAndYellowGears" style="border: 0px currentcolor; float: left; display: inline; background-image: none;" border="0" alt="GrayAndYellowGears" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/8715.GrayAndYellowGears_5F00_3DDE3A26.jpg" width="85" height="79" /&gt;&lt;/a&gt;Hi, Michael Vargo here, and I wanted to take a minute and talk about how you can provide redundancy for End User Recovery of DFS shared data using Data Protection Manager.&lt;/p&gt;  &lt;p&gt;The environment diagram below provides a baseline for an explanation of the options that can be utilized to provide redundancy for End User Recovery (EUR) of Distributed File System (DFS) shared data. Note that Microsoft does not “officially” support EUR redundancy with DPM but it can be achieved.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/7725.clip_5F00_image002_5F00_077018D5.jpg"&gt;&lt;img title="clip_image002" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/5340.clip_5F00_image002_5F00_thumb_5F00_14D62BDB.jpg" width="500" height="391" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The decisions that must be made regarding which redundancy plan you will implement is primarily based on what resources in the environment are most likely to fail. Are you planning for a failure of a DFS server, a DPM server or an entire site?&lt;/p&gt;  &lt;p&gt;&lt;b&gt;In the event that a fileserver#1 should fail&lt;/b&gt; you will not need to have a separate copy of the DFS data backed up to another DPM server for users to be able continue accessing previous versions of DFS data. The clients accessing the DFS data will be redirected to fileserver#2 and can still access the recoverable data (previous versions) from DPM#1. However, DPM #1 will no longer be backing up the DFS data if fileserver#1 is down. This problem can only be addressed by having redundant DPM servers. If fileserver#1 will only be down for a short period, you may not want to make any changes to DPM and EUR.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;If you are planning for a DPM server failure&lt;/b&gt;, you can establish redundancy through the use of secondary DPM protection or another DPM server protecting the replica of the DFS data on fileserver#2. Secondary protection is achieved by connecting the protection agent to DPM#1 from DPM#2. You will then be presented with a “Protected Server” option when enumerating data sources under DPM#1 from DPM#2 which allows you to create a redundant copy of the DFS data on DPM#2. You can then choose to “switch disaster protection” should DPM#1 go down. However, the use of a secondary DPM server provides no benefit to DFS protection and EUR. Switching protection does not recreate the required shares on the new primary DPM server or update any Active Directory objects. We will discuss these items in more detail shortly.&lt;/p&gt;  &lt;p&gt;The information above is provided to explain why &lt;b&gt;we recommend the use of a second DPM server that has no association with DPM#1 to provide redundancy for DFS backups and EUR&lt;/b&gt;. DPM#1 backs up DFS data on fileserver#1 and DPM#2 backs up the replicated DFS data on fileserver#2. This will provide the ability to continue DPM backups of the DFS data and EUR access to the DFS data should fileserver#1, DPM#1 or site#1 become unavailable. DPM#1 and DPM#2 should both be configured to meet your data retention requirements. Optimally we would enable EUR for DPM#1 and DPM#2, but DPM only supports enabling EUR on one DPM server at a time in Active Directory when protecting the same DFS shares from separate DPM Servers. You will need to disable EUR for DPM#1 by deleting the AD objects that get created when enabling EUR in the event we need to implement the disaster recovery plan.&lt;/p&gt;  &lt;p&gt;There are two categories of items that get added when enabling EUR. The first is a set of AD objects that get created with the Extension of the AD schema as a result of enabling EUR. The second is a set of shares that get created on the DPM server.&lt;/p&gt;  &lt;p&gt;The first AD object that gets created is cn=ms-sharemapconfiguration,cn=system,dc=domain,dc=local object. This gets created as a result of running DPMADSchemaExtension.exe . It is available on the DPM server in the c:\program files\Microsoft DPM\DPM\End User Recovery directory. It is run when enabling end-user recovery from the DPM options on the End-user Recovery tab. We frequently see issues where enabling end-user recovery fails when run from DPM where it fails with a message similar to “The Active Directory could not be configured.” You can also copy DPMADSchemaExtension.exe to a domain controller and run it manually as a user who is a member of both the &amp;quot;Schema Admins&amp;quot; and &amp;quot;Enterprise Admins&amp;quot; security groups.&lt;/p&gt;  &lt;p&gt;The additional items will not be created until you successfully synchronize the DPM server with the protected DFS data after the schema extension. After the synchronization job you will see an object created under the cn=ms-sharemapconfiguration container for each DFS name space protected by DPM. It has a name in the format CN=GUID and a class of ms-srvShareMapping. The import information in this object includes the ms-backupSrvShare attribute which points to the DPM server that is protecting the DFS data and the ms-productionSrvShare which indicates the DFS node that is being protected by DPM.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/5165.clip_5F00_image003_5F00_223C3EE1.png"&gt;&lt;img title="clip_image003" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/8080.clip_5F00_image003_5F00_thumb_5F00_16A681A2.png" width="400" height="446" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The second set of items created upon the completion of a synchronization job after the schema is update are shares on the DPM server. These are the shares that users’ access when viewing the “previous versions” tab in the properties of an object on a EUR enabled DFS share. There will be one share for each protected DFS namespace. The screen shot below shows the shares for DFS namespaces Namespace1 and public. They are associated the name space on Sharepoint01 with the location of the replica of the files in the DPM storage pool.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/8880.clip_5F00_image005_5F00_31DEDAA3.jpg"&gt;&lt;img title="clip_image005" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="clip_image005" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/7801.clip_5F00_image005_5F00_thumb_5F00_341B635F.jpg" width="400" height="196" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The AD objects under cn=ms-sharemapconfiguration,cn=system,dc=domain,dc=local will automatically be removed if you uncheck “enable end-user recovery” from the DPM options on the End-user Recovery tab. However, if the DPM server has crashed or is otherwise unavailable you must manually remove these entries. The recommended tool to access and remove these objects is ADSIedit.msc. It will allow you to drill down to the cn=ms-sharemapconfiguration,cn=system,dc=domain,dc=local container and see all of the child objects that represent each of the DFS name spaces. All of the child objects representing the failed DPM#1 server must be removed before you enable EUR on DPM#2.&lt;/p&gt;  &lt;p&gt;You can use repadmin.exe to create a query that will list all of the AD objects associated with the DFS name space being protected by a failed DPM server.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;repadmin /showattr dc01 ncobj:domain: /filter:&amp;quot;(&amp;amp;(objectclass=ms-srvsharemapping)(ms-productionsrvshare=\\sharepoint01\namespace1))&amp;quot; /subtree&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;The above command would connect to a DC named dc01 and dump all attributes for all objects with an objectclass of ms-srvsharemapping where the ms-productionsrvshare attribute contains a value of \\sharepoint01\namespace1.&lt;/p&gt;  &lt;p&gt;You could limit the output with the /atts:&amp;#160; option to just dump specific values from the object.&amp;#160; For example:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;repadmin /showattr dc01 ncobj:domain: /filter:&amp;quot;(&amp;amp;(objectclass=ms-srvsharemapping)(ms-productionsrvshare=\\sharepoint01\namespace1))&amp;quot; /subtree /atts:name &amp;gt; ms-productionshare.txt&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Michael Vargo&lt;/b&gt;&amp;#160;&lt;strong&gt;| Senior Support Escalation Engineer | Microsoft CTS Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt;  App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3554857" width="1" height="1"&gt;</description></item><item><title>Hotfix: Backups are unsuccessful when you use Windows Azure Online Backup</title><link>http://blogs.technet.com/b/dpm/archive/2013/02/19/hotfix-backups-are-unsuccessful-when-you-use-windows-azure-online-backup.aspx</link><pubDate>Tue, 19 Feb 2013 16:42:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3553574</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/dpm/rsscomments.aspx?WeblogPostID=3553574</wfw:commentRss><comments>http://blogs.technet.com/b/dpm/archive/2013/02/19/hotfix-backups-are-unsuccessful-when-you-use-windows-azure-online-backup.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2816671"&gt;&lt;img title="KB5" style="border: 0px currentcolor; float: left; display: inline; background-image: none;" border="0" alt="KB5" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-47-87-metablogapi/8156.KB5_5F00_70382DAC.jpg" width="85" height="85" /&gt;&lt;/a&gt;When you try to back up data by using Windows Azure Online Backup, is the backup process is unsuccessful? If so this hotfix may be for you.&lt;/p&gt;  &lt;p&gt;The Windows Azure Access Control Service (ACS) certificate uses a new certification authority (CA) chain and this can prevent communication between it and the Windows Azure Online Backup Agent. This communication fails because the backup agent cannot verify the server certificate that is presented by the Azure ACS service.&lt;/p&gt;  &lt;p&gt;For all the details and a download link for the fix please see the following:&lt;/p&gt;  &lt;p&gt;KB2816671 - FIX: Backups are unsuccessful when you use Windows Azure Online Backup (&lt;a title="http://support.microsoft.com/kb/2802399" href="http://support.microsoft.com/kb/2816671"&gt;http://support.microsoft.com/kb/2816671&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt;  App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3553574" width="1" height="1"&gt;</description></item></channel></rss>