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
@@ -367,18 +367,15 @@ For more information about the required ports for SAP HANA, read the chapter [Co
367
367
10.3.0.5 hanadb2
368
368
```
369
369
370
-
2.**[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](https://www.netapp.com/pdf.html?item=/media/17152-tr4746pdf.pdf). Create configuration file */etc/sysctl.d/netapp-hana.conf* for the NetApp configuration settings.
370
+
2.**[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.
371
371
372
372
```
373
373
vi /etc/sysctl.d/netapp-hana.conf
374
374
# Add the following entries in the configuration file
375
375
net.core.rmem_max = 16777216
376
376
net.core.wmem_max = 16777216
377
-
net.core.rmem_default = 16777216
378
-
net.core.wmem_default = 16777216
379
-
net.core.optmem_max = 16777216
380
-
net.ipv4.tcp_rmem = 65536 16777216 16777216
381
-
net.ipv4.tcp_wmem = 65536 16777216 16777216
377
+
net.ipv4.tcp_rmem = 4096 131072 16777216
378
+
net.ipv4.tcp_wmem = 4096 16384 16777216
382
379
net.core.netdev_max_backlog = 300000
383
380
net.ipv4.tcp_slow_start_after_idle=0
384
381
net.ipv4.tcp_no_metrics_save = 1
@@ -402,7 +399,7 @@ For more information about the required ports for SAP HANA, read the chapter [Co
402
399
> [!TIP]
403
400
> 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 information, see SAP note [2382421](https://launchpad.support.sap.com/#/notes/2382421).
404
401
405
-
4.**[A]** Adjust the sunrpc settings, as recommended in the [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files](https://www.netapp.com/pdf.html?item=/media/17152-tr4746pdf.pdf).
402
+
4.**[A]** Adjust the sunrpc settings, as recommended in SAP note [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346).
@@ -74,7 +73,6 @@ Before you begin, refer to the following SAP notes and papers:
74
73
*[SUSE SAP HA Best Practice Guides][suse-ha-guide]: Contains all required information to set up NetWeaver High Availability and SAP HANA System Replication on-premises (to be used as a general baseline; they provide much more detailed information)
75
74
*[SUSE High Availability Extension 12 SP5 Release Notes](https://www.suse.com/releasenotes/x86_64/SLE-HA/12-SP5/)
76
75
*[Handling failed NFS share in SUSE HA cluster for HANA system replication](https://www.suse.com/support/kb/doc/?id=000019904)
77
-
*[NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure]
78
76
*[NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md)
79
77
80
78
## Overview
@@ -267,18 +265,15 @@ Configure and prepare your OS by doing the following steps:
267
265
10.23.1.201 hana-s2-db3-hsr
268
266
```
269
267
270
-
3. **[A]** Prepare the OS for running SAP HANA on NetApp Systems 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.
268
+
3. **[A]** Prepare the OS for running SAP HANA on NetApp Systems 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.
271
269
272
270
<pre><code>
273
271
vi /etc/sysctl.d/netapp-hana.conf
274
272
# Add the following entries in the configuration file
275
273
net.core.rmem_max = 16777216
276
274
net.core.wmem_max = 16777216
277
-
net.core.rmem_default = 16777216
278
-
net.core.wmem_default = 16777216
279
-
net.core.optmem_max = 16777216
280
-
net.ipv4.tcp_rmem = 65536 16777216 16777216
281
-
net.ipv4.tcp_wmem = 65536 16777216 16777216
275
+
net.ipv4.tcp_rmem = 4096 131072 16777216
276
+
net.ipv4.tcp_wmem = 4096 16384 16777216
282
277
net.core.netdev_max_backlog = 300000
283
278
net.ipv4.tcp_slow_start_after_idle=0
284
279
net.ipv4.tcp_no_metrics_save = 1
@@ -302,7 +297,7 @@ Configure and prepare your OS by doing the following steps:
302
297
> [!TIP]
303
298
> 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).
304
299
305
-
4. **[A]** Adjust the sunrpc settings, as recommended in the [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
300
+
4. **[A]** Adjust the sunrpc settings, as recommended in SAP note [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346).
@@ -73,7 +72,6 @@ Before you begin, refer to the following SAP notes and papers:
73
72
*[Azure Virtual Machines DBMS deployment for SAP on Linux][dbms-guide]
74
73
*[SUSE SAP HA Best Practice Guides][suse-ha-guide]: Contains all required information to set up NetWeaver High Availability and SAP HANA System Replication on-premises (to be used as a general baseline; they provide much more detailed information)
75
74
*[SUSE High Availability Extension 12 SP3 Release Notes][suse-ha-12sp3-relnotes]
76
-
*[NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure]
77
75
*[NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md)
78
76
79
77
## Overview
@@ -320,18 +318,15 @@ Configure and prepare your OS by doing the following steps:
320
318
321
319
Reboot the VM to activate the changes.
322
320
323
-
3.**[A]** Prepare the OS for running SAP HANA on NetApp Systems 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.
321
+
3.**[A]** Prepare the OS for running SAP HANA on NetApp Systems 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.
324
322
325
323
<pre><code>
326
324
vi /etc/sysctl.d/netapp-hana.conf
327
325
# Add the following entries in the configuration file
328
326
net.core.rmem_max = 16777216
329
327
net.core.wmem_max = 16777216
330
-
net.core.rmem_default = 16777216
331
-
net.core.wmem_default = 16777216
332
-
net.core.optmem_max = 16777216
333
-
net.ipv4.tcp_rmem = 65536 16777216 16777216
334
-
net.ipv4.tcp_wmem = 65536 16777216 16777216
328
+
net.ipv4.tcp_rmem = 4096 131072 16777216
329
+
net.ipv4.tcp_wmem = 4096 16384 16777216
335
330
net.core.netdev_max_backlog = 300000
336
331
net.ipv4.tcp_slow_start_after_idle=0
337
332
net.ipv4.tcp_no_metrics_save = 1
@@ -356,7 +351,7 @@ Configure and prepare your OS by doing the following steps:
356
351
> [!TIP]
357
352
> 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).
358
353
359
-
4.**[A]** Adjust the sunrpc settings, as recommended in the [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
354
+
4.**[A]** Adjust the sunrpc settings, as recommended in SAP note [3024346 - Linux Kernel Settings for NetApp NFS](https://launchpad.support.sap.com/#/notes/3024346).
360
355
361
356
<pre><code>
362
357
vi /etc/modprobe.d/sunrpc.conf
@@ -628,7 +623,7 @@ In this example for deploying SAP HANA in scale-out configuration with standby n
628
623
-`async_write_submit_active`**on**
629
624
-`async_write_submit_blocks`**all**
630
625
631
-
For more information, see [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
626
+
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).
632
627
633
628
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