Skip to content

Commit 3b0842d

Browse files
Merge pull request #243547 from rdeltcheva/hana-anf-rhel-zone
HANA with ANF - adjust important considerations
2 parents 7602113 + 6f7271c commit 3b0842d

File tree

3 files changed

+8
-86
lines changed

3 files changed

+8
-86
lines changed

articles/sap/workloads/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.assetid: ad8e5c75-0cf6-4564-ae62-ea1246b4e5f2
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-linux
1616
ms.workload: infrastructure-services
17-
ms.date: 06/26/2023
17+
ms.date: 06/29/2023
1818
ms.author: juergent
1919
ms.custom: H1Hack27Feb2017
2020
---
@@ -64,6 +64,7 @@ In the SAP workload documentation space, you can find the following areas:
6464

6565
## Change Log
6666

67+
- Jun 29, 2023: Update important considerations and sizing information in [HA for HANA scale-up with ANF on RHEL](./sap-hana-high-availability-netapp-files-red-hat.md), [HANA scale-out with standby node on Azure VMs with ANF on RHEL](./sap-hana-scale-out-standby-netapp-files-rhel.md)
6768
- Jun 26, 2023: Update important considerations and sizing information in [HA for HANA Scale-up with ANF on SLES](sap-hana-high-availability-netapp-files-suse.md) and [HANA scale-out with standby node with ANF on SLES](./sap-hana-scale-out-standby-netapp-files-suse.md).
6869
- Jun 23, 2023: Updated Azure scheduled events for SLES in [Pacemaker set up guide](./high-availability-guide-suse-pacemaker.md#configure-pacemaker-for-azure-scheduled-events).
6970
- June 1, 2023: Included virtual machine scale set with flexible orchestration guidelines in SAP workload [planning guide](./planning-guide.md).

articles/sap/workloads/sap-hana-high-availability-netapp-files-red-hat.md

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: sap-vm-workloads
1010
ms.topic: article
1111
ms.tgt_pltfrm: vm-linux
1212
ms.workload: infrastructure
13-
ms.date: 04/25/2023
13+
ms.date: 06/29/2023
1414
ms.author: radeltch
1515
ms.custom: ignite-fall-2021
1616
---
@@ -157,54 +157,18 @@ The following instructions assume that you've already deployed your [Azure virtu
157157

158158
### Important considerations
159159

160-
As you are creating your Azure NetApp Files for SAP HANA Scale-up systems, be aware of the following consideration:
161-
162-
- The minimum capacity pool is 4 tebibytes (TiB).
163-
- The minimum volume size is 100 gibibytes (GiB).
164-
- Azure NetApp Files and all virtual machines where the Azure NetApp Files volumes will be mounted must be in the same Azure virtual network or in [peered virtual networks](../../virtual-network/virtual-network-peering-overview.md) in the same region.
165-
- The selected virtual network must have a subnet that is delegated to Azure NetApp Files.
166-
- The throughput of an Azure NetApp Files volume is a function of the volume quota and service level, as documented in [Service level for Azure NetApp Files](../../azure-netapp-files/azure-netapp-files-service-levels.md). When you are sizing the HANA Azure NetApp volumes, make sure that the resulting throughput meets the HANA system requirements.
167-
- With the Azure NetApp Files [export policy](../../azure-netapp-files/azure-netapp-files-configure-export-policy.md), you can control the allowed clients, the access type (read-write, read only, and so on).
168-
- The Azure NetApp Files feature is not zone-aware yet. Currently, the feature is not deployed in all availability zones in an Azure region. Be aware of the potential latency implications in some Azure regions.
169-
170-
> [!IMPORTANT]
171-
> For SAP HANA workloads, low latency is critical. Work with your Microsoft representative to ensure that the virtual machines and the Azure NetApp Files volumes are deployed in proximity.
160+
As you are creating your Azure NetApp Files volumes for SAP HANA Scale-up systems, be aware of the important considerations documented in [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md#important-considerations).
172161

173162
### Sizing of HANA database on Azure NetApp Files
174163

175164
The throughput of an Azure NetApp Files volume is a function of the volume size and service level, as documented in [Service level for Azure NetApp Files](../../azure-netapp-files/azure-netapp-files-service-levels.md).
176165

177-
As you design the infrastructure for SAP in Azure, be aware of some minimum storage requirements by SAP, which translate into minimum throughput characteristics:
178-
179-
- Read-write on /hana/log of 250 megabytes per second (MB/s) with 1-MB I/O sizes.
180-
- Read activity of at least 400 MB/s for /hana/data for 16-MB and 64-MB I/O sizes.
181-
- Write activity of at least 250 MB/s for /hana/data with 16-MB and 64-MB I/O sizes.
182-
183-
The [Azure NetApp Files throughput limits](../../azure-netapp-files/azure-netapp-files-service-levels.md) per 1 TiB of volume quota are:
184-
185-
- Premium Storage tier - 64 MiB/s.
186-
- Ultra Storage tier - 128 MiB/s.
187-
188-
To meet the SAP minimum throughput requirements for /hana/data and /hana/log, and the guidelines for /hana/shared, the recommended sizes would be:
189-
190-
| Volume | Size of Premium Storage Tier | Size of Ultra Storage Tier | Supported NFS Protocol |
191-
| :----------: | :--------------------------: | :------------------------: | :--------------------: |
192-
| /hana/log | 4 TiB | 2 TiB | v4.1 |
193-
| /hana/data | 6.3 TiB | 3.2 TiB | v4.1 |
194-
| /hana/shared | 1 x RAM | 1 x RAM | v3 or v4.1 |
195-
196-
197-
> [!NOTE]
198-
> The Azure NetApp Files sizing recommendations stated here are targeted to meet the minimum requirements that SAP recommends for their infrastructure providers. In real customer deployments and workload scenarios, these sizes may not be sufficient. Use these recommendations as a starting point and adapt, based on the requirements of your specific workload.
199-
200-
> [!TIP]
201-
> You can resize Azure NetApp Files volumes dynamically, without having to *unmount* the volumes, stop the virtual machines, or stop SAP HANA. This approach allows flexibility to meet both the expected and unforeseen throughput demands of your application.
166+
While designing the infrastructure for SAP HANA on Azure with Azure NetApp Files, be aware of the recommendations in [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md#sizing-for-hana-database-on-azure-netapp-files).
202167

203168
> [!NOTE]
204169
> All commands to mount /hana/shared in this article are presented for NFSv4.1 /hana/shared volumes.
205170
> If you deployed the /hana/shared volumes as NFSv3 volumes, don't forget to adjust the mount commands for /hana/shared for NFSv3.
206171
207-
208172
## Deploy Linux virtual machine via Azure portal
209173

210174
First you need to create the Azure NetApp Files volumes. Then do the following steps:

articles/sap/workloads/sap-hana-scale-out-standby-netapp-files-rhel.md

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: sap-vm-workloads
1010
ms.topic: article
1111
ms.tgt_pltfrm: vm-windows
1212
ms.workload: infrastructure-services
13-
ms.date: 04/25/2023
13+
ms.date: 06/29/2023
1414
ms.author: radeltch
1515
---
1616

@@ -147,56 +147,13 @@ The following instructions assume that you've already deployed your [Azure virtu
147147

148148
### Important considerations
149149

150-
As you're creating your Azure NetApp Files for SAP HANA scale-out with stand by nodes scenario, be aware of the following important considerations:
151-
152-
- The minimum capacity pool is 4 tebibytes (TiB).
153-
- The minimum volume size is 100 gibibytes (GiB).
154-
- Azure NetApp Files and all virtual machines where the Azure NetApp Files volumes will be mounted must be in the same Azure virtual network or in [peered virtual networks](../../virtual-network/virtual-network-peering-overview.md) in the same region.
155-
- The selected virtual network must have a subnet that's delegated to Azure NetApp Files.
156-
- The throughput of an Azure NetApp Files volume is a function of the volume quota and service level, as documented in [Service level for Azure NetApp Files](../../azure-netapp-files/azure-netapp-files-service-levels.md). When you're sizing the HANA Azure NetApp volumes, make sure that the resulting throughput meets the HANA system requirements.
157-
- With the Azure NetApp Files [export policy](../../azure-netapp-files/azure-netapp-files-configure-export-policy.md), you can control the allowed clients, the access type (read-write, read only, and so on).
158-
- The Azure NetApp Files feature isn't zone-aware yet. Currently, the feature isn't deployed in all availability zones in an Azure region. Be aware of the potential latency implications in some Azure regions.
159-
160-
> [!IMPORTANT]
161-
> For SAP HANA workloads, low latency is critical. Work with your Microsoft representative to ensure that the virtual machines and the Azure NetApp Files volumes are deployed in close proximity.
150+
As you're creating your Azure NetApp Files volumes for SAP HANA scale-out with stand by nodes scenario, be aware of the important considerations documented in [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md#important-considerations).
162151

163152
### Sizing for HANA database on Azure NetApp Files
164153

165154
The throughput of an Azure NetApp Files volume is a function of the volume size and service level, as documented in [Service level for Azure NetApp Files](../../azure-netapp-files/azure-netapp-files-service-levels.md).
166155

167-
As you design the infrastructure for SAP in Azure, be aware of some minimum storage requirements by SAP, which translate into minimum throughput characteristics:
168-
169-
- Read-write on /hana/log of 250 megabytes per second (MB/s) with 1-MB I/O sizes.
170-
- Read activity of at least 400 MB/s for /hana/data for 16-MB and 64-MB I/O sizes.
171-
- Write activity of at least 250 MB/s for /hana/data with 16-MB and 64-MB I/O sizes.
172-
173-
The [Azure NetApp Files throughput limits](../../azure-netapp-files/azure-netapp-files-service-levels.md) per 1 TiB of volume quota are:
174-
- Premium Storage tier - 64 MiB/s
175-
- Ultra Storage tier - 128 MiB/s
176-
177-
To meet the SAP minimum throughput requirements for data and log, and the guidelines for /hana/shared, the recommended sizes would be:
178-
179-
| Volume | Size of<br>Premium Storage tier | Size of<br>Ultra Storage tier | Supported NFS protocol |
180-
| --- | --- | --- | --- |
181-
| /hana/log/ | 4 TiB | 2 TiB | v4.1 |
182-
| /hana/data | 6.3 TiB | 3.2 TiB | v4.1 |
183-
| /hana/shared | 1xRAM per 4 worker nodes | 1xRAM per 4 worker nodes | v3 or v4.1 |
184-
185-
The SAP HANA configuration for the layout that's presented in this article, using Azure NetApp Files Ultra Storage tier, would be:
186-
187-
| Volume | Size of<br>Ultra Storage tier | Supported NFS protocol |
188-
| --- | --- | --- |
189-
| /hana/log/mnt00001 | 2 TiB | v4.1 |
190-
| /hana/log/mnt00002 | 2 TiB | v4.1 |
191-
| /hana/data/mnt00001 | 3.2 TiB | v4.1 |
192-
| /hana/data/mnt00002 | 3.2 TiB | v4.1 |
193-
| /hana/shared | 2 TiB | v3 or v4.1 |
194-
195-
> [!NOTE]
196-
> The Azure NetApp Files sizing recommendations stated here are targeted to meet the minimum requirements that SAP recommends for their infrastructure providers. In real customer deployments and workload scenarios, these sizes may not be sufficient. Use these recommendations as a starting point and adapt, based on the requirements of your specific workload.
197-
198-
> [!TIP]
199-
> You can resize Azure NetApp Files volumes dynamically, without having to *unmount* the volumes, stop the virtual machines, or stop SAP HANA. This approach allows flexibility to meet both the expected and unforeseen throughput demands of your application.
156+
While designing the infrastructure for SAP HANA on Azure with Azure NetApp Files, be aware of the recommendations in [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md#sizing-for-hana-database-on-azure-netapp-files).
200157

201158
## Deploy Linux virtual machines via the Azure portal
202159

0 commit comments

Comments
 (0)