Skip to content

Commit a881dd2

Browse files
author
rdeltcheva
committed
Updates for HANA shared on NFS on Azure Files - minor
1 parent c1771ef commit a881dd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/workloads/sap/sap-hana-high-availability-scale-out-hsr-suse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ In this example, the shared HANA file systems are deployed on Azure NetApp Files
415415
# Verify that flag vers is set to 4.1
416416
# Example from SITE 1, hana-s1-db1
417417
/hana/shared from 10.23.1.7:/HN1-shared-s1
418-
Flags: rw,noatime,vers=4.1,rsize=262144,wsize=262144,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.23.0.11,local_lock=none,addr=10.23.1.7
418+
Flags: rw,noatime,vers=4.1,rsize=262144,wsize=262144,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.23.0.19,local_lock=none,addr=10.23.1.7
419419
# Example from SITE 2, hana-s2-db1
420420
/hana/shared from 10.23.1.7:/HN1-shared-s2
421421
Flags: rw,noatime,vers=4.1,rsize=262144,wsize=262144,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.23.0.22,local_lock=none,addr=10.23.1.7
@@ -457,10 +457,10 @@ In this example, the shared HANA file systems are deployed on NFS on Azure Files
457457
sudo nfsstat -m
458458
# Example from SITE 1, hana-s1-db1
459459
sapnfsafs.file.core.windows.net:/sapnfsafs/hn1-shared-s1
460-
Flags: rw,relatime,vers=4.1,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.23.0.19,local_lock=none,addr=10.23.0.19
460+
Flags: rw,relatime,vers=4.1,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.23.0.19,local_lock=none,addr=10.23.0.35
461461
# Example from SITE 2, hana-s2-db1
462462
sapnfsafs.file.core.windows.net:/sapnfsafs/hn1-shared-s2
463-
Flags: rw,relatime,vers=4.1,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.23.0.22,local_lock=none,addr=10.23.0.22
463+
Flags: rw,relatime,vers=4.1,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.23.0.22,local_lock=none,addr=10.23.0.35
464464
```
465465
466466
### Prepare the data and log local file systems
@@ -750,7 +750,7 @@ In this example for deploying SAP HANA in scale-out configuration with HSR on Az
750750
# site name: HANA_S1
751751
```
752752

753-
4. **[1,2]** Change the HANA configuration so that communication for HANA system replication if directed though the HANA system replication virtual network interfaces.
753+
4. **[1,2]** Change the HANA configuration so that communication for HANA system replication is directed through the HANA system replication virtual network interfaces.
754754
- Stop HANA on both sites
755755
```bash
756756
sudo -u hn1adm /usr/sap/hostctrl/exe/sapcontrol -nr 03 -function StopSystem HDB

0 commit comments

Comments
 (0)