Skip to content

Commit 9fd8263

Browse files
Merge pull request #235876 from rdeltcheva/anf-nfsvers-3
SAP with ANF - adjust mount options from nfs to nfsvers, part 3
2 parents 049f906 + ef0992d commit 9fd8263

File tree

4 files changed

+26
-25
lines changed

4 files changed

+26
-25
lines changed

articles/sap/workloads/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.assetid: ad8e5c75-0cf6-4564-ae62-ea1246b4e5f2
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-linux
1616
ms.workload: infrastructure-services
17-
ms.date: 04/06/2023
17+
ms.date: 04/25/2023
1818
ms.author: juergent
1919
ms.custom: H1Hack27Feb2017
2020

@@ -65,6 +65,7 @@ In the SAP workload documentation space, you can find the following areas:
6565

6666
## Change Log
6767

68+
- April 25, 2023: Adjust mount options in [HA for HANA Scale-up with ANF on SLES](sap-hana-high-availability-netapp-files-suse.md), [HANA scale-out with standby node with ANF on SLES](./sap-hana-scale-out-standby-netapp-files-suse.md), [HA for HANA Scale-out HA on SLES](sap-hana-high-availability-scale-out-hsr-suse.md), [HA for HANA scale-up with ANF on RHEL](./sap-hana-high-availability-netapp-files-red-hat.md), [HANA scale-out with standby node on Azure VMs with ANF on RHEL](./sap-hana-scale-out-standby-netapp-files-rhel.md), [HA for HANA scale-out on RHEL](./sap-hana-high-availability-scale-out-hsr-rhel.md), [HA for SAP NW on SLES with ANF](./high-availability-guide-suse-netapp-files.md) , [HA for SAP NW on RHEL with ANF](./high-availability-guide-rhel-netapp-files.md) and [HA for SAP NW on SLES with simple mount and NFS](high-availability-guide-suse-nfs-simple-mount.md)
6869
- April 6, 2023: Updates for RHEL 9 in [Setting up Pacemaker on RHEL in Azure](./high-availability-guide-rhel-pacemaker.md)
6970
- March 26, 2023: Adding recommended sector size in [SAP HANA Azure virtual machine Premium SSD v2 storage configurations](./hana-vm-premium-ssd-v2.md)
7071
- March 1, 2023: Change in [HA for SAP HANA on Azure VMs on RHEL](./sap-hana-high-availability-rhel.md) to add configuration for cluster default properties

articles/sap/workloads/sap-hana-high-availability-netapp-files-suse.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: sap-vm-workloads
1111
ms.topic: tutorial
1212
ms.tgt_pltfrm: vm-linux
1313
ms.workload: infrastructure-services
14-
ms.date: 12/07/2022
14+
ms.date: 04/25/2023
1515
ms.author: ampatel
1616

1717
---
@@ -274,16 +274,16 @@ For more information about the required ports for SAP HANA, read the chapter [Co
274274
Example for hanadb1
275275

276276
```output
277-
10.3.1.4:/hanadb1-data-mnt00001 /hana/data/HN1/mnt00001 nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
278-
10.3.1.4:/hanadb1-log-mnt00001 /hana/log/HN1/mnt00001 nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
279-
10.3.1.4:/hanadb1-shared-mnt00001 /hana/shared/HN1 nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
277+
10.3.1.4:/hanadb1-data-mnt00001 /hana/data/HN1/mnt00001 nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
278+
10.3.1.4:/hanadb1-log-mnt00001 /hana/log/HN1/mnt00001 nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
279+
10.3.1.4:/hanadb1-shared-mnt00001 /hana/shared/HN1 nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
280280
```
281281
Example for hanadb2
282282

283283
```output
284-
10.3.1.4:/hanadb2-data-mnt00001 /hana/data/HN1/mnt00001 nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
285-
10.3.1.4:/hanadb2-log-mnt00001 /hana/log/HN1/mnt00001 nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
286-
10.3.1.4:/hanadb2-shared-mnt00001 /hana/shared/HN1 nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
284+
10.3.1.4:/hanadb2-data-mnt00001 /hana/data/HN1/mnt00001 nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
285+
10.3.1.4:/hanadb2-log-mnt00001 /hana/log/HN1/mnt00001 nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
286+
10.3.1.4:/hanadb2-shared-mnt00001 /hana/shared/HN1 nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
287287
```
288288
Mount all volumes
289289

@@ -504,7 +504,7 @@ Create a dummy file system cluster resource, which will monitor and report failu
504504
sudo crm configure primitive rsc_fs_check_HN1_HDB03 Filesystem params \
505505
device="/hana/shared/HN1/check/" \
506506
directory="/hana/shared/check/" fstype=nfs4 \
507-
options="bind,defaults,rw,hard,rsize=262144,wsize=262144,proto=tcp,intr,noatime,_netdev,vers=4,minorversion=1,lock,sec=sys" \
507+
options="bind,defaults,rw,hard,rsize=262144,wsize=262144,proto=tcp,noatime,_netdev,nfsvers=4.1,lock,sec=sys" \
508508
op monitor interval=120 timeout=120 on-fail=fence \
509509
op_params OCF_CHECK_LEVEL=20 \
510510
op start interval=0 timeout=120 \

articles/sap/workloads/sap-hana-high-availability-scale-out-hsr-suse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: sap-vm-workloads
1010
ms.topic: article
1111
ms.tgt_pltfrm: vm-windows
1212
ms.workload: infrastructure-services
13-
ms.date: 01/27/2023
13+
ms.date: 04/25/2023
1414
ms.author: radeltch
1515

1616
---
@@ -391,7 +391,7 @@ In this example, the shared HANA file systems are deployed on Azure NetApp Files
391391
```bash
392392
sudo vi /etc/fstab
393393
# Add the following entry
394-
10.23.1.7:/HN1-shared-s1 /hana/shared nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
394+
10.23.1.7:/HN1-shared-s1 /hana/shared nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
395395
# Mount all volumes
396396
sudo mount -a
397397
```
@@ -401,7 +401,7 @@ In this example, the shared HANA file systems are deployed on Azure NetApp Files
401401
```bash
402402
sudo vi /etc/fstab
403403
# Add the following entry
404-
10.23.1.7:/HN1-shared-s2 /hana/shared nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
404+
10.23.1.7:/HN1-shared-s2 /hana/shared nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
405405
# Mount the volume
406406
sudo mount -a
407407
```
@@ -434,7 +434,7 @@ In this example, the shared HANA file systems are deployed on NFS on Azure Files
434434
```bash
435435
sudo vi /etc/fstab
436436
# Add the following entry
437-
sapnfsafs.file.core.windows.net:/sapnfsafs/hn1-shared-s1 /hana/shared nfs vers=4,minorversion=1,sec=sys 0 0
437+
sapnfsafs.file.core.windows.net:/sapnfsafs/hn1-shared-s1 /hana/shared nfs nfsvers=4.1,sec=sys 0 0
438438
# Mount all volumes
439439
sudo mount -a
440440
```
@@ -444,7 +444,7 @@ In this example, the shared HANA file systems are deployed on NFS on Azure Files
444444
```bash
445445
sudo vi /etc/fstab
446446
# Add the following entries
447-
sapnfsafs.file.core.windows.net:/sapnfsafs/hn1-shared-s2 /hana/shared nfs vers=4,minorversion=1,sec=sys 0 0
447+
sapnfsafs.file.core.windows.net:/sapnfsafs/hn1-shared-s2 /hana/shared nfs nfsvers=4.1,sec=sys 0 0
448448
# Mount the volume
449449
sudo mount -a
450450
```
@@ -799,7 +799,7 @@ Create a dummy file system cluster resource, which will monitor and report failu
799799
crm configure primitive fs_HN1_HDB03_fscheck Filesystem \
800800
params device="/hana/shared/HN1/check" \
801801
directory="/hana/check" fstype=nfs4 \
802-
options="bind,defaults,rw,hard,proto=tcp,intr,noatime,vers=4.1,lock" \
802+
options="bind,defaults,rw,hard,proto=tcp,noatime,nfsvers=4.1,lock" \
803803
op monitor interval=120 timeout=120 on-fail=fence \
804804
op_params OCF_CHECK_LEVEL=20 \
805805
op start interval=0 timeout=120 op stop interval=0 timeout=120

articles/sap/workloads/sap-hana-scale-out-standby-netapp-files-suse.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: sap-vm-workloads
1010
ms.topic: article
1111
ms.tgt_pltfrm: vm-windows
1212
ms.workload: infrastructure-services
13-
ms.date: 11/15/2022
13+
ms.date: 04/25/2023
1414
ms.author: radeltch
1515

1616
---
@@ -381,7 +381,7 @@ Configure and prepare your OS by doing the following steps:
381381
# if using NFSv3 for this volume, mount with the following command
382382
mount <b>10.23.1.4</b>:/<b>HN1</b>-shared /mnt/tmp
383383
# if using NFSv4.1 for this volume, mount with the following command
384-
mount -t nfs -o sec=sys,vers=4.1 <b>10.23.1.4</b>:/<b>HN1</b>-shared /mnt/tmp
384+
mount -t nfs -o sec=sys,nfsvers=4.1 <b>10.23.1.4</b>:/<b>HN1</b>-shared /mnt/tmp
385385
cd /mnt/tmp
386386
mkdir shared usr-sap-<b>hanadb1</b> usr-sap-<b>hanadb2</b> usr-sap-<b>hanadb3</b>
387387
# unmount /hana/shared
@@ -438,11 +438,11 @@ Configure and prepare your OS by doing the following steps:
438438
<pre><code>
439439
sudo vi /etc/fstab
440440
# Add the following entries
441-
10.23.1.5:/<b>HN1</b>-data-mnt00001 /hana/data/<b>HN1</b>/mnt00001 nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
442-
10.23.1.6:/<b>HN1</b>-data-mnt00002 /hana/data/<b>HN1</b>/mnt00002 nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
443-
10.23.1.4:/<b>HN1</b>-log-mnt00001 /hana/log/<b>HN1</b>/mnt00001 nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
444-
10.23.1.6:/<b>HN1</b>-log-mnt00002 /hana/log/HN1/mnt00002 nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
445-
10.23.1.4:/<b>HN1</b>-shared/shared /hana/shared nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
441+
10.23.1.5:/<b>HN1</b>-data-mnt00001 /hana/data/<b>HN1</b>/mnt00001 nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
442+
10.23.1.6:/<b>HN1</b>-data-mnt00002 /hana/data/<b>HN1</b>/mnt00002 nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
443+
10.23.1.4:/<b>HN1</b>-log-mnt00001 /hana/log/<b>HN1</b>/mnt00001 nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
444+
10.23.1.6:/<b>HN1</b>-log-mnt00002 /hana/log/HN1/mnt00002 nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
445+
10.23.1.4:/<b>HN1</b>-shared/shared /hana/shared nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
446446
# Mount all volumes
447447
sudo mount -a
448448
</code></pre>
@@ -454,7 +454,7 @@ Configure and prepare your OS by doing the following steps:
454454
<pre><code>
455455
sudo vi /etc/fstab
456456
# Add the following entries
457-
10.23.1.4:/<b>HN1</b>-shared/usr-sap-<b>hanadb1</b> /usr/sap/<b>HN1</b> nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
457+
10.23.1.4:/<b>HN1</b>-shared/usr-sap-<b>hanadb1</b> /usr/sap/<b>HN1</b> nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
458458
# Mount the volume
459459
sudo mount -a
460460
</code></pre>
@@ -464,7 +464,7 @@ Configure and prepare your OS by doing the following steps:
464464
<pre><code>
465465
sudo vi /etc/fstab
466466
# Add the following entries
467-
10.23.1.4:/<b>HN1</b>-shared/usr-sap-<b>hanadb2</b> /usr/sap/<b>HN1</b> nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
467+
10.23.1.4:/<b>HN1</b>-shared/usr-sap-<b>hanadb2</b> /usr/sap/<b>HN1</b> nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
468468
# Mount the volume
469469
sudo mount -a
470470
</code></pre>
@@ -474,7 +474,7 @@ Configure and prepare your OS by doing the following steps:
474474
<pre><code>
475475
sudo vi /etc/fstab
476476
# Add the following entries
477-
10.23.1.4:/<b>HN1</b>-shared/usr-sap-<b>hanadb3</b> /usr/sap/<b>HN1</b> nfs rw,vers=4,minorversion=1,hard,timeo=600,rsize=262144,wsize=262144,intr,noatime,lock,_netdev,sec=sys 0 0
477+
10.23.1.4:/<b>HN1</b>-shared/usr-sap-<b>hanadb3</b> /usr/sap/<b>HN1</b> nfs rw,nfsvers=4.1,hard,timeo=600,rsize=262144,wsize=262144,noatime,lock,_netdev,sec=sys 0 0
478478
# Mount the volume
479479
sudo mount -a
480480
</code></pre>

0 commit comments

Comments
 (0)