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/sap-hana-backup-support-matrix.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: SAP HANA Backup support matrix
3
3
description: In this article, learn about the supported scenarios and limitations when you use Azure Backup to back up SAP HANA databases on Azure VMs.
4
4
ms.topic: reference
5
-
ms.date: 01/27/2025
5
+
ms.date: 04/12/2025
6
6
ms.custom: references_regions
7
7
ms.service: azure-backup
8
8
author: jyothisuri
@@ -22,7 +22,7 @@ Azure Backup supports the backup of SAP HANA databases to Azure. This article su
|**Topology**| SAP HANA running in Azure Linux VMs only | HANA Large Instances (HLI) |
24
24
|**Regions**|**Americas** – Central US, East US 2, East US, North Central US, South Central US, West US 2, West US 3, West Central US, West US, Canada Central, Canada East, Brazil South <br> **Asia Pacific** – Australia Central, Australia Central 2, Australia East, Australia Southeast, Japan East, Japan West, Korea Central, Korea South, East Asia, Southeast Asia, Central India, South India, West India, China East, China East 2, China East 3, China North, China North 2, China North 3 <br> **Europe** – West Europe, North Europe, France Central, UK South, UK West, Germany North, Germany West Central, Switzerland North, Switzerland West, Central Switzerland North, Norway East, Norway West, Sweden Central, Sweden South <br> **Africa / ME** - South Africa North, South Africa West, UAE North, UAE Central <BR> **Azure Government regions**| France South, Germany Central, Germany Northeast, US Gov IOWA |
25
-
|**OS versions**| SLES 12 with SP2, SP3, SP4 and SP5; SLES 15 with SP0, SP1, SP2, SP3, SP4, SP5, and SP6 <br><br> RHEL 7.4, 7.6, 7.7, 7.9, 8.1, 8.2, 8.4, 8.6, 8.8, 9.0, 9.2, and 9.4. ||
25
+
|**OS versions**| SLES 12 with SP2, SP3, SP4, and SP5; SLES 15 with SP0, SP1, SP2, SP3, SP4, SP5, and SP6 <br><br> RHEL 7.4, 7.6, 7.7, 7.9, 8.1, 8.2, 8.4, 8.6, 8.8, 9.0, 9.2, and 9.4. ||
26
26
|**HANA versions**| SDC on HANA 1.x, MDC on HANA 2.x SPS 04, SPS 05 Rev <= 59, SPS 06 (validated for encryption enabled scenarios as well), SPS 07, and SPS 08. ||
27
27
|**Encryption**| SSLEnforce, HANA data encryption ||
28
28
|**HANA Instances**| A single SAP HANA instance on a single Azure VM – scale up only | Multiple SAP HANA instances on a single VM. You can protect only one of these multiple instances at a time. |
@@ -41,7 +41,7 @@ Azure Backup supports the backup of SAP HANA databases to Azure. This article su
41
41
------
42
42
43
43
>[!NOTE]
44
-
>- Azure Backup doesn’t automatically adjust for daylight saving time changes when backing up a SAP HANA database running in an Azure VM. We recommend you to modify the policy manually as needed.
44
+
>- Azure Backup doesn’t automatically adjust for daylight saving time changes when backing up an SAP HANA database running in an Azure VM. We recommend you to modify the policy manually as needed.
45
45
>- You can now [monitor the backup and restore](./sap-hana-db-manage.md#monitor-manual-backup-jobs-in-the-portal) jobs (to the same machine) triggered from HANA native clients (SAP HANA Studio/ Cockpit/ DBA Cockpit) in the Azure portal.
46
46
47
47
## Support for multistreaming data backups
@@ -64,7 +64,24 @@ Azure Backup supports the backup of SAP HANA databases to Azure. This article su
64
64
65
65
Learn more about [SAP HANA Azure Virtual Machine storage](/azure/sap/workloads/hana-vm-operations-storage) and [SAP HANA Azure virtual machine Premium SSD storage configurations](/azure/sap/workloads/hana-vm-premium-ssd-v1) configurations. To configure multistreaming data backups, see the [SAP documentation](https://help.sap.com/docs/SAP_HANA_PLATFORM/6b94445c94ae495c83a19646e7c3fd56/18db704959a24809be8d01cc0a409681.html).
66
66
67
+
## Support for Azure Backup Multiple Components on One System (MCOS)
67
68
69
+
Azure Backup for SAP HANA supports backing up multiple SAP HANA systems (SIDs) on a single host. SAP HANA MCOS support includes the following configurations.
**`HXE` and `HYE` represent two HANA instances running on the same host.*
78
+
79
+
The following table lists the required parameters for adding/removing SAP HANA instances:
80
+
81
+
| Action | Parameter | Description | Example script |
82
+
| --- | --- | --- | --- |
83
+
|**Add an instance**|`--sid`| SAP HANA database instance that you want to protect. <br><br> By default, the first instance is selected. |`./msawb-plugin-config-com-sap-hana.sh --add --sid HXE` <br><br> Or <br><br> `./msawb-plugin-config-com-sap-hana.sh --sid HXE` <br><br> (Default mode is `add` for the script.) <br><br> After you add instances, registration needs to be done on recovery services vault. If a new instance is added later, re-registration is required.|
84
+
|**Remove an instance**|`--sid`| SAP HANA database instance that you want to remove protection. <br><br> **SID** is a mandate parameter for remove. |`./msawb-plugin-config-com-sap-hana.sh --remove --sid HXE`|
0 commit comments