DPM – Tech-Coffee //www.tech-coffee.net Tue, 06 Jun 2017 08:01:26 +0000 en-US hourly 1 https://wordpress.org/?v=4.7.5 65682309 Monitor Data Protection Manager with SCOM //www.tech-coffee.net/monitor-data-protection-manager-scom/ //www.tech-coffee.net/monitor-data-protection-manager-scom/#comments Fri, 04 Jul 2014 11:52:57 +0000 //www.tech-coffee.net/?p=1699 System Center Operation Manager (SCOM) is able to monitor Data Protection Manager. SCOM enables to monitor DPM status, protection group health or storage pool states. To monitor DPM in SCOM, just follow these three steps: Import DPM management packs in SCOM; Install central console on Management server; (Optional) Install central console on your console servers. ...

The post Monitor Data Protection Manager with SCOM appeared first on Tech-Coffee.

]]>
System Center Operation Manager (SCOM) is able to monitor Data Protection Manager. SCOM enables to monitor DPM status, protection group health or storage pool states. To monitor DPM in SCOM, just follow these three steps:

  • Import DPM management packs in SCOM;
  • Install central console on Management server;
  • (Optional) Install central console on your console servers.

Import DPM management packs in SCOM

First of all, mount Data Protection Manager ISO on your SCOM management server. Then open your Operation Manager console and navigate to Administration tab. Right click on Management packs and select import Management Packs.

Next, click on Add and select Add from disk.

Navigate to SCDPM\ManagementPacks\<Your Language> in the DPM DVD drive. Select the two management packs and click on Open.

You will have a security warning about these management packs (MP). Because these MPs come from Microsoft, I trust them and so I click on Install.

The next step is the installation of the central console on the SCOM operation manager.

Install central console on Management server

Open the DPM DVD drive and launch the setup.exe. Next click on DPM Central Console as below. If you have not installed the Microsoft Visual C++ 2008 redistributable package you will have an error. But you are lucky because you just have to navigate to SCDPM\Redist\vcredist in
DPM DVD drive and run vcredist2008_x64.exe to solve the problem.

Next accecpt the license terms and conditions and click OK.

If you have installed a SCOM console on your management server, you have to install Central Console server-side and client-side Components. If you have not, just install Central Console server-side Components.

On the prerequisites check screen, click on Next if all is validated.

On installation settings screen click on next.

Because I update my systems with SCCM, I do not want to use Microsoft Update.

So it is ok, now DPM is monitored by SCOM.

Install central console on your console servers

If you are like me and you don’t like to manage servers from themselves, you should have a Remote Desktop server where you have installed all MMC and System Center consoles. In this case, you have to install the central console on this server also. So follow the process of the last part and on Central Console Opt-in screen, just Install Central Console client-side Components as below:

Monitor Data Protection Manager with SCOM

To view the result of the integration of DPM monitoring in SCOM, open an Operation Manager console. Open Monitoring tab. You should have the same tree as below:

So as you can see, it is possible to monitor the health of the disks, DPM servers, protected servers, protection groups etc. Moreover you can monitor the data sources state in function of the workload (SQL server, File System, Hyper-V etc.). It is very useful when you have multiple DPM servers. On the below capture, it is the disk monitoring:

And now the DPM servers status :

Protection groups health :

Unhealthy data sources :

 

The post Monitor Data Protection Manager with SCOM appeared first on Tech-Coffee.

]]>
//www.tech-coffee.net/monitor-data-protection-manager-scom/feed/ 2 1699
Use Windows Azure with Data Protection Manager //www.tech-coffee.net/use-windows-azure-data-protection-manager/ //www.tech-coffee.net/use-windows-azure-data-protection-manager/#respond Sun, 23 Mar 2014 11:07:28 +0000 //www.tech-coffee.net/?p=480 Data Protection Manager is able to use Windows Azure as storage support. The feature is called Backup Vault in Windows Azure. This last can be used also with Windows Server Backup feature. To be able to use Windows Azure with Data Protection Manager, you need a computer certificate on the DPM server (self-signed or signed ...

The post Use Windows Azure with Data Protection Manager appeared first on Tech-Coffee.

]]>
Data Protection Manager is able to use Windows Azure as storage support. The feature is called Backup Vault in Windows Azure. This last can be used also with Windows Server Backup feature. To be able to use Windows Azure with Data Protection Manager, you need a computer certificate on the DPM server (self-signed or signed by a certificate authority, and you need the Windows Azure Backup agent. Of course a Windows Azure subscription is needed. For this topic, I use a free trial registration.

Online backup with Windows Azure has some limitation:

  • A disk pool is necessary
  • Only primary server can use Windows Azure
  • Only two recovery points per day can be created
  • The retention range maximum is 120 days (448 days for disk)
  • Only Hyper-V SQL and files can be protected in Azure

Before that you install Windows Azure Backup Agent, DPM shows below information:

So first, we have to configure Windows Azure. The first step is to upload the computer certificate, and next to download Windows Azure Backup Agent.

Windows Azure side configuration

First I have created recovery services (create a new vault). I have called this server AzureBackup.

When you click on your service, you have information about the steps to follow to configure your recovery service. First it is necessary to upload the computer certificate. Mine is called DPM1.fabrikam.com.cer.

I have an AD CS on my lab infrastructure so I have enroll my DPM server. I have uploaded the above certificate. Once you have upload your certificate, click on Download Agent (Agent for Windows Server and System Center – Data Protection Manager).

That’s all about Windows Azure configuration. Pretty easy no?

Data Protection Manager server configuration

Now it’s time to configure DPM server. First it is necessary to install the Windows Azure Backup Agent. The file is called WABInstaller.

After that the agent is installed, open your DPM administrator console and open Management tab. Now the Azure Backup Agent version is filled. So click on Register to connect your DPM server to Windows Azure.

Select your certificate locally. DPM requests Azure to find the same certificate. Previously we have uploaded the same in Azure so DPM finds a match with AzureBackup recovery service.

Next configure your proxy configuration.

Then configure Throttling settings. This is a feature that limits the bandwidth consumption. You can declare work hours and days and limit bandwidth for work hours and non-work hours.

Next specify a recovery folder that will be used as a temporary location for recovery. When you recover a data sources from Windows Azure, files will be copied on this temporary folder first. When data sources will be recovered, the temporary data will be cleaned up.

Next specify a passphrase to encrypt your data in Windows Azure.

Now you have a new storage support for your protection groups.

Now that DPM is registered for online storage, you can find a reference to your server in Windows Azure. Click on your Recovery Service Dashboard:

 Use Windows Azure with Data Protection Manager

To test the Windows Azure and DPM configuration, I create a protection group to use my online storage. If you don’t know how to create protection group, please view this topic. On Select Group Members screen, I select the temp folder of hyperV01 server. I use a small folder because the goal is to test the solution.

Next I choose to protect my data with online protection.

If you have many data sources in your protection group, it is possible to select only the most critical of them.

Configure the Online protection Goals as short-term goals.

Once you have created your protection group, it appears in Protection tab and the online Protection should be enabled.

The post Use Windows Azure with Data Protection Manager appeared first on Tech-Coffee.

]]>
//www.tech-coffee.net/use-windows-azure-data-protection-manager/feed/ 0 480
Protection groups in Data Protection Manager //www.tech-coffee.net/protection-groups-data-protection-manager/ //www.tech-coffee.net/protection-groups-data-protection-manager/#respond Thu, 20 Mar 2014 21:09:41 +0000 //www.tech-coffee.net/?p=445 System Center Data Protection Manager (DPM) is a Microsoft backup solution. The configuration of this backup solution is based on Protection Groups. A protection group contains several data sources that share same configuration such as backup duration (Short-term or Long-term), retention range etc. DPM can store backup on disk (disk-to-disk or D2D), on library tape ...

The post Protection groups in Data Protection Manager appeared first on Tech-Coffee.

]]>
System Center Data Protection Manager (DPM) is a Microsoft backup solution. The configuration of this backup solution is based on Protection Groups. A protection group contains several data sources that share same configuration such as backup duration (Short-term or Long-term), retention range etc.

DPM can store backup on disk (disk-to-disk or D2D), on library tape (disk-to-tape or D2T) or on Windows Azure (disk-to-cloud or D2C). These supports can be mixed for high availability: so it is possible to perform D2D2D backup or D2D2T etc. The latest best practice about backup is called 3.2.1 and says that:

  • Perform 3 backups.
  • On 2 different support.
  • Store replica on 1 remote site.

This article is focusing on short-term protection with D2D support to explain protection group (and because I do not have a library tape J).

Disk-to-Disk protection process

When you create a protection group, an initial replica of data protected is created. Then the DPM agent tracks every change on data sources to transfer modification to replica, block per block though DPM server. That means that only changes are synchronized. Then a recovery point is created from the synchronized replica. A recovery point is a point in time from which you can perform a recovery of your data. The scheduling for recovery points creation is configurable.

To synchronize the replica, there are two ways in DPM: the synchronization and the express full backup. The synchronization tracks journal change in the Operating System or in applications and transfer only modification block per block. On express full backup, a full volume shadow copy is created but only changes are transferred. Some applications don’t support the synchronization (such as SQL Server in Simple Recovery Model) so the express full backup is very useful in this case.

Data protected by DPM

DPM can protect Microsoft Exchange, SQL Server, Hyper-V (and virtual machines), SharePoint, File Servers and System State. Thanks to System State protection, Active Directory databases can be saved (including AD DS, AD CS and AD LDS). To finish, DPM can protect and recover a machine as a Bare-Metal. That means that if the machine is broken and need a recovery, this last not need the DPM agent to be restored.

Protection group parameters

Protection group type

This setting defines which kind of machines is saved: Servers or Clients. The Server type is used to save file servers or application servers. You can save SQL databases, files, Hyper-V virtual machines, system states etc. Client type enables to save workstations (laptops or desktops).

Group Members

This setting defines the collection of data sources that you backup. Because that data sources share the same configuration in a protection group, these last are usually the same kind of data. For example to backup Active Directory, a protection group will be created to save system state of domain controller. In this example, the system state is the data source.

Data Protection Method

This is here that you choose short-term or long-term protection. When you choose short-term protection you can select the backup support (disk, tape or cloud) while when you select long-term protection you have to own a tape library.

Protection goals (Short-Term)

In this section you can define the retention range, the synchronization and full express backup frequency for files data and application data.

Protection group preparation table

Below an example of how to prepare your short-term protection groups:

Parameter Description Value
Name Protection group name DATABASES
Type of data Files or applications data Applications data
Backup supports D2D, D2C, D2T, D2D2D etc. D2D
Data Source Definition of data saved Databases on VMSQL01
Retention Range How many time you keep your Recovery Point ? 7d
Recovery Point Recovery point creation scheduling Based on Synchronization frequency
Synchronization frequency Synchronization frequency scheduling 15mn
Express full backup frequency Express full backup scheduling 20 :00 every day

I have based the recovery point on the synchronization frequency because in this example, databases support incremental backup using transaction logs in MSSQL. If your databases don’t support incremental (log shipping or Simple Recovery Model), synchronization cannot be used and Express full backup frequency should be increased.

On next section I will implement a protection group based on this table.

Protection group example: MSSQL databases backup

To create a Protection Group, click on Protection tab and select New. I assume that you have created a storage pool in DPM before performing the protection group creation.

To backup MSSQL databases, select the protection group type called Servers.

Then I select databases that I want a backup on my SQL server called VMSQL01. Once data sources are selected, they appear in Selected members list.

Next, type your protection group name and select the protection method. Here I want to perform a D2D backup and a short-term protection.

Then choose your short-term goals. In the below example, I synchronize the replica every 15mn and I create the recovery point every synchronization. An express full backup is performed every day at 20:200. To finish the retention range of recovery point is set to 7 days.

On the next screen, set the disk allocation. You can enable the auto grow of your replica volume and choose to co-locate data.

Next choose when you want to create the initial replica.

Then choose when to run a consistency check: only when a replica becomes inconsistent or on scheduling. The schedule method adds more CPU workload.

Once the protection group is created, the initial replica is created for each data source.

Below, the ReportServer database is protected by a replica and 3 recovery points have been created.

The post Protection groups in Data Protection Manager appeared first on Tech-Coffee.

]]>
//www.tech-coffee.net/protection-groups-data-protection-manager/feed/ 0 445