Skip to content

Commit 4328608

Browse files
authored
Merge pull request #93488 from msjuergent/anfcorrections
Clarify the NFS volume for /hana/shared volume
2 parents ea180a9 + 15cb990 commit 4328608

File tree

3 files changed

+26
-25
lines changed

3 files changed

+26
-25
lines changed

articles/virtual-machines/workloads/sap/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: virtual-machines-linux
1515
ms.topic: article
1616
ms.tgt_pltfrm: vm-linux
1717
ms.workload: infrastructure-services
18-
ms.date: 10/21/2019
18+
ms.date: 10/25/2019
1919
ms.author: juergent
2020
ms.custom: H1Hack27Feb2017
2121

@@ -119,6 +119,7 @@ For information on integration of Azure services into SAP components, see:
119119

120120

121121
## Change Log
122+
- 10/25/2019: Changes in [SAP HANA Azure virtual machine storage configurations](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/hana-vm-operations-storage) and [SAP HANA scale-out with standby node on Azure VMs with Azure NetApp Files on SUSE Linux Enterprise Server](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-suse) to clarify NFS protocol for /hana/shared volume
122123
- 10/22/2019: Change in [High availability for SAP NetWeaver on Azure VMs on SUSE Linux Enterprise Server for SAP applications](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse), [High availability for SAP NetWeaver on Azure VMs on SUSE Linux Enterprise Server with Azure NetApp Files for SAP applications](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-netapp-files), [High availability for NFS on Azure VMs on SUSE Linux Enterprise Server](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-nfs), [Setting up Pacemaker on SUSE Linux Enterprise Server in Azure](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker), [High availability of IBM Db2 LUW on Azure VMs on SUSE Linux Enterprise Server with Pacemaker](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/dbms-guide-ha-ibm), and [High availability of SAP HANA on Azure VMs on SUSE Linux Enterprise Server](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-high-availability) for Azure Load-Balancer Detection Hardening
123124
- Changes ANF section and header section in [SAP HANA Azure virtual machine storage configurations](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/hana-vm-operations-storage)
124125
- 10/21/2019: Release of [SAP HANA scale-out with standby node on Azure VMs with Azure NetApp Files on SLES](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-suse)

articles/virtual-machines/workloads/sap/hana-vm-operations-storage.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: virtual-machines-linux
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-linux
1616
ms.workload: infrastructure
17-
ms.date: 10/21/2019
17+
ms.date: 10/25/2019
1818
ms.author: juergent
1919
ms.custom: H1Hack27Feb2017
2020

@@ -38,7 +38,7 @@ The minimum SAP HANA certified conditions for the different storage types are:
3838

3939
- Azure Premium SSD - /hana/log is required to be cached with Azure [Write Accelerator](https://docs.microsoft.com/azure/virtual-machines/linux/how-to-enable-write-accelerator). The /hana/data volume could be placed on Premium SSD without Azure Write Accelerator or on Ultra disk
4040
- Azure Ultra disk at least for the /hana/log volume. The /hana/data volume can be placed on either Premium SSD without Azure Write Accelerator or in order to get faster restart times Ultra disk
41-
- **NFS v4.1** volumes on top of Azure NetApp Files for /hana/log **and** /hana/data
41+
- **NFS v4.1** volumes on top of Azure NetApp Files for /hana/log **and** /hana/data. The volume of /hana/shared can use NFS v3 or NFS v4.1 protocol. The NFS v4.1 protocol is mandatory for /hana/data and/hana/log volumes.
4242

4343
Some of the storage types can be combined. E.g., it is possible to put /hana/data onto Premium Storage and /hana/log can be placed on Ultra disk storage in order to get the required low latency. However, it is not recommended to mix NFS volumes for e.g. /hana/data and use one of the other certified storage types for /hana/log
4444

@@ -228,10 +228,10 @@ In this configuration, you the /hana/data and /hana/log volumes on the same disk
228228
M416xx_v2 VM types are not yet made available by Microsoft to the public. The values listed are intended to be a starting point and need to be evaluated against the real demands. The advantage with Azure Ultra disk is that the values for IOPS and throughput can be adapted without the need to shut down the VM or halting the workload applied to the system.
229229

230230
## NFS v4.1 volumes on Azure NetApp Files
231-
Azure NetApp Files provides native NFS shares that can be used for /hana/shared, /hana/data and /hana/log volumes. Using ANF based NFS shares for these volumes requires the usage of the v4.1 NFS protocol. the NFS protocol v3 is not supported for the usage of HANA related volumes when basing the shares on ANF.
231+
Azure NetApp Files provides native NFS shares that can be used for /hana/shared, /hana/data and /hana/log volumes. Using ANF based NFS shares for the /hana/data and /hana/log volumes requires the usage of the v4.1 NFS protocol. The NFS protocol v3 is not supported for the usage of /hana/data and /hana/log volumes when basing the shares on ANF.
232232

233233
> [!IMPORTANT]
234-
> the NFS v3 protocol implemented on Azure NetApp Files is not supported to be used for /hana/shared, /hana/data and /hana/log
234+
> The NFS v3 protocol implemented on Azure NetApp Files is not supported to be used for /hana/data and /hana/log. The usage of the NFS 4.1 is mandatory for /hana/data and /hana/log volumes from a functional point of view. Whereas for the /hana/shared volume the NFS v3 or the NFS v4.1 protocol can be used from a functional point of view.
235235
236236
### Important considerations
237237
When considering Azure NetApp Files for the SAP Netweaver and SAP HANA, be aware of the following important considerations:
@@ -268,21 +268,21 @@ The [Azure NetApp Files throughput limits](https://docs.microsoft.com/azure/azur
268268

269269
To meet the SAP minimum throughput requirements for data and log, and according to the guidelines for `/hana/shared`, the recommended sizes would look like:
270270

271-
| Volume | Size<br /> Premium Storage tier | Size<br /> Ultra Storage tier |
271+
| Volume | Size<br /> Premium Storage tier | Size<br /> Ultra Storage tier | Supported NFS protocol |
272272
| --- | --- | --- |
273-
| /hana/log/ | 4 TiB | 2 TiB |
274-
| /hana/data | 6.3 TiB | 3.2 TiB |
275-
| /hana/shared | Max(512 GB, 1xRAM) per 4 worker nodes | Max(512 GB, 1xRAM) per 4 worker nodes |
273+
| /hana/log/ | 4 TiB | 2 TiB | v4.1 |
274+
| /hana/data | 6.3 TiB | 3.2 TiB | v4.1 |
275+
| /hana/shared | Max(512 GB, 1xRAM) per 4 worker nodes | Max(512 GB, 1xRAM) per 4 worker nodes | v3 or v4.1 |
276276

277277
The SAP HANA configuration for the layout presented in this article, using Azure NetApp Files Ultra Storage tier would look like:
278278

279-
| Volume | Size<br /> Ultra Storage tier |
279+
| Volume | Size<br /> Ultra Storage tier | Supported NFS protocol |
280280
| --- | --- |
281-
| /hana/log/mnt00001 | 2 TiB |
282-
| /hana/log/mnt00002 | 2 TiB |
283-
| /hana/data/mnt00001 | 3.2 TiB |
284-
| /hana/data/mnt00002 | 3.2 TiB |
285-
| /hana/shared | 2 TiB |
281+
| /hana/log/mnt00001 | 2 TiB | v4.1 |
282+
| /hana/log/mnt00002 | 2 TiB | v4.1 |
283+
| /hana/data/mnt00001 | 3.2 TiB | v4.1 |
284+
| /hana/data/mnt00002 | 3.2 TiB | v4.1 |
285+
| /hana/shared | 2 TiB | v3 or v4.1 |
286286

287287
> [!NOTE]
288288
> The Azure NetApp Files sizing recommendations stated here are targeting to meet the minimum requirements SAP expresses towards their infrastructure providers. In real customer deployments and workload scenarios, that may not be enough. Use these recommendations as a starting point and adapt, based on the requirements of your specific workload.

articles/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-suse.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,21 +171,21 @@ The [Azure NetApp Files throughput limits](https://docs.microsoft.com/azure/azur
171171

172172
To meet the SAP minimum throughput requirements for data and log, and according to the guidelines for `/hana/shared`, the recommended sizes would look like:
173173

174-
| Volume | Size<br /> Premium Storage tier | Size<br /> Ultra Storage tier |
174+
| Volume | Size<br /> Premium Storage tier | Size<br /> Ultra Storage tier | Supported NFS protocol |
175175
| --- | --- | --- |
176-
| /hana/log/ | 4 TiB | 2 TiB |
177-
| /hana/data | 6.3 TiB | 3.2 TiB |
178-
| /hana/shared | Max(512 GB, 1xRAM) per 4 worker nodes | Max(512 GB, 1xRAM) per 4 worker nodes |
176+
| /hana/log/ | 4 TiB | 2 TiB | v4.1 |
177+
| /hana/data | 6.3 TiB | 3.2 TiB | v4.1 |
178+
| /hana/shared | Max(512 GB, 1xRAM) per 4 worker nodes | Max(512 GB, 1xRAM) per 4 worker nodes | v3 or v4.1 |
179179

180180
The SAP HANA configuration for the layout presented in this article, using Azure NetApp Files Ultra Storage tier would look like:
181181

182-
| Volume | Size<br /> Ultra Storage tier |
182+
| Volume | Size<br /> Ultra Storage tier | Supported NFS protocol |
183183
| --- | --- |
184-
| /hana/log/mnt00001 | 2 TiB |
185-
| /hana/log/mnt00002 | 2 TiB |
186-
| /hana/data/mnt00001 | 3.2 TiB |
187-
| /hana/data/mnt00002 | 3.2 TiB |
188-
| /hana/shared | 2 TiB |
184+
| /hana/log/mnt00001 | 2 TiB | v4.1 |
185+
| /hana/log/mnt00002 | 2 TiB | v4.1 |
186+
| /hana/data/mnt00001 | 3.2 TiB | v4.1 |
187+
| /hana/data/mnt00002 | 3.2 TiB | v4.1 |
188+
| /hana/shared | 2 TiB | v3 or v4.1 |
189189

190190
> [!NOTE]
191191
> The Azure NetApp Files sizing recommendations stated here are targeting to meet the minimum requirements SAP expresses towards their infrastructure providers. In real customer deployments and workload scenarios, that may not be enough. Use these recommendations as a starting point and adapt, based on the requirements of your specific workload.

0 commit comments

Comments
 (0)