Skip to content

Commit 963eefa

Browse files
committed
Change the screenshots using public IPs to private IPs for SFI security problem.
1 parent 145a045 commit 963eefa

9 files changed

+7
-5
lines changed

articles/sap/workloads/lama-installation.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ Azure NetApp Files requires a delegated subnet, which must be part of the same v
276276

277277
1. Create the delegated subnet for *Microsoft.NetApp/volumes*.
278278

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)
280282

281283
![Screenshot that shows a list of subnets.](media/lama/sap-lama-subnets.png)
282284

@@ -322,10 +324,10 @@ Azure NetApp Files requires a delegated subnet, which must be part of the same v
322324
1. Mount the Azure NetApp Files volumes by using the following commands:
323325

324326
```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
329331
```
330332

331333
You can also look up the mount commands from the portal. The local mount points need to be adjusted.
4.68 KB
Loading
73.8 KB
Loading
-30.1 KB
Loading
-177 KB
Loading
-155 KB
Loading
-138 KB
Loading
-14.9 KB
Loading
-56.9 KB
Loading

0 commit comments

Comments
 (0)