@@ -276,7 +276,9 @@ Azure NetApp Files requires a delegated subnet, which must be part of the same v
276
276
277
277
1 . Create the delegated subnet for * Microsoft.NetApp/volumes* .
278
278
279
- ![ Screenshot that shows selections for adding a delegated subnet.] ( media/lama/sap-lama-addsubnet-50.png )
279
+ ![ Screenshot that shows selections for adding subnet.] ( media/lama/sap-lama-addsubnet-50.png )
280
+
281
+ ![ Screenshot that shows selections for choosing subnet delegation.] ( media/lama/sap-lama-addsubnet2-50.png )
280
282
281
283
![ Screenshot that shows a list of subnets.] ( media/lama/sap-lama-subnets.png )
282
284
@@ -322,10 +324,10 @@ Azure NetApp Files requires a delegated subnet, which must be part of the same v
322
324
1. Mount the Azure NetApp Files volumes by using the following commands:
323
325
324
326
` ` ` bash
325
- # sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=3,tcp 9.9.9.132 :/an1-home-sidadm /home/an1adm
326
- # sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=3,tcp 9.9.9.132 :/an1-sapmnt-sid /sapmnt/AN1
327
- # sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=3,tcp 9.9.9.132 :/an1-usr-sap-sid /usr/sap/AN1
328
- # sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=3,tcp 9.9.9.132 :/global-usr-sap-trans /usr/sap/trans
327
+ # sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=3,tcp 10.1.0.133 :/an1-home-sidadm /home/an1adm
328
+ # sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=3,tcp 10.1.0.134 :/an1-sapmnt-sid /sapmnt/AN1
329
+ # sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=3,tcp 10.1.0.134 :/an1-usr-sap-sid /usr/sap/AN1
330
+ # sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=3,tcp 10.1.0.134 :/global-usr-sap-trans /usr/sap/trans
329
331
` ` `
330
332
331
333
You can also look up the mount commands from the portal. The local mount points need to be adjusted.
0 commit comments