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-mabs-install-azure-stack.md
+21-14Lines changed: 21 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,15 @@ title: Install Azure Backup Server on Azure Stack Hub
3
3
description: In this article, learn how to use Azure Backup Server to protect or back up workloads in Azure Stack Hub.
4
4
ms.topic: how-to
5
5
ms.service: azure-backup
6
-
ms.date: 04/22/2024
6
+
ms.date: 04/30/2025
7
7
author: jyothisuri
8
8
ms.author: jsuri
9
9
---
10
10
# Install Azure Backup Server on Azure Stack Hub
11
11
12
-
This article explains how to install Azure Backup Server on Azure Stack Hub. With Azure Backup Server, you can protect Infrastructure as a Service (IaaS) workloads such as virtual machines running in Azure Stack Hub. A benefit of using Azure Backup Server to protect your workloads is you can manage all workload protection from a single console.
12
+
This article describes how to install Azure Backup Server on Azure Stack Hub.
13
+
14
+
Microsoft Azure Backup Server (MABS) protects Infrastructure as a Service (IaaS) workloads, including virtual machines running in Azure Stack Hub. It enables you to manage all workload protection from a single console, streamlining your operations.
13
15
14
16
> [!NOTE]
15
17
> To learn about security capabilities, refer to [Azure Backup security features documentation](backup-azure-security-feature.md).
@@ -18,9 +20,12 @@ This article explains how to install Azure Backup Server on Azure Stack Hub. Wit
18
20
19
21
## Prerequisites for the Azure Backup Server environment
20
22
21
-
Consider the recommendations in this section when installing Azure Backup Server in your Azure Stack Hub environment. The Azure Backup Server installer checks that your environment has the necessary prerequisites, but you'll save time by preparing before you install.
23
+
Before you install MicrosoftAzure Backup Server in your Azure Stack Hub environment, ensure that the prerequisites in the following sections are met.
24
+
25
+
>[!Note]
26
+
>Though the Azure Backup Server installer verifies that all prerequisites are met, you can save time by preparing your environment in advance.
22
27
23
-
### Determining size of virtual machine
28
+
### Determine size of virtual machine
24
29
25
30
To run Azure Backup Server on an Azure Stack Hub virtual machine, use size A2 or larger. For assistance in choosing a virtual machine size, download the [Azure Stack Hub VM size calculator](https://www.microsoft.com/download/details.aspx?id=56832).
26
31
@@ -35,11 +40,11 @@ If shared with other virtual machines, the storage account size and IOPS limits
35
40
- its own use (a cache location),
36
41
- data restored from the cloud (local staging area)
37
42
38
-
### Configuring Azure Backup temporary disk storage
43
+
### Configure Azure Backup temporary disk storage
39
44
40
45
Each Azure Stack Hub virtual machine comes with temporary disk storage, which is available to the user as volume `D:\`. The local staging area needed by Azure Backup can be configured to reside in `D:\`, and the cache location can be placed on `C:\`. In this way, no storage needs to be carved away from the data disks attached to the Azure Backup Server virtual machine.
41
46
42
-
### Storing backup data on local disk and in Azure
47
+
### Store backup data on local disk and in Azure
43
48
44
49
Azure Backup Server stores backup data on Azure disks attached to the virtual machine, for operational recovery. Once the disks and storage space are attached to the virtual machine, Azure Backup Server manages storage for you. The amount of backup data storage depends on the number and size of disks attached to each [Azure Stack Hub virtual machine](/azure-stack/user/azure-stack-storage-overview). Each size of Azure Stack Hub VM has a maximum number of disks that can be attached to the virtual machine. For example, A2 is four disks. A3 is eight disks. A4 is 16 disks. Again, the size and number of disks determines the total backup storage pool.
45
50
@@ -51,25 +56,25 @@ Storing backup data in Azure reduces backup infrastructure on Azure Stack Hub. I
51
56
52
57
To store backup data in Azure, create or use a Recovery Services vault. When preparing to back up the Azure Backup Server workload, you [configure the Recovery Services vault](backup-azure-microsoft-azure-backup.md#create-a-recovery-services-vault). Once configured, each time a backup job runs, a recovery point is created in the vault. Each Recovery Services vault holds up to 9999 recovery points. Depending on the number of recovery points created, and how long they're retained, you can retain backup data for many years. For example, you could create monthly recovery points, and retain them for five years.
53
58
54
-
### Scaling deployment
59
+
### Scale the deployment
55
60
56
61
If you want to scale your deployment, you have the following options:
57
62
58
63
- Scale up - Increase the size of the Azure Backup Server virtual machine from A series to D series, and increase the local storage [per the Azure Stack Hub virtual machine instructions](/azure-stack/user/azure-stack-manage-vm-disks).
59
64
- Offload data - send older data to Azure and retain only the newest data on the storage attached to the Azure Backup Server.
60
65
- Scale out - Add more Azure Backup Servers to protect the workloads.
61
66
62
-
### .NET Framework
67
+
### Check the .NET Framework version
63
68
64
69
.NET Framework 4.5 or higher must be installed on the virtual machine.
65
70
66
-
### Joining a domain
71
+
### Join a domain
67
72
68
73
The Azure Backup Server virtual machine must be joined to a domain. A domain user with administrator privileges must install Azure Backup Server on the virtual machine.
69
74
70
-
## Using an IaaS VM in Azure Stack Hub
75
+
## Use an IaaS VM in Azure Stack Hub
71
76
72
-
When choosing a server for Azure Backup Server, start with a Windows Server 2022 Datacenter or Windows Server 2019 Datacenter gallery image. The article, [Create your first Windows virtual machine in the Azure portal](/azure/virtual-machines/windows/quick-create-portal?toc=/azure/virtual-machines/windows/toc.json), provides a tutorial for getting started with the recommended virtual machine. The recommended minimum requirements for the server virtual machine (VM) should be: A2 Standard with two cores and 3.5-GB RAM. Use DPM\MABS [capacity planner](https://www.microsoft.com/download/details.aspx?id=54301) to get the appropriate RAM size and accordingly choose the IaaS VM size.
77
+
When you choose a server for Azure Backup Server, start with a Windows Server 2022 Datacenter or Windows Server 2019 Datacenter gallery image. The article, [Create your first Windows virtual machine in the Azure portal](/azure/virtual-machines/windows/quick-create-portal?toc=/azure/virtual-machines/windows/toc.json), provides a tutorial for getting started with the recommended virtual machine. The recommended minimum requirements for the server virtual machine (VM) should be: A2 Standard with two cores and 3.5-GB RAM. Use DPM\MABS [capacity planner](https://www.microsoft.com/download/details.aspx?id=54301) to get the appropriate RAM size and accordingly choose the IaaS VM size.
73
78
74
79
Protecting workloads with Azure Backup Server has many nuances. The [protection matrix for MABS](./backup-mabs-protection-matrix.md) helps explain these nuances. Before deploying the machine, read this article completely.
75
80
@@ -89,7 +94,7 @@ Always join Azure Backup Server to a domain. If you need to move Azure Backup Se
89
94
90
95
The Recovery Services vault storage replication option allows you to choose between geo-redundant storage and locally redundant storage. By default, Recovery Services vaults use geo-redundant storage. If this vault is your primary vault, leave the storage option set to geo-redundant storage. Choose locally redundant storage if you want a cheaper option that's less durable. Read more about [geo-redundant](../storage/common/storage-redundancy.md#geo-redundant-storage), [locally redundant](../storage/common/storage-redundancy.md#locally-redundant-storage), and [zone-redundant](../storage/common/storage-redundancy.md#zone-redundant-storage) storage options in the [Azure Storage replication overview](../storage/common/storage-redundancy.md).
91
96
92
-
To edit the storage replication setting:
97
+
To edit the storage replication setting, follow these steps:
93
98
94
99
1. Select your vault to open the vault dashboard and the Settings menu. If the **Settings** menu doesn't open, select **All settings** in the vault dashboard.
95
100
2. On the **Settings** menu, select **Backup Infrastructure** > **Backup Configuration** to open the **Backup Configuration** menu. On the **Backup Configuration** menu, choose the storage replication option for your vault.
@@ -98,7 +103,9 @@ To edit the storage replication setting:
98
103
99
104
## Download Azure Backup Server installer
100
105
101
-
There are two ways to download the Azure Backup Server installer. You can download the Azure Backup Server installer from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=55269). You can also download Azure Backup Server installer while you're configuring a Recovery Services vault. The following steps walk you through downloading the installer from the Azure portal while configuring a Recovery Services vault.
106
+
There are two ways to download the Azure Backup Server installer. You can download the Azure Backup Server installer from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=55269). You can also download Azure Backup Server installer while you're configuring a Recovery Services vault.
107
+
108
+
To download the installer from the Azure portal when you configure a Recovery Services vault, follow these steps:
102
109
103
110
1. From your Azure Stack Hub virtual machine, [sign in to your Azure subscription in the Azure portal](https://portal.azure.com/).
104
111
2. In the left-hand menu, select **All Services**.
@@ -335,7 +342,7 @@ It's possible to change an Azure subscription from *Expired* or *Deprovisioned*
335
342
- While a subscription is *Deprovisioned*, it loses functionality. If you restore the subscription to *Active*, it revives the backup/restore functionality. If the backup data on the local disk was retained with a sufficiently large retention period, that backup data can be retrieved. However, backup data in Azure is irretrievably lost once the subscription enters the *Deprovisioned* state.
336
343
- While a subscription is *Expired*, it loses functionality. Scheduled backups don't run while a subscription is *Expired*.
337
344
338
-
## Troubleshooting
345
+
## Troubleshoot the MABS installation errors
339
346
340
347
If Microsoft Azure Backup server fails with errors during the setup phase (backup or restore), see the [error codes document](https://support.microsoft.com/kb/3041338).
341
348
You can also refer to [Azure Backup related FAQs](backup-azure-backup-faq.yml)
0 commit comments