Skip to content

Commit 8c54194

Browse files
Merge pull request #265334 from dennispadia/docs/dp-nfs-pacemaker-update
Changes in xNFS and SLES pacemaker documents
2 parents 18c910e + 20f5e90 commit 8c54194

4 files changed

+92
-71
lines changed

articles/sap/workloads/high-availability-guide-rhel-nfs-azure-files.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: sap-on-azure
99
ms.subservice: sap-vm-workloads
1010
ms.topic: tutorial
1111
ms.workload: infrastructure-services
12-
ms.date: 01/18/2024
12+
ms.date: 02/05/2024
1313
ms.author: radeltch
1414
---
1515

@@ -251,7 +251,7 @@ The following items are prefixed with:
251251
```bash
252252
# mount temporarily the volume
253253
sudo mkdir -p /saptmp
254-
sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o vers=4,minorversion=1,sec=sys
254+
sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o noresvport,vers=4,minorversion=1,sec=sys
255255
# create the SAP directories
256256
sudo cd /saptmp
257257
sudo mkdir -p sapmntNW1
@@ -293,9 +293,9 @@ The following items are prefixed with:
293293
```bash
294294
vi /etc/fstab
295295
# Add the following lines to fstab, save and exit
296-
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4,minorversion=1,sec=sys 0 0
297-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion=1,sec=sys 0 0
298-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1sys/ /usr/sap/NW1/SYS nfs vers=4,minorversion=1,sec=sys 0 0
296+
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
297+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
298+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1sys/ /usr/sap/NW1/SYS nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
299299
300300
# Mount the file systems
301301
mount -a
@@ -345,7 +345,7 @@ The following items are prefixed with:
345345
sudo pcs node standby sap-cl2
346346
347347
sudo pcs resource create fs_NW1_ASCS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ascs' \
348-
directory='/usr/sap/NW1/ASCS00' fstype='nfs' force_unmount=safe options='sec=sys,vers=4.1' \
348+
directory='/usr/sap/NW1/ASCS00' fstype='nfs' force_unmount=safe options='noresvport,vers=4,minorversion=1,sec=sys' \
349349
op start interval=0 timeout=60 op stop interval=0 timeout=120 op monitor interval=200 timeout=40 \
350350
--group g-NW1_ASCS
351351
@@ -401,7 +401,7 @@ The following items are prefixed with:
401401
sudo pcs node standby sap-cl1
402402
403403
sudo pcs resource create fs_NW1_AERS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ers' \
404-
directory='/usr/sap/NW1/ERS01' fstype='nfs' force_unmount=safe options='sec=sys,vers=4.1' \
404+
directory='/usr/sap/NW1/ERS01' fstype='nfs' force_unmount=safe options='noresvport,vers=4,minorversion=1,sec=sys' \
405405
op start interval=0 timeout=60 op stop interval=0 timeout=120 op monitor interval=200 timeout=40 \
406406
--group g-NW1_AERS
407407
@@ -687,8 +687,8 @@ The following items are prefixed with:
687687
```bash
688688
vi /etc/fstab
689689
# Add the following lines to fstab, save and exit
690-
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4,minorversion=1,sec=sys 0 0
691-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion=1,sec=sys 0 0
690+
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
691+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
692692
693693
# Mount the file systems
694694
mount -a

articles/sap/workloads/high-availability-guide-suse-nfs-azure-files.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: sap-vm-workloads
99
ms.topic: tutorial
1010
ms.workload: infrastructure-services
1111
ms.custom: devx-track-azurecli, devx-track-azurepowershell
12-
ms.date: 01/17/2024
12+
ms.date: 02/05/2024
1313
ms.author: radeltch
1414
---
1515

@@ -267,7 +267,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
267267
```bash
268268
# mount temporarily the volume
269269
sudo mkdir -p /saptmp
270-
sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o vers=4,minorversion=1,sec=sys
270+
sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o noresvport,vers=4,minorversion=1,sec=sys
271271
# create the SAP directories
272272
sudo cd /saptmp
273273
sudo mkdir -p sapmntNW1
@@ -303,9 +303,9 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
303303
```bash
304304
vi /etc/fstab
305305
# Add the following lines to fstab, save and exit
306-
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4,minorversion=1,sec=sys 0 0
307-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion=1,sec=sys 0 0
308-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1sys/ /usr/sap/NW1/SYS nfs vers=4,minorversion=1,sec=sys 0 0
306+
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
307+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
308+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1sys/ /usr/sap/NW1/SYS nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
309309
310310
# Mount the file systems
311311
mount -a
@@ -347,7 +347,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
347347

348348
```bash
349349
sudo crm node standby sap-cl2
350-
sudo crm configure primitive fs_NW1_ASCS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ascs' directory='/usr/sap/NW1/ASCS00' fstype='nfs' options='sec=sys,vers=4.1' \
350+
sudo crm configure primitive fs_NW1_ASCS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ascs' directory='/usr/sap/NW1/ASCS00' fstype='nfs' options='noresvport,vers=4,minorversion=1,sec=sys' \
351351
op start timeout=60s interval=0 \
352352
op stop timeout=60s interval=0 \
353353
op monitor interval=20s timeout=40s
@@ -402,7 +402,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
402402
```bash
403403
sudo crm node online sap-cl2
404404
sudo crm node standby sap-cl1
405-
sudo crm configure primitive fs_NW1_ERS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ers' directory='/usr/sap/NW1/ERS01' fstype='nfs' options='sec=sys,vers=4.1' \
405+
sudo crm configure primitive fs_NW1_ERS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ers' directory='/usr/sap/NW1/ERS01' fstype='nfs' options='noresvport,vers=4,minorversion=1,sec=sys' \
406406
op start timeout=60s interval=0 \
407407
op stop timeout=60s interval=0 \
408408
op monitor interval=20s timeout=40s
@@ -669,8 +669,8 @@ The following items are prefixed with either **[A]** - applicable to both PAS an
669669
```bash
670670
vi /etc/fstab
671671
# Add the following lines to fstab, save and exit
672-
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4,minorversion=1,sec=sys 0 0
673-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion=1,sec=sys 0 0
672+
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
673+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
674674
675675
# Mount the file systems
676676
mount -a

articles/sap/workloads/high-availability-guide-suse-nfs-simple-mount.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: sap-vm-workloads
99
ms.topic: tutorial
1010
ms.workload: infrastructure-services
1111
ms.custom: devx-track-azurecli, devx-track-azurepowershell
12-
ms.date: 01/17/2024
12+
ms.date: 02/05/2024
1313
ms.author: radeltch
1414
---
1515

@@ -346,7 +346,7 @@ The following items are prefixed with:
346346
```bash
347347
# Temporarily mount the volume.
348348
sudo mkdir -p /saptmp
349-
sudo mount -t nfs sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o vers=4.1,sec=sys
349+
sudo mount -t nfs sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o noresvport,vers=4,minorversion=1,sec=sys
350350
# Create the SAP directories.
351351
sudo cd /saptmp
352352
sudo mkdir -p sapmntNW1
@@ -374,9 +374,9 @@ The following items are prefixed with:
374374
With the simple mount configuration, the Pacemaker cluster doesn't control the file systems.
375375
376376
```bash
377-
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4.1,sec=sys 0 0" >> /etc/fstab
378-
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1/ /usr/sap/NW1 nfs vers=4.1,sec=sys 0 0" >> /etc/fstab
379-
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4.1,sec=sys 0 0" >> /etc/fstab
377+
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0" >> /etc/fstab
378+
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1/ /usr/sap/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0" >> /etc/fstab
379+
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0" >> /etc/fstab
380380
# Mount the file systems.
381381
mount -a
382382
```
@@ -843,8 +843,8 @@ If you're using NFS on Azure Files, use the following instructions to prepare th
843843
2. Mount the file systems.
844844
845845
```bash
846-
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4.1,sec=sys 0 0" >> /etc/fstab
847-
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4.1,sec=sys 0 0" >> /etc/fstab
846+
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0" >> /etc/fstab
847+
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0" >> /etc/fstab
848848
# Mount the file systems.
849849
mount -a
850850
```

0 commit comments

Comments
 (0)