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
@@ -390,18 +389,15 @@ For more information about the required ports for SAP HANA, read the chapter [Co
390
389
10.32.0.5 hanadb2
391
390
```
392
391
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.
394
393
395
394
<pre><code>
396
395
vi /etc/sysctl.d/netapp-hana.conf
397
396
# Add the following entries in the configuration file
398
397
net.core.rmem_max = 16777216
399
398
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
405
401
net.core.netdev_max_backlog = 300000
406
402
net.ipv4.tcp_slow_start_after_idle=0
407
403
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
425
421
> [!TIP]
426
422
> 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).
427
423
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).
*[NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md).
87
85
@@ -269,18 +267,15 @@ Configure and prepare your operating system by doing the following:
269
267
10.23.1.207 hana-s2-db3-hsr
270
268
```
271
269
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.
273
271
274
272
<pre><code>
275
273
vi /etc/sysctl.d/netapp-hana.conf
276
274
# Add the following entries in the configuration file
277
275
net.core.rmem_max = 16777216
278
276
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
284
279
net.core.netdev_max_backlog = 300000
285
280
net.ipv4.tcp_slow_start_after_idle=0
286
281
net.ipv4.tcp_no_metrics_save = 1
@@ -304,7 +299,7 @@ Configure and prepare your operating system by doing the following:
304
299
> [!TIP]
305
300
> 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).
306
301
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).
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-rhel.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,7 @@ Configure and prepare your OS by doing the following steps:
326
326
yum install nfs-utils
327
327
</code></pre>
328
328
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.
330
330
331
331
<pre><code>
332
332
vi /etc/sysctl.d/netapp-hana.conf
@@ -359,7 +359,7 @@ Configure and prepare your OS by doing the following steps:
359
359
> [!TIP]
360
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).
361
361
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).
0 commit comments