Skip to content

Commit e82c603

Browse files
committed
Add clarification that the IP addresses for the ANF volumes are automatically assigned
1 parent b64b4c5 commit e82c603

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-rhel.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,10 @@ Configure and prepare your OS by doing the following steps:
400400
<pre><code>
401401
# Create a temporary directory to mount <b>HN1</b>-shared
402402
mkdir /mnt/tmp
403+
# if using NFSv3 for this volume, mount with the following command
403404
mount <b>10.9.0.4</b>:/<b>HN1</b>-shared /mnt/tmp
405+
# if using NFSv4.1 for this volume, mount with the following command
406+
mount -t nfs -o sec=sys,vers=4.1 <b>10.9.0.4</b>:/<b>HN1</b>-shared /mnt/tmp
404407
cd /mnt/tmp
405408
mkdir shared usr-sap-<b>hanadb1</b> usr-sap-<b>hanadb2</b> usr-sap-<b>hanadb3</b>
406409
# unmount /hana/shared

articles/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-suse.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,10 @@ Configure and prepare your OS by doing the following steps:
391391
<pre><code>
392392
# Create a temporary directory to mount <b>HN1</b>-shared
393393
mkdir /mnt/tmp
394+
# if using NFSv3 for this volume, mount with the following command
394395
mount <b>10.23.1.4</b>:/<b>HN1</b>-shared /mnt/tmp
396+
# if using NFSv4.1 for this volume, mount with the following command
397+
mount -t nfs -o sec=sys,vers=4.1 <b>10.23.1.4</b>:/<b>HN1</b>-shared /mnt/tmp
395398
cd /mnt/tmp
396399
mkdir shared usr-sap-<b>hanadb1</b> usr-sap-<b>hanadb2</b> usr-sap-<b>hanadb3</b>
397400
# unmount /hana/shared

0 commit comments

Comments
 (0)