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
@@ -80,7 +80,6 @@ Before you begin, refer to the following SAP notes and papers:
80
80
*[Red Hat Enterprise Linux Networking Guide](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide)
81
81
* Azure-specific RHEL documentation:
82
82
*[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]
84
83
*[NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md)
85
84
86
85
## Overview
@@ -327,18 +326,15 @@ Configure and prepare your OS by doing the following steps:
327
326
yum install nfs-utils
328
327
</code></pre>
329
328
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.
331
330
332
331
<pre><code>
333
332
vi /etc/sysctl.d/netapp-hana.conf
334
333
# Add the following entries in the configuration file
335
334
net.core.rmem_max = 16777216
336
335
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
342
338
net.core.netdev_max_backlog = 300000
343
339
net.ipv4.tcp_slow_start_after_idle=0
344
340
net.ipv4.tcp_no_metrics_save = 1
@@ -363,7 +359,7 @@ Configure and prepare your OS by doing the following steps:
363
359
> [!TIP]
364
360
> 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).
365
361
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).
367
363
368
364
<pre><code>
369
365
vi /etc/modprobe.d/sunrpc.conf
@@ -704,7 +700,7 @@ In this example for deploying SAP HANA in scale-out configuration with standby n
704
700
-`async_write_submit_active`**on**
705
701
-`async_write_submit_blocks`**all**
706
702
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).
708
704
709
705
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).
0 commit comments