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
@@ -92,43 +92,12 @@ Now it is possible to achieve SAP Netweaver HA by using shared storage, deployed
92
92
93
93

94
94
95
-
SAP NetWeaver ASCS, SAP NetWeaver SCS, SAP NetWeaver ERS, and the SAP HANA database use virtual hostname and virtual IP addresses. On Azure, a [load balancer](../../../load-balancer/load-balancer-overview.md) is required to use a virtual IP address. We recommend using [Standard load balancer](../../../load-balancer/quickstart-load-balancer-standard-public-portal.md). The following list shows the configuration of the (A)SCS and ERS load balancer.
96
-
97
-
### (A)SCS
98
-
99
-
* Frontend configuration
100
-
* IP address 10.1.1.20
101
-
* Probe Port
102
-
* Port 620<strong><nr></strong>
103
-
* Load-balancing rules
104
-
* If using Standard Load Balancer, select **HA ports**
105
-
* If using Basic Load Balancer, create Load balancing rules for the following ports
106
-
* 32<strong><nr></strong> TCP
107
-
* 36<strong><nr></strong> TCP
108
-
* 39<strong><nr></strong> TCP
109
-
* 81<strong><nr></strong> TCP
110
-
* 5<strong><nr></strong>13 TCP
111
-
* 5<strong><nr></strong>14 TCP
112
-
* 5<strong><nr></strong>16 TCP
113
-
114
-
### ERS
115
-
116
-
* Frontend configuration
117
-
* IP address 10.1.1.21
118
-
* Probe Port
119
-
* Port 621<strong><nr></strong>
120
-
* Load-balancing rules
121
-
* If using Standard Load Balancer, select **HA ports**
122
-
* If using Basic Load Balancer, create Load balancing rules for the following ports
123
-
* 32<strong><nr></strong> TCP
124
-
* 33<strong><nr></strong> TCP
125
-
* 5<strong><nr></strong>13 TCP
126
-
* 5<strong><nr></strong>14 TCP
127
-
* 5<strong><nr></strong>16 TCP
128
-
129
-
* Backend configuration
130
-
* Connected to primary network interfaces of all virtual machines that should be part of the (A)SCS/ERS cluster
95
+
SAP NetWeaver ASCS, SAP NetWeaver SCS, SAP NetWeaver ERS, and the SAP HANA database use virtual hostname and virtual IP addresses. On Azure, a [load balancer](../../../load-balancer/load-balancer-overview.md) is required to use a virtual IP address. We recommend using [Standard load balancer](../../../load-balancer/quickstart-load-balancer-standard-public-portal.md). The presented configuration shows a load balancer with:
131
96
97
+
* Frontend IP address 10.1.1.20 for ASCS
98
+
* Frontend IP address 10.1.1.21 for ERS
99
+
* Probe port 62000 for ASCS
100
+
* Probe port 62101 for ERS
132
101
133
102
## Setting up the Azure NetApp Files infrastructure
134
103
@@ -272,7 +241,7 @@ First you need to create the Azure NetApp Files volumes. Deploy the VMs. Afterwa
272
241
1.**Make sure to enable Floating IP**
273
242
1. Click OK
274
243
* Repeat the steps above to create load balancing rules for ERS (for example **lb.QAS.ERS**)
275
-
1. Alternatively, if your scenario requires basic load balancer (internal), follow these steps:
244
+
1. Alternatively, ***only if*** your scenario requires basic load balancer (internal), follow these configuraton steps instead to create basic load balancer:
276
245
1. Create the frontend IP addresses
277
246
1. IP address 10.1.1.20 for the ASCS
278
247
1. Open the load balancer, select frontend IP pool, and click Add
0 commit comments