Skip to content

Commit cc2f934

Browse files
author
AbhishekMallick01
committed
Freshness - MABS installation on Az Stackhub
1 parent 65dc712 commit cc2f934

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

articles/backup/backup-mabs-install-azure-stack.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ title: Install Azure Backup Server on Azure Stack Hub
33
description: In this article, learn how to use Azure Backup Server to protect or back up workloads in Azure Stack Hub.
44
ms.topic: how-to
55
ms.service: azure-backup
6-
ms.date: 04/22/2024
6+
ms.date: 04/30/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010
# Install Azure Backup Server on Azure Stack Hub
1111

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.
1315

1416
> [!NOTE]
1517
> 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
1820
1921
## Prerequisites for the Azure Backup Server environment
2022

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.
2227
23-
### Determining size of virtual machine
28+
### Determine size of virtual machine
2429

2530
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).
2631

@@ -35,11 +40,11 @@ If shared with other virtual machines, the storage account size and IOPS limits
3540
- its own use (a cache location),
3641
- data restored from the cloud (local staging area)
3742

38-
### Configuring Azure Backup temporary disk storage
43+
### Configure Azure Backup temporary disk storage
3944

4045
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.
4146

42-
### Storing backup data on local disk and in Azure
47+
### Store backup data on local disk and in Azure
4348

4449
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.
4550

@@ -51,25 +56,25 @@ Storing backup data in Azure reduces backup infrastructure on Azure Stack Hub. I
5156

5257
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.
5358

54-
### Scaling deployment
59+
### Scale the deployment
5560

5661
If you want to scale your deployment, you have the following options:
5762

5863
- 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).
5964
- Offload data - send older data to Azure and retain only the newest data on the storage attached to the Azure Backup Server.
6065
- Scale out - Add more Azure Backup Servers to protect the workloads.
6166

62-
### .NET Framework
67+
### Check the .NET Framework version
6368

6469
.NET Framework 4.5 or higher must be installed on the virtual machine.
6570

66-
### Joining a domain
71+
### Join a domain
6772

6873
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.
6974

70-
## Using an IaaS VM in Azure Stack Hub
75+
## Use an IaaS VM in Azure Stack Hub
7176

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.
7378

7479
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.
7580

@@ -89,7 +94,7 @@ Always join Azure Backup Server to a domain. If you need to move Azure Backup Se
8994

9095
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).
9196

92-
To edit the storage replication setting:
97+
To edit the storage replication setting, follow these steps:
9398

9499
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.
95100
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:
98103

99104
## Download Azure Backup Server installer
100105

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:
102109

103110
1. From your Azure Stack Hub virtual machine, [sign in to your Azure subscription in the Azure portal](https://portal.azure.com/).
104111
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*
335342
- 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.
336343
- While a subscription is *Expired*, it loses functionality. Scheduled backups don't run while a subscription is *Expired*.
337344

338-
## Troubleshooting
345+
## Troubleshoot the MABS installation errors
339346

340347
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).
341348
You can also refer to [Azure Backup related FAQs](backup-azure-backup-faq.yml)

0 commit comments

Comments
 (0)