DPM 2010 Windows 2008 Backup Requirements - Checklist to get started right the first time!

For users who are new to DPM (like me a few months back), you will find yourself often repeating the same tasks over & over again as you add servers to your infrastructure.  Because of this, I thought I would write up a quick “get started” guide to DPM that lets you get your pre-reqs (which I’m sure are documented but folks like me don’t read) for DPM 2010.  Here goes…

Base Platform:  Add Windows Server Backup Feature

The first thing you have to do on your Windows Server 2008/R2 machine is enable the Windows Server Backup feature if you have any plans of backing up your system state.  The system state is a vital part of ensuring that you can effectively backup the core pieces of the Operating System and allows you to recover from a operating system catastrophe.  It also allows you to backup files and data that is housed on this server which is, well, kinda important.

To do this, you can use either Server Manager or the command-line (for simplicity I’m going to use what works on both Server 2008/R2 to ensure that you can use it :)

  1. Open an elevated Command Prompt
  2. Type the following to install the feature:
 start /w ocsetup WindowsServerBackup

This will install the necessary components needed to ensure that DPM can interact and backup all your files for Windows Server 2008/R2.

Install DPM 2010 Agent

If you haven’t baked this into your provisioning platform to be part of the setup then you will need to install it.  The DPM 2010 Agent is available via the path %programfiles%\Microsoft DPM\DPM\ProtectionAgents and requires two folders – AC & RA.  If you baked these into your image ensure you have both directories and you can manually install this using the following syntax:

msiexec /package “%ProgramFiles%\Microsoft DPM\DPM\ProtectionAgents\RA\3.0.7558.0\amd64\dpmra.msi” /passive

This will install (with minimal UI) the agent for DPM 2010.  The key thing that might occur is that during the install I’ve noticed that the firewall settings and the bindings do not always get setup.  If this is the case, use the following blog to correctly point protected computer’s agent to the DPM server.

Attach DPM 2010 Agent

If you choose to manually install your DPM agent you will need to attach it in order to start protecting the server.  To do this, you can use the DPM 2010 User Interface -

  1. Click Management
  2. Select the Agents Tab
  3. In the Actions pane, select Install…image
  4. In Select Agent Deployment Method, select Attach agentsimage
  5. In the Select Computers, input the server name (or click) and then click Add>image
  6. Click Next
  7. Click Ok

You should now see the computer listed under the “Unprotected” group and you are now ready to start protecting, almost…

Backing up System State:  Hotfixes Required until Windows 2008/R2 Service Pack 1

For those folks who are running Windows Server 2008 and want to backup a servers system state, you will be required to install two hotfixes prior to successfully adding the server to your protection group for system state.  To simplify things, I’m listing them below by OS so that you can reference the right hotfix.

Windows Server 2008:

948465:  https://support.microsoft.com/kb/948465

971394:  https://support.microsoft.com/kb/971394

Windows Server 2008 R2:

975921:  https://support.microsoft.com/kb/975921

975354:  https://support.microsoft.com/kb/975354

Setup your Protection Group & add Server(s)

On new DPM installations, you would now move to creating your protection groups.  This logical segmentation really helps break your infrastructure down into units that are easily reported on and tracked.  For example, we break our protection groups into the following with a small description of the unit -

Protection Group Purpose
Test Backups This protection group protects our Engineering test teams infrastructure servers.  This reports the health of our automation servers and the key components for the test team.
TFS Infrastructure This protection group protects our Team Foundation Server (TFS) infrastructure such as the App-Tier, Data-tier, build server, and the SharePoint Server.
ConfigMgr Site Services & Role Servers This protection group protects our Configuration Manager dogfood environment used by our engineering team.
Hyper-V Hosts This protection group protects our Hyper-V infrastructure that includes our clustered & non-clustered farms.
Infrastructure This protection group protects our key infrastructure components (that we own) such as our Virtual Machine Manager (VMM), Operations Manager (OpsMgr), and a team-based file server.
SQL Backups This protection group protects our shared clusters that contain SQL databases.  This includes the individual clustered hosts as well as the shared network name & resources for the SQL databases/logs.

Summary

This might one of the simplest posts I’ve ever done but honestly I think it will save me along with a bunch of others a great deal of time by knowing this in advance and having to go back and do work prior to getting backups up & running.  If you add this to your build process of the server(s) then you are off and running!

Enjoy!

Thanks,

-Chris