Skip to content

Commit a504e99

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

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

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

Lines changed: 7 additions & 11 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/09/2022
1313
ms.author: radeltch
1414
---
1515

@@ -21,7 +21,7 @@ ms.author: radeltch
2121

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

2626
[2205917]:https://launchpad.support.sap.com/#/notes/2205917
2727
[1944799]:https://launchpad.support.sap.com/#/notes/1944799
@@ -80,7 +80,6 @@ Before you begin, refer to the following SAP notes and papers:
8080
* [Red Hat Enterprise Linux Networking Guide](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide)
8181
* Azure-specific RHEL documentation:
8282
* [Install SAP HANA on Red Hat Enterprise Linux for Use in Microsoft Azure](https://access.redhat.com/public-cloud/microsoft-azure)
83-
* [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure]
8483
* [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md)
8584

8685
## Overview
@@ -327,18 +326,15 @@ Configure and prepare your OS by doing the following steps:
327326
yum install nfs-utils
328327
</code></pre>
329328

330-
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.
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.
331330

332331
<pre><code>
333332
vi /etc/sysctl.d/netapp-hana.conf
334333
# Add the following entries in the configuration file
335334
net.core.rmem_max = 16777216
336335
net.core.wmem_max = 16777216
337-
net.core.rmem_default = 16777216
338-
net.core.wmem_default = 16777216
339-
net.core.optmem_max = 16777216
340-
net.ipv4.tcp_rmem = 65536 16777216 16777216
341-
net.ipv4.tcp_wmem = 65536 16777216 16777216
336+
net.ipv4.tcp_rmem = 4096 131072 16777216
337+
net.ipv4.tcp_wmem = 4096 16384 16777216
342338
net.core.netdev_max_backlog = 300000
343339
net.ipv4.tcp_slow_start_after_idle=0
344340
net.ipv4.tcp_no_metrics_save = 1
@@ -363,7 +359,7 @@ Configure and prepare your OS by doing the following steps:
363359
> [!TIP]
364360
> 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).
365361
366-
5. **[A]** Adjust the sunrpc settings, as recommended in the [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
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).
367363

368364
<pre><code>
369365
vi /etc/modprobe.d/sunrpc.conf
@@ -704,7 +700,7 @@ In this example for deploying SAP HANA in scale-out configuration with standby n
704700
- `async_write_submit_active` **on**
705701
- `async_write_submit_blocks` **all**
706702

707-
For more information, see [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
703+
For more information, see [I/O stack configuration for SAP HANA](https://docs.netapp.com/us-en/netapp-solutions-sap/bp/saphana_aff_nfs_i_o_stack_configuration_for_sap_hana.html).
708704

709705
Starting with SAP HANA 2.0 systems, you can set the parameters in `global.ini`. For more information, see SAP Note [1999930](https://launchpad.support.sap.com/#/notes/1999930).
710706

0 commit comments

Comments
 (0)