Skip to content

Commit 6e635a6

Browse files
authored
Merge pull request #270355 from AbhishekMallick-MS/Mar-27-2024-Freshness
Freshness - Add Storage to MABS
2 parents 0c30672 + 0dab2d0 commit 6e635a6

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

articles/backup/backup-mabs-add-storage.md

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
---
22
title: Use Modern Backup Storage with Azure Backup Server
33
description: Learn about the new features in Azure Backup Server. This article describes how to upgrade your Backup Server installation.
4-
ms.topic: conceptual
5-
ms.date: 03/01/2023
4+
ms.topic: how-to
5+
ms.date: 03/27/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
9+
ms.custom: engagement-fy24
910
---
1011

1112
# Add storage to Azure Backup Server
1213

14+
This article describes how to add storage to Azure Backup Server.
15+
1316
Azure Backup Server V2 and later supports Modern Backup Storage that offers storage savings of 50 percent, backups that are three times faster, and more efficient storage. It also offers workload-aware storage.
1417

1518
> [!NOTE]
@@ -34,41 +37,43 @@ Backup Server V2 or later accepts storage volumes. When you add a volume, Backup
3437

3538
Using Backup Server with volumes as disk storage can help you maintain control over storage. A volume can be a single disk. However, if you want to extend storage in the future, create a volume out of a disk created by using storage spaces. This can help if you want to expand the volume for backup storage. This section offers best practices for creating a volume with this setup.
3639

40+
To create a volume for Modern Backup Storage, follow these steps:
41+
3742
1. In Server Manager, select **File and Storage Services** > **Volumes** > **Storage Pools**. Under **PHYSICAL DISKS**, select **New Storage Pool**.
3843

39-
![Create a new storage pool](./media/backup-mabs-add-storage/mabs-add-storage-1.png)
44+
![Screenshow shows how to start creating a new storage poo.l](./media/backup-mabs-add-storage/mabs-add-storage-1.png)
4045

4146
2. In the **TASKS** drop-down box, select **New Virtual Disk**.
4247

43-
![Add a virtual disk](./media/backup-mabs-add-storage/mabs-add-storage-2.png)
48+
![Screenshot shows how to add a virtual disk.](./media/backup-mabs-add-storage/mabs-add-storage-2.png)
4449

4550
3. Select the storage pool, and then select **Add Physical Disk**.
4651

47-
![Add a physical disk](./media/backup-mabs-add-storage/mabs-add-storage-3.png)
52+
![Screenshot shows how to add a physical disk.](./media/backup-mabs-add-storage/mabs-add-storage-3.png)
4853

4954
4. Select the physical disk, and then select **Extend Virtual Disk**.
5055

51-
![Extend the virtual disk](./media/backup-mabs-add-storage/mabs-add-storage-4.png)
56+
![Screenshot shows how to extend the virtual disk.](./media/backup-mabs-add-storage/mabs-add-storage-4.png)
5257

5358
5. Select the virtual disk, and then select **New Volume**.
5459

55-
![Create a new volume](./media/backup-mabs-add-storage/mabs-add-storage-5.png)
60+
![Screenshot shows how to create a new volume.](./media/backup-mabs-add-storage/mabs-add-storage-5.png)
5661

5762
6. In the **Select the server and disk** dialog, select the server and the new disk. Then, select **Next**.
5863

59-
![Select the server and disk](./media/backup-mabs-add-storage/mabs-add-storage-6.png)
64+
![Screenshot shows how to select the server and disk.](./media/backup-mabs-add-storage/mabs-add-storage-6.png)
6065

6166
## Add volumes to Backup Server disk storage
6267

68+
To add a volume to Backup Server, in the **Management** pane, rescan the storage, and then select **Add**. A list of all the volumes available to be added for Backup Server Storage appears. After available volumes are added to the list of selected volumes, you can give them a friendly name to help you manage them. To format these volumes to ReFS so Backup Server can use the benefits of Modern Backup Storage, select **OK**.
69+
70+
![Screenshot shows how to add Available Volumes.](./media/backup-mabs-add-storage/mabs-add-storage-7.png)
71+
6372
> [!NOTE]
6473
>
6574
> - Add only one disk to the pool to keep the column count to 1. You can then add disks as needed afterwards.
6675
> - If you add multiple disks to the storage pool at a go, the number of disks is stored as the number of columns. When more disks are added, they can only be a multiple of the number of columns.
6776
68-
To add a volume to Backup Server, in the **Management** pane, rescan the storage, and then select **Add**. A list of all the volumes available to be added for Backup Server Storage appears. After available volumes are added to the list of selected volumes, you can give them a friendly name to help you manage them. To format these volumes to ReFS so Backup Server can use the benefits of Modern Backup Storage, select **OK**.
69-
70-
![Add Available Volumes](./media/backup-mabs-add-storage/mabs-add-storage-7.png)
71-
7277
## Set up workload-aware storage
7378

7479
With workload-aware storage, you can select the volumes that preferentially store certain kinds of workloads. For example, you can set expensive volumes that support a high number of input/output operations per second (IOPS) to store only the workloads that require frequent, high-volume backups. An example is SQL Server with transaction logs. Other workloads that are backed up less frequently, like VMs, can be backed up to low-cost volumes.
@@ -87,40 +92,40 @@ Update-DPMDiskStorage [-Volume] <Volume> [[-FriendlyName] <String> ] [[-Datasour
8792

8893
The following screenshot shows the Update-DPMDiskStorage cmdlet in the PowerShell window.
8994

90-
![The Update-DPMDiskStorage command in the PowerShell window](./media/backup-mabs-add-storage/mabs-add-storage-8.png)
95+
![Screenshot shows the Update-DPMDiskStorage command in the PowerShel.l window](./media/backup-mabs-add-storage/mabs-add-storage-8.png)
9196

9297
The changes you make by using PowerShell are reflected in the Backup Server Administrator Console.
9398

94-
![Disks and volumes in the Administrator Console](./media/backup-mabs-add-storage/mabs-add-storage-9.png)
99+
![Screenshot shows the disks and volumes in the Administrator Console.](./media/backup-mabs-add-storage/mabs-add-storage-9.png)
95100

96101
## Migrate legacy storage to Modern Backup Storage for MABS v2
97102

98103
After you upgrade to or install Backup Server V2 and upgrade the operating system to Windows Server 2016, update your protection groups to use Modern Backup Storage. By default, protection groups aren't changed. They continue to function as they were initially set up.
99104

100105
Updating protection groups to use Modern Backup Storage is optional. To update the protection group, stop protection of all data sources by using the retain data option. Then, add the data sources to a new protection group.
101106

107+
To migrate legacy storage to Modern Backup Storage for MABS v2, follow these steps:
108+
102109
1. In the Administrator Console, select the **Protection** feature. In the **Protection Group Member** list, right-click the member, and then select **Stop protection of member**.
103110

104-
![Stop protection of member](/system-center/dpm/media/upgrade-to-dpm-2016/dpm-2016-stop-protection1.png)
111+
![Screenshot show how to stop protection of member.](/system-center/dpm/media/upgrade-to-dpm-2016/dpm-2016-stop-protection1.png)
105112

106-
2. In the **Remove from Group** dialog box, review the used disk space and the available free space for the storage pool. The default is to leave the recovery points on the disk and allow them to expire per their associated retention policy. Select **OK**.
113+
2. In the **Remove from Group** dialog box, review the used disk space and the available free space for the storage pool. The default is to leave the recovery points on the disk and allows them to expire per their associated retention policy. Select **OK**.
107114

108115
If you want to immediately return the used disk space to the free storage pool, select the **Delete replica on disk** check box to delete the backup data (and recovery points) associated with that member.
109116

110-
![Remove from Group dialog box](/system-center/dpm/media/upgrade-to-dpm-2016/dpm-2016-retain-data.png)
117+
![Screenshot shows how to remove from Group dialog box.](/system-center/dpm/media/upgrade-to-dpm-2016/dpm-2016-retain-data.png)
111118

112119
3. Create a protection group that uses Modern Backup Storage. Include the unprotected data sources.
113120

114121
## Add disks to increase legacy storage
115122

116123
If you want to use legacy storage with Backup Server, you might need to add disks to increase legacy storage.
117124

118-
To add disk storage:
125+
To add disk storage, follow these steps:
119126

120127
1. In the Administrator Console, select **Management** > **Disk Storage** > **Add**.
121128

122-
123-
124129
2. In the **Add Disk Storage** dialog, select **Add disks**.
125130

126131
3. In the list of available disks, select the disks you want to add, select **Add**, and then select **OK**.

0 commit comments

Comments
 (0)