You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/sap-hana-high-availability-scale-out-hsr-rhel.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1050,31 +1050,31 @@ Before proceeding further, make sure you have fully configured Red Hat High Avai
1050
1050
1051
1051
To proceed with additional steps on provisioning second virtual IP, make sure you have configured Azure Load Balancer as described in [Deploy Azure load balancer](#deploy-azure-load-balancer) section.
1052
1052
1053
-
1. For **standard** load balancer, follow below additional steps on the same load balancer that you had created in earlier section.
1053
+
For **standard** load balancer, follow below additional steps on the same load balancer that you had created in earlier section.
1054
1054
1055
-
a. Create a second front-end IP pool:
1055
+
1. Create a second front-end IP pool:
1056
1056
1057
-
- Open the load balancer, select**frontend IP pool**, and select**Add**.
1058
-
- Enter the name of the second front-end IP pool (for example, **hana-secondaryIP**).
1059
-
- Set the **Assignment** to **Static** and enter the IP address (for example, **10.23.0.19**).
1060
-
- Select **OK**.
1061
-
- After the new front-end IP pool is created, note the pool IP address.
1057
+
1. Open the load balancer, select**frontend IP pool**, and select**Add**.
1058
+
1. Enter the name of the second front-end IP pool (for example, **hana-secondaryIP**).
1059
+
1. Set the **Assignment** to **Static** and enter the IP address (for example, **10.23.0.19**).
1060
+
1. Select **OK**.
1061
+
1. After the new front-end IP pool is created, note the pool IP address.
1062
1062
1063
-
b. Next, create a health probe:
1063
+
1. Next, create a health probe:
1064
1064
1065
-
- Open the load balancer, select**health probes**, and select**Add**.
1066
-
- Enter the name of the new health probe (for example, **hana-secondaryhp**).
1067
-
- Select **TCP** as the protocol and port **62603**. Keep the **Interval** value set to 5, and the **Unhealthy threshold** value set to 2.
1068
-
- Select **OK**.
1065
+
1. Open the load balancer, select**health probes**, and select**Add**.
1066
+
1. Enter the name of the new health probe (for example, **hana-secondaryhp**).
1067
+
1. Select **TCP** as the protocol and port **62603**. Keep the **Interval** value set to 5, and the **Unhealthy threshold** value set to 2.
1068
+
1. Select **OK**.
1069
1069
1070
-
c. Next, create the load-balancing rules:
1070
+
1. Next, create the load-balancing rules:
1071
1071
1072
-
- Open the load balancer, select**load balancing rules**, and select**Add**.
1073
-
- Enter the name of the new load balancer rule (for example, **hana-secondarylb**).
1074
-
- Select the front-end IP address, the back-end pool, and the health probe that you created earlier (for example, **hana-secondaryIP**, **hana-backend** and **hana-secondaryhp**).
1075
-
- Select **HA Ports**.
1076
-
- Make sure to **enable Floating IP**.
1077
-
- Select **OK**.
1072
+
1. Open the load balancer, select**load balancing rules**, and select**Add**.
1073
+
1. Enter the name of the new load balancer rule (for example, **hana-secondarylb**).
1074
+
1. Select the front-end IP address, the back-end pool, and the health probe that you created earlier (for example, **hana-secondaryIP**, **hana-backend** and **hana-secondaryhp**).
1075
+
1. Select **HA Ports**.
1076
+
1. Make sure to **enable Floating IP**.
1077
+
1. Select **OK**.
1078
1078
1079
1079
### Configure HANA active/read enabled system replication
1080
1080
@@ -1149,11 +1149,11 @@ In the next section, you can find the typical set of failover tests to execute.
1149
1149
1150
1150
Be aware of the second virtual IP behavior, while testing a HANA cluster configured with read-enabled secondary:
1151
1151
1152
-
1. When cluster resource **SAPHana_HN1_HDB03** moves to the secondary site (**S2**), the second virtual IP will move to the other site, i.e. to **hana-s1-db1**. If you have configured AUTOMATED_REGISTER="false" and HANA system replication is not registered automatically, then the second virtual IP will run on **hana-s2-db1**.
1152
+
- When cluster resource **SAPHana_HN1_HDB03** moves to the secondary site (**S2**), the second virtual IP will move to the other site, i.e. to **hana-s1-db1**. If you have configured AUTOMATED_REGISTER="false" and HANA system replication is not registered automatically, then the second virtual IP will run on **hana-s2-db1**.
1153
1153
1154
-
2. When testing server crash, the second virtual IP resources (**secvip_HN1_HDB03**) and Azure load balancer port resource (**secnc_HN1_HDB03**) will run on the primary server alongside the primary virtual IP resources. While the secondary server is down, the applications that are connected to the read-enabled HANA database will connect to the primary HANA database. The behavior is expected - it allows applications that are connected to the read-enabled HANA database to operate, while a secondary server is unavailable.
1154
+
- When testing server crash, the second virtual IP resources (**secvip_HN1_HDB03**) and Azure load balancer port resource (**secnc_HN1_HDB03**) will run on the primary server alongside the primary virtual IP resources. While the secondary server is down, the applications that are connected to the read-enabled HANA database will connect to the primary HANA database. The behavior is expected - it allows applications that are connected to the read-enabled HANA database to operate, while a secondary server is unavailable.
1155
1155
1156
-
3. During failover and fallback, the existing connections for applications, using the second virtual IP to connect to the HANA database may be interrupted.
1156
+
- During failover and fallback, the existing connections for applications, using the second virtual IP to connect to the HANA database may be interrupted.
0 commit comments