Skip to content

Commit a53ed7f

Browse files
author
rdeltcheva
committed
HANA on ANF - adjust parameters per SAP note 3024346
1 parent a504e99 commit a53ed7f

File tree

3 files changed

+12
-21
lines changed

3 files changed

+12
-21
lines changed

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

Lines changed: 5 additions & 9 deletions
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: 03/24/2021
12+
ms.date: 05/10/2022
1313
ms.author: radeltch
1414
ms.custom: ignite-fall-2021
1515
---
@@ -22,7 +22,6 @@ ms.custom: ignite-fall-2021
2222

2323
[anf-azure-doc]:/azure/azure-netapp-files/
2424
[anf-avail-matrix]:https://azure.microsoft.com/global-infrastructure/services/?products=netapp&regions=all
25-
[anf-sap-applications-azure]:https://www.netapp.com/us/media/tr-4746.pdf
2625

2726
[2205917]:https://launchpad.support.sap.com/#/notes/2205917
2827
[1944799]:https://launchpad.support.sap.com/#/notes/1944799
@@ -390,18 +389,15 @@ For more information about the required ports for SAP HANA, read the chapter [Co
390389
10.32.0.5 hanadb2
391390
```
392391
393-
3. **[A]** Prepare the OS for running SAP HANA on Azure NetApp with NFS, as described in [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure]. Create configuration file */etc/sysctl.d/netapp-hana.conf* for the NetApp configuration settings.
392+
3. **[A]** Prepare the OS for running SAP HANA on Azure NetApp with NFS, as described in SAP note [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346). Create configuration file */etc/sysctl.d/netapp-hana.conf* for the NetApp configuration settings.
394393
395394
<pre><code>
396395
vi /etc/sysctl.d/netapp-hana.conf
397396
# Add the following entries in the configuration file
398397
net.core.rmem_max = 16777216
399398
net.core.wmem_max = 16777216
400-
net.core.rmem_default = 16777216
401-
net.core.wmem_default = 16777216
402-
net.core.optmem_max = 16777216
403-
net.ipv4.tcp_rmem = 65536 16777216 16777216
404-
net.ipv4.tcp_wmem = 65536 16777216 16777216
399+
net.ipv4.tcp_rmem = 4096 131072 16777216
400+
net.ipv4.tcp_wmem = 4096 16384 16777216
405401
net.core.netdev_max_backlog = 300000
406402
net.ipv4.tcp_slow_start_after_idle=0
407403
net.ipv4.tcp_no_metrics_save = 1
@@ -425,7 +421,7 @@ For more information about the required ports for SAP HANA, read the chapter [Co
425421
> [!TIP]
426422
> Avoid setting net.ipv4.ip_local_port_range and net.ipv4.ip_local_reserved_ports explicitly in the sysctl configuration files to allow SAP Host Agent to manage the port ranges. For more details see SAP note [2382421](https://launchpad.support.sap.com/#/notes/2382421).
427423
428-
5. **[A]** Adjust the sunrpc settings, as recommended in the [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
424+
5. **[A]** Adjust the sunrpc settings, as recommended in SAP note [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346).
429425
430426
<pre><code>
431427
vi /etc/modprobe.d/sunrpc.conf

articles/virtual-machines/workloads/sap/sap-hana-high-availability-scale-out-hsr-rhel.md

Lines changed: 5 additions & 10 deletions
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: 02/11/2022
12+
ms.date: 05/10/2022
1313
ms.author: radeltch
1414

1515
---
@@ -22,7 +22,6 @@ ms.author: radeltch
2222

2323
[anf-azure-doc]:../../../azure-netapp-files/index.yml
2424
[anf-avail-matrix]:https://azure.microsoft.com/global-infrastructure/services/?products=netapp&regions=all
25-
[anf-sap-applications-azure]:https://www.netapp.com/us/media/tr-4746.pdf
2625

2726
[2205917]:https://launchpad.support.sap.com/#/notes/2205917
2827
[1944799]:https://launchpad.support.sap.com/#/notes/1944799
@@ -81,7 +80,6 @@ Some readers will benefit from consulting a variety of SAP notes and resources b
8180
* Azure-specific RHEL documentation:
8281
* [Install SAP HANA on Red Hat Enterprise Linux for use in Microsoft Azure](https://access.redhat.com/public-cloud/microsoft-azure).
8382
* [Red Hat Enterprise Linux Solution for SAP HANA scale-out and system replication](https://access.redhat.com/solutions/4386601).
84-
* [NetApp SAP applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
8583
* [Azure NetApp Files documentation][anf-azure-doc].
8684
* [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md).
8785

@@ -269,18 +267,15 @@ Configure and prepare your operating system by doing the following:
269267
10.23.1.207 hana-s2-db3-hsr
270268
```
271269
272-
1. **[A]** Prepare the operating system for running SAP HANA. For more information, see [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure]. Create configuration file */etc/sysctl.d/netapp-hana.conf* for the Azure NetApp Files configuration settings.
270+
1. **[A]** Prepare the operating system for running SAP HANA. For more information, see SAP note [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346). Create configuration file */etc/sysctl.d/netapp-hana.conf* for the Azure NetApp Files configuration settings.
273271
274272
<pre><code>
275273
vi /etc/sysctl.d/netapp-hana.conf
276274
# Add the following entries in the configuration file
277275
net.core.rmem_max = 16777216
278276
net.core.wmem_max = 16777216
279-
net.core.rmem_default = 16777216
280-
net.core.wmem_default = 16777216
281-
net.core.optmem_max = 16777216
282-
net.ipv4.tcp_rmem = 65536 16777216 16777216
283-
net.ipv4.tcp_wmem = 65536 16777216 16777216
277+
net.ipv4.tcp_rmem = 4096 131072 16777216
278+
net.ipv4.tcp_wmem = 4096 16384 16777216
284279
net.core.netdev_max_backlog = 300000
285280
net.ipv4.tcp_slow_start_after_idle=0
286281
net.ipv4.tcp_no_metrics_save = 1
@@ -304,7 +299,7 @@ Configure and prepare your operating system by doing the following:
304299
> [!TIP]
305300
> Avoid setting `net.ipv4.ip_local_port_range` and `net.ipv4.ip_local_reserved_ports` explicitly in the `sysctl` configuration files, to allow the SAP host agent to manage the port ranges. For more details, see SAP note [2382421](https://launchpad.support.sap.com/#/notes/2382421).
306301
307-
1. **[A]** Adjust the `sunrpc` settings, as recommended in [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
302+
1. **[A]** Adjust the `sunrpc` settings, as recommended in SAP note [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346).
308303
309304
<pre><code>
310305
vi /etc/modprobe.d/sunrpc.conf

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Configure and prepare your OS by doing the following steps:
326326
yum install nfs-utils
327327
</code></pre>
328328

329-
3. **[A]** Prepare the OS for running SAP HANA on Azure NetApp with NFS, as described in [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346). Create configuration file */etc/sysctl.d/netapp-hana.conf* for the NetApp configuration settings.
329+
3. **[A]** Prepare the OS for running SAP HANA on Azure NetApp with NFS, as described in SAP note [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346). Create configuration file */etc/sysctl.d/netapp-hana.conf* for the NetApp configuration settings.
330330

331331
<pre><code>
332332
vi /etc/sysctl.d/netapp-hana.conf
@@ -359,7 +359,7 @@ Configure and prepare your OS by doing the following steps:
359359
> [!TIP]
360360
> Avoid setting net.ipv4.ip_local_port_range and net.ipv4.ip_local_reserved_ports explicitly in the sysctl configuration files to allow SAP Host Agent to manage the port ranges. For more details see SAP note [2382421](https://launchpad.support.sap.com/#/notes/2382421).
361361
362-
5. **[A]** Adjust the sunrpc settings, as recommended in the [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346).
362+
5. **[A]** Adjust the sunrpc settings, as recommended in SAP note [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346).
363363

364364
<pre><code>
365365
vi /etc/modprobe.d/sunrpc.conf

0 commit comments

Comments
 (0)