Skip to content

Commit f543a59

Browse files
author
AbhishekMallick-MS
committed
Azure Arc VM backup updates
1 parent 7d5ce92 commit f543a59

File tree

4 files changed

+62
-14
lines changed

4 files changed

+62
-14
lines changed

articles/backup/back-up-azure-stack-hyperconverged-infrastructure-virtual-machines.md

Lines changed: 62 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Stack HCI virtual machines with MABS
33
description: This article contains the procedures to back up and recover virtual machines using Microsoft Azure Backup Server (MABS).
44
ms.topic: conceptual
5-
ms.date: 01/03/2024
5+
ms.date: 04/24/2024
66
ms.service: backup
77
ms.custom: engagement-fy24
88
author: AbhishekMallick-MS
@@ -11,7 +11,7 @@ ms.author: v-abhmallick
1111

1212
# Back up Azure Stack HCI virtual machines with Azure Backup Server
1313

14-
This article describes how to back up virtual machines on Azure Stack HCI using Microsoft Azure Backup Server (MABS).
14+
This article describes how to back up virtual machines running on Azure Stack HCI, versions *23 H2* and *22 H2*, using Microsoft Azure Backup Server (MABS).
1515

1616
## Supported scenarios
1717

@@ -27,7 +27,19 @@ MABS can back up Azure Stack HCI virtual machines in the following scenarios:
2727

2828
- **VM Move to a different stretched/normal cluster**: VM Move to a different stretched/normal cluster is not supported.
2929

30-
Learn more about the [supported scenarios for MABS V3 UR2 and later](backup-mabs-protection-matrix.md#vm-backup).
30+
31+
32+
- **Arc VMs**: [Arc VMs](../azure-arc/servers/overview.md) add fabric management capabilities along with [*Arc-enabled servers*](../azure-arc/servers/overview.md). These allow *IT admins* to create, modify, delete, and assign permissions and roles to *app owners*, thereby enabling *self-service VM management*. Recovery of Arc VMs are supported in a limited capacity in Azure Stack HCI, version 23H2.
33+
34+
The following table lists the various level of backup and restore capabilities for Azure Arc VMs:
35+
36+
| Protection level | Description |
37+
| --- | --- |
38+
| **Guest-level backups and recovery** (which require an agent in the guest OS) | Work as expected. |
39+
| **Host-level backups** | Work as expected. |
40+
| **Host-level recovery** <br><br> - Recovery to the original VM instance <br> - Alternate location recovery (ALR) | <br> - Works as expected. <br> - Limited support. ALR recovers to a Hyper-V VM, instead of an Arc VM. Currently conversion of Hyper-V VM to an Arc VM isn't supported after you create it. |
41+
42+
Learn more about the [supported scenarios for MABS V3 UR2 and later](backup-mabs-protection-matrix.md#vm-backup).
3143

3244
## Host versus guest backup
3345

@@ -39,6 +51,9 @@ Both methods have pros and cons:
3951

4052
- Guest-level backup is useful if you want to protect specific workloads running on a virtual machine. At host-level you can recover an entire VM or specific files, but it won't provide recovery in the context of a specific application. For example, to recover specific SharePoint items from a backed-up VM, you should do guest-level backup of that VM. Use guest-level backup if you want to protect data stored on passthrough disks. Passthrough allows the virtual machine to directly access the storage device and doesn't store virtual volume data in a VHD file.
4153

54+
>[!Note]
55+
>*Passthrough disks* aren't supported in HCI.
56+
4257
## Backup prerequisites
4358

4459
These are the prerequisites for backing up virtual machines with MABS:
@@ -49,9 +64,6 @@ These are the prerequisites for backing up virtual machines with MABS:
4964
| VM | <ul> <li> The version of Integration Components that's running on the virtual machine should be the same as the version of the Azure Stack HCI host. </li> <li> For each virtual machine backup you'll need free space on the volume hosting the virtual hard disk files to allow enough room for differencing disks (AVHDs) during backup. The space must be at least equal to the calculation Initial disk size*Churn rate*Backup window time. If you're running multiple backups on a cluster, you'll need enough storage capacity to accommodate the AVHDs for each of the virtual machines using this calculation. </li> </ul> |
5065
| Linux prerequisites | <ul><li> You can back up Linux virtual machines using MABS. Only file-consistent snapshots are supported.</li></ul> |
5166

52-
>[!NOTE]
53-
>MABS doesn't support the backup and restore of the Arc Resource Bridge and Arc VMs.
54-
5567
## Back up virtual machines
5668

5769
1. Set up your [MABS server](backup-azure-microsoft-azure-backup.md) and [your storage](backup-mabs-add-storage.md). When setting up your storage, use these storage capacity guidelines.
@@ -63,24 +75,55 @@ These are the prerequisites for backing up virtual machines with MABS:
6375

6476
2. Set up the MABS protection agent on the server or each cluster node.
6577

66-
3. On the MABS Administrator console, select **Protection** > **Create protection group** to open the **Create New Protection Group** wizard.
78+
3. To deploy the agent, choose one for the following method:
79+
80+
- **Attach agents**: Select an agent that's already installed.
81+
- **Install agent**: If you don't have the agent installed:
82+
1. Install the agent on each of the cluster node by running the following command:
83+
84+
```
85+
Install DPMAgentInstaller.exe`
86+
```
87+
88+
2. Once the installation is complete, run following command to configure the agent on the node:
89+
90+
```
91+
.\SetDpmServer.exe -dpmServerName winvm01
92+
```
6793
68-
4. On the **Select Group Members** page, select the VMs you want to protect from the host servers on which they're located. We recommend you put all VMs that will have the same protection policy into one protection group. To make efficient use of space, enable colocation. Colocation allows you to locate data from different protection groups on the same disk or tape storage, so that multiple data sources have a single replica and recovery point volume.
94+
3. Add the agent in the MABS server by selecting **Attach agent**.
6995
70-
5. On the **Select Data Protection Method** page, specify a protection group name. Select **I want short-term protection using Disk** and select **I want online protection** if you want to back up data to Azure using the Azure Backup service.
96+
:::image type="content" source="./media/back-up-azure-stack-hyperconverged-infrastructure-virtual-machines/attach-agent.png" alt-text="Screenshot shows how to attach an agent." lightbox="./media/back-up-azure-stack-hyperconverged-infrastructure-virtual-machines/attach-agent.png":::
7197
72-
6. On **Specify Short-Term Goals** > **Retention range**, specify how long you want to retain disk data. In **Synchronization frequency**, specify how often incremental backups of the data should run. Alternatively, instead of selecting an interval for incremental backups you can enable **Just before a recovery point**. With this setting enabled, MABS will run an express full backup just before each scheduled recovery point.
98+
4. On the MABS Administrator console, select **Protection** > **Create protection group** to open the **Create New Protection Group** wizard.
99+
100+
5. On the **Select Group Members** page, select the VMs you want to protect from the host servers on which they're located. We recommend that you put all VMs that will have the same protection policy into one protection group. To make efficient use of space, enable colocation. Colocation allows you to locate data from different protection groups on the same disk or tape storage, so that multiple data sources have a single replica and recovery point volume.
101+
102+
During VM selection, you can choose one of the following VM type:
103+
104+
- **Hyper-v VMs**: Select this VM type from the individual node.
105+
106+
:::image type="content" source="./media/back-up-azure-stack-hyperconverged-infrastructure-virtual-machines/select-hyper-v-vm.png" alt-text="Screenshot shows the selection of Hyper-V VMs." lightbox="./media/back-up-azure-stack-hyperconverged-infrastructure-virtual-machines/select-hyper-v-vm.png":::
107+
108+
- **Clustered HA VMs**: Select this VM type from the cluster.
109+
110+
:::image type="content" source="./media/back-up-azure-stack-hyperconverged-infrastructure-virtual-machines/select-clustered-vm.png" alt-text="Screenshot shows the selection of Clustered VMs." lightbox"./media/back-up-azure-stack-hyperconverged-infrastructure-virtual-machines/select-clustered-vm.png":::
111+
112+
113+
6. On the **Select Data Protection Method** page, specify a protection group name. Select **I want short-term protection using Disk** and select **I want online protection** if you want to back up data to Azure using the Azure Backup service.
114+
115+
7. On **Specify Short-Term Goals** > **Retention range**, specify how long you want to retain disk data. In **Synchronization frequency**, specify how often incremental backups of the data should run. Alternatively, instead of selecting an interval for incremental backups you can enable **Just before a recovery point**. With this setting enabled, MABS will run an express full backup just before each scheduled recovery point.
73116
74117
> [!NOTE]
75118
>If you're protecting application workloads, recovery points are created in accordance with Synchronization frequency, provided the application supports incremental backups. If it doesn't, then MABS runs an express full backup, instead of an incremental backup, and creates recovery points in accordance with the express backup schedule.<br></br>The backup process doesn't back up the checkpoints associated with VMs.
76119
77-
7. In the **Review disk allocation** page, review the storage pool disk space allocated for the protection group.
120+
8. In the **Review disk allocation** page, review the storage pool disk space allocated for the protection group.
78121
79122
**Total Data size** is the size of the data you want to back up, and **Disk space to be provisioned on MABS** is the space that MABS recommends for the protection group. MABS chooses the ideal backup volume, based on the settings. However, you can edit the backup volume choices in the **Disk allocation details**. For the workloads, select the preferred storage in the dropdown menu. Your edits change the values for **Total Storage** and **Free Storage** in the **Available Disk Storage** pane. Underprovisioned space is the amount of storage MABS suggests you add to the volume, to continue with backups smoothly in the future.
80123
81-
8. On the **Choose Replica Creation Method** page, specify how the initial replication of data in the protection group will be performed. If you select to **Automatically replicate over the network**, we recommended you choose an off-peak time. For large amounts of data or less than optimal network conditions, consider selecting **Manually**, which requires replicating the data offline using removable media.
124+
9. On the **Choose Replica Creation Method** page, specify how the initial replication of data in the protection group will be performed. If you select to **Automatically replicate over the network**, we recommended you choose an off-peak time. For large amounts of data or less than optimal network conditions, consider selecting **Manually**, which requires replicating the data offline using removable media.
82125
83-
9. On the **Consistency Check Options** page, select how you want to automate consistency checks. You can enable a check to run only when replica data becomes inconsistent, or according to a schedule. If you don't want to configure automatic consistency checking, you can run a manual check at any time by right-clicking the protection group and selecting **Perform Consistency Check**.
126+
10. On the **Consistency Check Options** page, select how you want to automate consistency checks. You can enable a check to run only when replica data becomes inconsistent, or according to a schedule. If you don't want to configure automatic consistency checking, you can run a manual check at any time by right-clicking the protection group and selecting **Perform Consistency Check**.
84127
85128
After you create the protection group, initial replication of the data occurs in accordance with the method you selected. After initial replication, each backup takes place in line with the protection group settings. If you need to recover backed up data, note the following:
86129
@@ -112,6 +155,10 @@ When you can recover a backed up virtual machine, you use the Recovery wizard to
112155
113156
1. In the MABS Administrator console, type the name of the VM, or expand the list of protected items, navigate to **All Protected HyperV Data**, and select the VM you want to recover.
114157
158+
>[Note]
159+
>- All the Clustered HA VMs are recoverd by selecting these Virtual machines under the cluster.
160+
>- Both Hyper-V and Clustered VMs are restored as Hyper-V Virtual Machines.
161+
115162
2. In the **Recovery points for** pane, on the calendar, select any date to see the recovery points available. Then in the **Path** pane, select the recovery point you want to use in the Recovery wizard.
116163
117164
3. From the **Actions** menu, select **Recover** to open the Recovery Wizard.
@@ -126,7 +173,8 @@ When you can recover a backed up virtual machine, you use the Recovery wizard to
126173
- **Recover as virtual machine to any host**: MABS supports alternate location recovery (ALR), which provides a seamless recovery of a protected Azure Stack HCI virtual machine to a different host within the same cluster, independent of processor architecture. Azure Stack HCI virtual machines that are recovered to a cluster node won't be highly available. If you choose this option, the Recovery Wizard presents you with an additional screen for identifying the destination and destination path.
127174
128175
>[!NOTE]
129-
>If you select the original host, the behavior is the same as **Recover to original instance**. The original VHD and all associated checkpoints will be deleted.
176+
>- There's a limited support for Alternate location recovery (ALR) for Arc VMs. The VM is recovered as a Hyper-V VM, instead of an Arc VM. Currently, conversion of Hyper-V VMs to Arc VMs aren't supported once you create them.
177+
>- If you select the original host, the behavior is the same as **Recover to original instance**. The original VHD and all associated checkpoints will be deleted.
130178
131179
- **Copy to a network folder**: MABS supports item-level recovery (ILR), which allows you to do item-level recovery of files, folders, volumes, and virtual hard disks (VHDs) from a host-level backup of Azure Stack HCI virtual machines to a network share or a volume on a MABS protected server. The MABS protection agent doesn't have to be installed inside the guest to perform item-level recovery. If you choose this option, the Recovery Wizard presents you with an additional screen for identifying the destination and destination path.
132180
134 KB
Loading
195 KB
Loading
176 KB
Loading

0 commit comments

Comments
 (0)