Skip to content

Commit 67a1f44

Browse files
author
rdeltcheva
committed
HANA with ANF HA guides - nconnect mount option
1 parent bf749d6 commit 67a1f44

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: virtual-machines-sap
99
ms.topic: article
1010
ms.tgt_pltfrm: vm-linux
1111
ms.workload: infrastructure
12-
ms.date: 11/14/2022
12+
ms.date: 11/15/2022
1313
ms.author: radeltch
1414
ms.custom: ignite-fall-2021
1515
---
@@ -599,6 +599,8 @@ In this example each cluster node has its own HANA NFS filesystems /hana/shared,
599599
600600
The suggested timeouts values allow the cluster resources to withstand protocol-specific pause, related to NFSv4.1 lease renewals. For more information see [NFS in NetApp Best practice](https://www.netapp.com/media/10720-tr-4067.pdf). The timeouts in the above configuration may need to be adapted to the specific SAP setup.
601601
602+
For workloads, that require higher throughput, consider using the `nconnect` mount option, as described in [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md#nconnect-mount-option). Check if `nconnect` is [supported by Azure NetApp Files](../../../azure-netapp-files/performance-linux-mount-options.md#nconnect) on your Linux release.
603+
602604
4. **[1]** Configuring Location Constraints
603605
604606
Configure location constraints to ensure that the resources that manage hanadb1 unique mounts can never run on hanadb2, and vice-versa.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: virtual-machines-sap
99
ms.topic: article
1010
ms.tgt_pltfrm: vm-windows
1111
ms.workload: infrastructure-services
12-
ms.date: 05/09/2022
12+
ms.date: 11/15/2022
1313
ms.author: radeltch
1414
---
1515

@@ -448,6 +448,8 @@ Configure and prepare your OS by doing the following steps:
448448
sudo mount -a
449449
</code></pre>
450450

451+
For workloads, that require higher throughput, consider using the `nconnect` mount option, as described in [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md#nconnect-mount-option). Check if `nconnect` is [supported by Azure NetApp Files](../../../azure-netapp-files/performance-linux-mount-options.md#nconnect) on your Linux release.
452+
451453
7. **[1]** Mount the node-specific volumes on **hanadb1**.
452454

453455
<pre><code>

0 commit comments

Comments
 (0)