@@ -158,7 +158,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
158
158
``` bash
159
159
# mount temporarily the volume
160
160
sudo mkdir -p /saptmp
161
- sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o vers=4,minorversion=1,sec=sys
161
+ sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o noresvport, vers=4,minorversion=1,sec=sys
162
162
163
163
# create the SAP directories
164
164
sudo cd /saptmp
@@ -269,7 +269,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
269
269
270
270
# If using NFS on Azure files
271
271
sudo pcs resource create fs_NW1_PAS Filesystem device=' sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1D02' \
272
- directory=' /usr/sap/NW1/D02' fstype=' nfs' force_unmount=safe options=' sec=sys ,vers=4.1 ' \
272
+ directory=' /usr/sap/NW1/D02' fstype=' nfs' force_unmount=safe options=' noresvport ,vers=4,minorversion=1,sec=sys ' \
273
273
op start interval=0 timeout=60 \
274
274
op stop interval=0 timeout=120 \
275
275
op monitor interval=200 timeout=40 \
@@ -447,7 +447,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
447
447
448
448
# If using NFS on Azure files
449
449
sudo pcs resource create fs_NW1_AAS Filesystem device=' sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1D03' \
450
- directory=' /usr/sap/NW1/D03' fstype=' nfs' force_unmount=safe options=' sec=sys ,vers=4.1 ' \
450
+ directory=' /usr/sap/NW1/D03' fstype=' nfs' force_unmount=safe options=' noresvport ,vers=4,minorversion=1,sec=sys ' \
451
451
op start interval=0 timeout=60 \
452
452
op stop interval=0 timeout=120 \
453
453
op monitor interval=200 timeout=40 \
0 commit comments