@@ -9,7 +9,7 @@ ms.subservice: sap-vm-workloads
9
9
ms.topic : tutorial
10
10
ms.workload : infrastructure-services
11
11
ms.custom : devx-track-azurecli, devx-track-azurepowershell
12
- ms.date : 01/17 /2024
12
+ ms.date : 02/05 /2024
13
13
ms.author : radeltch
14
14
---
15
15
@@ -267,7 +267,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
267
267
` ` ` bash
268
268
# mount temporarily the volume
269
269
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
271
271
# create the SAP directories
272
272
sudo cd /saptmp
273
273
sudo mkdir -p sapmntNW1
@@ -303,9 +303,9 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
303
303
` ` ` bash
304
304
vi /etc/fstab
305
305
# 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
309
309
310
310
# Mount the file systems
311
311
mount -a
@@ -347,7 +347,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
347
347
348
348
` ` ` bash
349
349
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 ' \
351
351
op start timeout=60s interval=0 \
352
352
op stop timeout=60s interval=0 \
353
353
op monitor interval=20s timeout=40s
@@ -402,7 +402,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
402
402
` ` ` bash
403
403
sudo crm node online sap-cl2
404
404
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 ' \
406
406
op start timeout=60s interval=0 \
407
407
op stop timeout=60s interval=0 \
408
408
op monitor interval=20s timeout=40s
@@ -669,8 +669,8 @@ The following items are prefixed with either **[A]** - applicable to both PAS an
669
669
` ` ` bash
670
670
vi /etc/fstab
671
671
# 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
674
674
675
675
# Mount the file systems
676
676
mount -a
0 commit comments