You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-dpm-introduction.md
+40-41Lines changed: 40 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: Use DPM to back up workloads to Azure portal
3
-
description: An introduction to backing up DPM servers using the Azure Backup service
2
+
title: Use DPM to back up workloads to Azure
3
+
description: An introduction to backing up DPM data to an Azure Recovery Services vault.
4
4
services: backup
5
5
author: adigan
6
6
manager: nkolli
7
7
keywords: System Center Data Protection Manager, data protection manager, dpm backup
8
8
ms.service: backup
9
9
ms.topic: conceptual
10
-
ms.date: 08/15/2017
10
+
ms.date: 8/22/2018
11
11
ms.author: adigan
12
12
---
13
13
# Preparing to back up workloads to Azure with DPM
@@ -17,9 +17,9 @@ ms.author: adigan
17
17
>
18
18
>
19
19
20
-
This article provides an introduction to using Microsoft Azure Backup to protect your System Center Data Protection Manager (DPM) servers and workloads. By reading it, you’ll understand:
20
+
This article explains how to back up System Center Data Protection Manager (DPM) data to Azure; including:
21
21
22
-
* How Azure DPM server backup works
22
+
* How to back up DPM server data to Azure
23
23
* The prerequisites to achieve a smooth backup experience
24
24
* The typical errors encountered and how to deal with them
25
25
* Supported scenarios
@@ -31,7 +31,7 @@ This article provides an introduction to using Microsoft Azure Backup to protect
31
31
32
32
[System Center DPM](https://docs.microsoft.com/system-center/dpm/dpm-overview) backs up file and application data. More information about supported workloads can be found [here](https://docs.microsoft.com/system-center/dpm/dpm-protection-matrix). Data backed up to DPM can be stored on tape, on disk, or backed up to Azure with Microsoft Azure Backup. DPM interacts with Azure Backup as follows:
33
33
34
-
***DPM deployed as a physical server or on-premises virtual machine** — If DPM is deployed as a physical server or as an on-premises Hyper-V virtual machine you can back up data to a Recovery Services vault in addition to disk and tape backup.
34
+
***DPM deployed as a physical server or on-premises virtual machine** — DPM deployed as a physical server or an on-premises Hyper-V virtual machine backs up data to a Recovery Services vault in addition to disk and tape backup.
35
35
***DPM deployed as an Azure virtual machine** — From System Center 2012 R2 with Update 3 on, you can deploy DPM on an Azure virtual machine. If DPM is deployed as an Azure virtual machine, you can back up data to Azure disks attached to the VM, or offload the data storage by backing up to a Recovery Services vault.
36
36
37
37
## Why back up DPM to Azure?
@@ -58,66 +58,55 @@ Here are some key definitions for backup to Azure for DPM:
58
58
3.**Security PIN** — If you have enabled the [Security Settings](https://docs.microsoft.com/azure/backup/backup-azure-security-feature) of the vault, Security PIN is needed for performing critical backup operations. This multi-factor authentication adds another layer of security.
59
59
4.**Recovery Folder** — It is the phrase that the backups from cloud are temporarily downloaded to during cloud recoveries. Its size should roughly be equal to the size of the backup items you wish to recover in parallel.
1. Sign in to the [Azure portal](https://portal.azure.com/).
66
-
2. On the Hub menu, click **Browse** and in the list of resources, type **Recovery Services**. As you begin typing, the list will filter based on your input. Click **Recovery Services vault**.
The list of Recovery Services vaults is displayed.
71
-
3. On the **Recovery Services vaults** menu, click **Add**.
65
+
Storage replication allows you to choose between geo-redundant storage and locally redundant storage. By default, your vault has geo-redundant storage. If the vault is your primary backup, leave the option set to geo-redundant storage. If you want a cheaper option that isn't quite as durable, use the following procedure to configure locally redundant storage. Read more about [geo-redundant](../storage/common/storage-redundancy-grs.md) and [locally redundant](../storage/common/storage-redundancy-lrs.md) storage options in the [Azure Storage replication overview](../storage/common/storage-redundancy.md).
4. For **Name**, enter a friendly name to identify the vault. The name needs to be unique for the Azure subscription. Type a name that contains between 2 and 50 characters. It must start with a letter, and can contain only letters, numbers, and hyphens.
79
-
5. Click **Subscription** to see the available list of subscriptions. If you are not sure which subscription to use, use the default (or suggested) subscription. There will be multiple choices only if your organizational account is associated with multiple Azure subscriptions.
80
-
6. Click **Resource group** to see the available list of Resource groups, or click **New** to create a new Resource group. For complete information on Resource groups, see [Azure Resource Manager overview](../azure-resource-manager/resource-group-overview.md)
81
-
7. Click **Location** to select the geographic region for the vault.
82
-
8. Click **Create**. It can take a while for the Recovery Services vault to be created. Monitor the status notifications in the upper right-hand area in the portal.
83
-
Once your vault is created, it opens in the portal.
69
+
> [!NOTE]
70
+
> Configure the storage replication before triggering the initial backup. If you decide to change the storage replication configuration after backing up the protected item, you must stop protection on the vault before switching the storage configuration.
71
+
>
84
72
85
-
### Set Storage Replication
86
-
The storage replication option allows you to choose between geo-redundant storage and locally redundant storage. By default, your vault has geo-redundant storage. Leave the option set to geo-redundant storage if this is your primary backup. Choose locally redundant storage if you want a cheaper option that isn't quite as durable. Read more about [geo-redundant](../storage/common/storage-redundancy-grs.md) and [locally redundant](../storage/common/storage-redundancy-lrs.md) storage options in the [Azure Storage replication overview](../storage/common/storage-redundancy.md).
73
+
1. Select your vault and open its vault dashboard.
87
74
88
-
To edit the storage replication setting:
75
+
2. In the **Manage** section, click **Backup Infrastructure**.
89
76
90
-
1. Select your vault to open the vault dashboard and the Settings menu. If the **Settings** menu doesn't open, click **All settings** in the vault dashboard.
91
-
2. On the **Settings** menu, click **Backup Infrastructure** > **Backup Configuration** to open the **Backup Configuration** menu. On the **Backup Configuration** menu, choose the storage replication option for your vault.
77
+
3. On the **Backup Configuration** menu, choose the storage replication option for your vault.
92
78
93
-

79
+

94
80
95
81
After choosing the storage option for your vault, you are ready to associate the VM with the vault. To begin the association, you should discover and register the Azure virtual machines.
96
82
97
-
### 2. Download vault credentials
98
-
The vault credentials file is a certificate generated by the portal for each backup vault. The portal then uploads the public key to the Access Control Service (ACS). The private key of the certificateis made available to the user as part of the workflow which is given as an input in the machine registration workflow. This authenticates the machine to send backup data to an identified vault in the Azure Backup service.
83
+
## Download vault credentials
84
+
The vault credentials file is a certificate generated by the portal for each backup vault. The portal then uploads the public key to the Access Control Service (ACS). During the machine registration workflow, the certificate's private key is made available to the user, which authenticates the machine. Based on the authentication, the Azure Backup service sends data to the identified vault.
99
85
100
-
The vault credential is used only during the registration workflow. It is the user’s responsibility to ensure that the vault credentials file is not compromised. If it falls in the hands of any rogue-user, the vault credentials file can be used to register other machines against the same vault. However, as the backup data is encrypted using a passphrase which belongs to the customer, existing backup data cannot be compromised. To mitigate this concern, vault credentials are set to expire in 48hrs. You can download the vault credentials of a recovery services any number of times – but only the latest vault credential file is applicable during the registration workflow.
86
+
The vault credential is used only during the registration workflow. It's the user’s responsibility to ensure that the vault credentials file is not compromised. If control of the credentials is lost, the vault credentials can be used to register other machines to vault. However, backup data is encrypted using a passphrase that belongs to the customer, so existing backup data can't be compromised. To mitigate this concern, vault credentials expire after 48 hrs. Download new vault credentials as many times as needed. However, only the latest vault credential file can be used during the registration workflow.
101
87
102
-
The vault credential file is downloaded through a secure channel from the Azure portal. The Azure Backup service is unaware of the private key of the certificate and the private key is not persisted in the portal or the service. Use the following steps to download the vault credential file to a local machine.
88
+
The vault credential file is downloaded through a secure channel from the Azure portal. The Azure Backup service isn't aware of the certificate's private key, and the private key isn't available in the portal or the service. Use the following steps to download the vault credential file to a local machine.
103
89
104
90
1. Sign in to the [Azure portal](https://portal.azure.com/).
105
-
2. Open the Recovery Services vault that you want to register DPM machine.
106
-
3. Settings menu opens up by default. If it is closed, click on **Settings** on vault dashboard to open the settings menu. In Settings menu, click on **Properties**.
91
+
92
+
2. Open the Recovery Services vault that you want to register to a DPM server.
93
+
94
+
3. Settings menu opens up by default. If it is closed, click **Settings** on the vault dashboard to open the menu. In the **Settings** menu, click **Properties**.
4. On the Properties page, click **Download** under **Backup Credentials**. The portal generates the vault credential file, which is made available for download.
97
+
98
+
4. On the Properties page, under **Backup Credentials** click **Download**. The portal generates the vault credential file, which is made available for download.
The portal will generate a vault credential using a combination of the vault name and the current date. Click **Save** to download the vault credentials to the local account's downloads folder, or select Save As from the Save menu to specify a location for the vault credentials. It will take up to a minute for the file to be generated.
102
+
The portal generates a vault credential using a combination of the vault name and the current date. Click **Save** to download the vault credentials to the local account's downloads folder, or select Save As from the Save menu to specify a location for the vault credentials. It will take up to a minute for the file to be generated.
114
103
115
104
### Note
116
105
* Ensure that the vault credentials file is saved in a location which can be accessed from your machine. If it is stored in a file share/SMB, check for the access permissions.
117
106
* The vault credentials file is used only during the registration workflow.
118
107
* The vault credentials file expires after 48hrs and can be downloaded from the portal.
119
108
120
-
### 3. Install Backup Agent
109
+
## Install Backup Agent
121
110
After creating the Azure Backup vault, an agent should be installed on each of your Windows machines (Windows Server, Windows client, System Center Data Protection Manager server, or Azure Backup Server machine) that enables back up of data and applications to Azure.
122
111
123
112
1. Open the Recovery Services vault that you want to register DPM machine.
@@ -129,12 +118,17 @@ After creating the Azure Backup vault, an agent should be installed on each of y
Once the agent is downloaded, run the MARSAgentInstaller.exe to launch the installation of the Azure Backup agent. Choose the installation folder and scratch folder required for the agent. The cache location specified must have free space which is at least 5% of the backup data.
121
+
132
122
4. If you use a proxy server to connect to the internet, in the **Proxy configuration** screen, enter the proxy server details. If you use an authenticated proxy, enter the user name and password details in this screen.
123
+
133
124
5. The Azure Backup agent installs .NET Framework 4.5 and Windows PowerShell (if it’s not available already) to complete the installation.
125
+
134
126
6. Once the agent is installed, **Close** the window.
7. To **Register the DPM Server** to the vault, in the **Management** tab, Click on **Online**. Then, select **Register**. It will open the Register Setup Wizard.
131
+
138
132
8. If you use a proxy server to connect to the internet, in the **Proxy configuration** screen, enter the proxy server details. If you use an authenticated proxy, enter the user name and password details in this screen.
@@ -147,12 +141,15 @@ After creating the Azure Backup vault, an agent should be installed on each of y
147
141
Ensure that the vault credentials file is available in a location which can be accessed by the setup application. If you encounter access related errors, copy the vault credentials file to a temporary location in this machine and retry the operation.
148
142
149
143
If you encounter an invalid vault credential error (for example, “Invalid vault credentials provided") the file is either corrupted or does not have the latest credentials associated with the recovery service. Retry the operation after downloading a new vault credential file from the portal. This error is typically seen if the user clicks on the **Download vault credential** option in the Azure portal, in quick succession. In this case, only the second vault credential file is valid.
144
+
150
145
10. To control the usage of network bandwidth during work, and non-work hours, in the **Throttling Setting** screen, you can set the bandwidth usage limits and define the work and non-work hours.
12. In the **Encryption setting** screen, you can either generate a passphrase or provide a passphrase (minimum of 16 characters). Remember to save the passphrase in a secure location.
@@ -161,7 +158,9 @@ After creating the Azure Backup vault, an agent should be installed on each of y
161
158
> If the passphrase is lost or forgotten; Microsoft cannot help in recovering the backup data. The end user owns the encryption passphrase and Microsoft does not have visibility into the passphrase used by the end user. Please save the file in a secure location as it is required during a recovery operation.
162
159
>
163
160
>
161
+
164
162
13. Once you click the **Register** button, the machine is registered successfully to the vault and you are now ready to start backing up to Microsoft Azure.
163
+
165
164
14. When using Data Protection Manager, you can modify the settings specified during the registration workflow by clicking the **Configure** option by selecting **Online** under the **Management** Tab.
166
165
167
166
## Requirements (and limitations)
@@ -192,6 +191,6 @@ And these are unsupported:
192
191
* Sparse stream
193
192
194
193
> [!NOTE]
195
-
> From in System Center 2012 DPM with SP1 onwards you can backup up workloads protected by DPM to Azure using Microsoft Azure Backup.
194
+
> From System Center 2012 DPM with SP1 onwards, you can back up protected workloads to Azure.
0 commit comments