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
@@ -64,6 +64,7 @@ In the SAP workload documentation space, you can find the following areas:
64
64
65
65
## Change Log
66
66
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)
67
68
- 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).
68
69
- 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).
69
70
- June 1, 2023: Included virtual machine scale set with flexible orchestration guidelines in SAP workload [planning guide](./planning-guide.md).
Copy file name to clipboardExpand all lines: articles/sap/workloads/sap-hana-scale-out-standby-netapp-files-rhel.md
+3-46Lines changed: 3 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.subservice: sap-vm-workloads
10
10
ms.topic: article
11
11
ms.tgt_pltfrm: vm-windows
12
12
ms.workload: infrastructure-services
13
-
ms.date: 04/25/2023
13
+
ms.date: 06/29/2023
14
14
ms.author: radeltch
15
15
---
16
16
@@ -147,56 +147,13 @@ The following instructions assume that you've already deployed your [Azure virtu
147
147
148
148
### Important considerations
149
149
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).
162
151
163
152
### Sizing for HANA database on Azure NetApp Files
164
153
165
154
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).
166
155
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:
> 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).
200
157
201
158
## Deploy Linux virtual machines via the Azure portal
0 commit comments