Skip to content

Commit 946c3ff

Browse files
author
AbhishekMallick01
committed
SAP HANA MCOS GA - Doc updates
1 parent 7c1da88 commit 946c3ff

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

articles/backup/sap-hana-backup-support-matrix.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: SAP HANA Backup support matrix
33
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.
44
ms.topic: reference
5-
ms.date: 01/27/2025
5+
ms.date: 04/12/2025
66
ms.custom: references_regions
77
ms.service: azure-backup
88
author: jyothisuri
@@ -22,7 +22,7 @@ Azure Backup supports the backup of SAP HANA databases to Azure. This article su
2222
| -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
2323
| **Topology** | SAP HANA running in Azure Linux VMs only | HANA Large Instances (HLI) |
2424
| **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. | |
2626
| **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. | |
2727
| **Encryption** | SSLEnforce, HANA data encryption | |
2828
| **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
4141
------
4242

4343
>[!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.
4545
>- 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.
4646
4747
## Support for multistreaming data backups
@@ -64,7 +64,24 @@ Azure Backup supports the backup of SAP HANA databases to Azure. This article su
6464

6565
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).
6666

67+
## Support for Azure Backup Multiple Components on One System (MCOS)
6768

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.
70+
71+
| Sap HANA instance | Support |
72+
| --- | --- |
73+
| Standalone (HXE)+ Standalone (HYE) | Supported |
74+
| HSR (HXE) + Standalone (HYE) | Supported |
75+
| HSR (HXE) + HSR (HYE) | Unsupported |
76+
77+
**`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` |
6885

6986
## Next steps
7087

0 commit comments

Comments
 (0)