@@ -14,7 +14,7 @@ ms.subservice: sap-vm-workloads
14
14
ms.topic : tutorial
15
15
ms.tgt_pltfrm : vm-windows
16
16
ms.workload : infrastructure-services
17
- ms.date : 12/06/2022
17
+ ms.date : 04/25/2023
18
18
ms.author : radeltch
19
19
20
20
---
@@ -396,7 +396,7 @@ The following items are prefixed with:
396
396
` ` ` bash
397
397
# Temporarily mount the volume.
398
398
sudo mkdir -p /saptmp
399
- sudo mount -t nfs sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o vers=4,minorversion= 1,sec=sys
399
+ sudo mount -t nfs sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o vers=4. 1,sec=sys
400
400
# Create the SAP directories.
401
401
sudo cd /saptmp
402
402
sudo mkdir -p sapmntNW1
@@ -424,9 +424,9 @@ The following items are prefixed with:
424
424
With the simple mount configuration, the Pacemaker cluster doesn' t control the file systems.
425
425
426
426
```bash
427
- echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion= 1,sec=sys 0 0" >> /etc/fstab
428
- echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1/ /usr/sap/NW1 nfs vers=4,minorversion= 1,sec=sys 0 0" >> /etc/fstab
429
- echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4,minorversion= 1,sec=sys 0 0" >> /etc/fstab
427
+ echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4. 1,sec=sys 0 0" >> /etc/fstab
428
+ echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1/ /usr/sap/NW1 nfs vers=4. 1,sec=sys 0 0" >> /etc/fstab
429
+ echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4. 1,sec=sys 0 0" >> /etc/fstab
430
430
# Mount the file systems.
431
431
mount -a
432
432
```
@@ -473,9 +473,9 @@ The instructions in this section are applicable only if you're using Azure NetAp
473
473
# Temporarily mount the volume.
474
474
sudo mkdir -p /saptmp
475
475
# If you're using NFSv3:
476
- sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers =3,tcp 10.27.1.5:/sapnw1 /saptmp
476
+ sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,nfsvers =3,tcp 10.27.1.5:/sapnw1 /saptmp
477
477
# If you're using NFSv4.1:
478
- sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers =4.1,sec=sys,tcp 10.27.1.5:/sapnw1 /saptmp
478
+ sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,nfsvers =4.1,sec=sys,tcp 10.27.1.5:/sapnw1 /saptmp
479
479
# Create the SAP directories.
480
480
sudo cd /saptmp
481
481
sudo mkdir -p sapmntNW1
@@ -504,13 +504,13 @@ The instructions in this section are applicable only if you're using Azure NetAp
504
504
505
505
```bash
506
506
# If you' re using NFSv3:
507
- echo " 10.27.1.5:/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers =3,hard 0 0" >> /etc/fstab
508
- echo " 10.27.1.5:/sapnw1/usrsapNW1 /usr/sap/NW1 nfs vers =3,hard 0 0" >> /etc/fstab
509
- echo " 10.27.1.5:/saptrans /usr/sap/trans nfs vers =3,hard 0 0" >> /etc/fstab
507
+ echo " 10.27.1.5:/sapnw1/sapmntNW1 /sapmnt/NW1 nfs nfsvers =3,hard 0 0" >> /etc/fstab
508
+ echo " 10.27.1.5:/sapnw1/usrsapNW1 /usr/sap/NW1 nfs nfsvers =3,hard 0 0" >> /etc/fstab
509
+ echo " 10.27.1.5:/saptrans /usr/sap/trans nfs nfsvers =3,hard 0 0" >> /etc/fstab
510
510
# If you're using NFSv4.1:
511
- echo " 10.27.1.5:/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion= 1,sec=sys,hard 0 0" >> /etc/fstab
512
- echo " 10.27.1.5:/sapnw1/usrsapNW1 /usr/sap/NW1 nfs vers=4,minorversion= 1,sec=sys,hard 0 0" >> /etc/fstab
513
- echo " 10.27.1.5:/saptrans /usr/sap/trans nfs vers=4,minorversion= 1,sec=sys,hard 0 0" >> /etc/fstab
511
+ echo " 10.27.1.5:/sapnw1/sapmntNW1 /sapmnt/NW1 nfs nfsvers=4. 1,sec=sys,hard 0 0" >> /etc/fstab
512
+ echo " 10.27.1.5:/sapnw1/usrsapNW1 /usr/sap/NW1 nfs nfsvers=4. 1,sec=sys,hard 0 0" >> /etc/fstab
513
+ echo " 10.27.1.5:/saptrans /usr/sap/trans nfs nfsvers=4. 1,sec=sys,hard 0 0" >> /etc/fstab
514
514
# Mount the file systems.
515
515
mount -a
516
516
` ` `
@@ -883,8 +883,8 @@ If you're using NFS on Azure Files, use the following instructions to prepare th
883
883
2. Mount the file systems.
884
884
885
885
```bash
886
- echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion= 1,sec=sys 0 0" >> /etc/fstab
887
- echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4,minorversion= 1,sec=sys 0 0" >> /etc/fstab
886
+ echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4. 1,sec=sys 0 0" >> /etc/fstab
887
+ echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4. 1,sec=sys 0 0" >> /etc/fstab
888
888
# Mount the file systems.
889
889
mount -a
890
890
```
@@ -904,11 +904,11 @@ If you're using NFS on Azure NetApp Files, use the following instructions to pre
904
904
905
905
` ` ` bash
906
906
# If you're using NFSv3:
907
- echo " 10.27.1.5:/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers =3,hard 0 0" >> /etc/fstab
908
- echo " 10.27.1.5:/saptrans /usr/sap/trans nfs vers =3, hard 0 0" >> /etc/fstab
907
+ echo " 10.27.1.5:/sapnw1/sapmntNW1 /sapmnt/NW1 nfs nfsvers =3,hard 0 0" >> /etc/fstab
908
+ echo " 10.27.1.5:/saptrans /usr/sap/trans nfs nfsvers =3, hard 0 0" >> /etc/fstab
909
909
# If you're using NFSv4.1:
910
- echo " 10.27.1.5:/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion= 1,sec=sys,hard 0 0" >> /etc/fstab
911
- echo " 10.27.1.5:/saptrans /usr/sap/trans nfs vers=4,minorversion= 1,sec=sys,hard 0 0" >> /etc/fstab
910
+ echo " 10.27.1.5:/sapnw1/sapmntNW1 /sapmnt/NW1 nfs nfsvers=4. 1,sec=sys,hard 0 0" >> /etc/fstab
911
+ echo " 10.27.1.5:/saptrans /usr/sap/trans nfs nfsvers=4. 1,sec=sys,hard 0 0" >> /etc/fstab
912
912
# Mount the file systems.
913
913
mount -a
914
914
` ` `
0 commit comments