Skip to content

Commit 50cfde2

Browse files
committed
Update the ILB creation instructions in HA articles to clarify that 2nd ILB is not needed
1 parent 42c9443 commit 50cfde2

File tree

4 files changed

+47
-57
lines changed

4 files changed

+47
-57
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-netapp-files.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: virtual-machines-windows
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-windows
1616
ms.workload: infrastructure-services
17-
ms.date: 02/26/2020
17+
ms.date: 03/26/2020
1818
ms.author: radeltch
1919

2020
---
@@ -100,8 +100,6 @@ SAP NetWeaver ASCS, SAP NetWeaver SCS, SAP NetWeaver ERS, and the SAP HANA datab
100100

101101
* Frontend configuration
102102
* IP address 192.168.14.9
103-
* Backend configuration
104-
* Connected to primary network interfaces of all virtual machines that should be part of the (A)SCS/ERS cluster
105103
* Probe Port
106104
* Port 620<strong>&lt;nr&gt;</strong>
107105
* Load-balancing rules
@@ -118,8 +116,6 @@ SAP NetWeaver ASCS, SAP NetWeaver SCS, SAP NetWeaver ERS, and the SAP HANA datab
118116

119117
* Frontend configuration
120118
* IP address 192.168.14.10
121-
* Backend configuration
122-
* Connected to primary network interfaces of all virtual machines that should be part of the (A)SCS/ERS cluster
123119
* Probe Port
124120
* Port 621<strong>&lt;nr&gt;</strong>
125121
* Load-balancing rules
@@ -130,6 +126,9 @@ SAP NetWeaver ASCS, SAP NetWeaver SCS, SAP NetWeaver ERS, and the SAP HANA datab
130126
* 5<strong>&lt;nr&gt;</strong>14 TCP
131127
* 5<strong>&lt;nr&gt;</strong>16 TCP
132128

129+
* Backend configuration
130+
* Connected to primary network interfaces of all virtual machines that should be part of the (A)SCS/ERS cluster
131+
133132
## Setting up the Azure NetApp Files infrastructure
134133

135134
SAP NetWeaver requires shared storage for the transport and profile directory. Before proceeding with the setup for Azure NetApp files infrastructure, familiarize yourself with the [Azure NetApp Files documentation][anf-azure-doc].
@@ -177,7 +176,7 @@ In this example, the resources were deployed manually via the [Azure portal](htt
177176

178177
### Deploy Linux manually via Azure portal
179178

180-
First you need to create the Azure NetApp Files volumes. Deploy the VMs. Afterwards, you create a load balancer and use the virtual machines in the backend pools.
179+
First you need to create the Azure NetApp Files volumes. Deploy the VMs. Afterwards, you create a load balancer and use the virtual machines in the backend pool.
181180

182181
1. Create load balancer (internal, standard):
183182
1. Create the frontend IP addresses
@@ -188,14 +187,13 @@ First you need to create the Azure NetApp Files volumes. Deploy the VMs. Afterwa
188187
1. Click OK
189188
1. IP address 192.168.14.10 for the ASCS ERS
190189
* Repeat the steps above under "a" to create an IP address for the ERS (for example **192.168.14.10** and **frontend.QAS.ERS**)
191-
1. Create the backend pools
192-
1. Create a backend pool for the ASCS
193-
1. Open the load balancer, select backend pools, and click Add
194-
1. Enter the name of the new backend pool (for example **backend.QAS**)
195-
1. Click Add a virtual machine.
196-
1. Select Virtual machine.
197-
1. Select the virtual machines of the (A)SCS cluster and their IP addresses.
198-
1. Click Add
190+
1. Create the backend pool
191+
1. Open the load balancer, select backend pools, and click Add
192+
1. Enter the name of the new backend pool (for example **backend.QAS**)
193+
1. Click Add a virtual machine.
194+
1. Select Virtual machine.
195+
1. Select the virtual machines of the (A)SCS cluster and their IP addresses.
196+
1. Click Add
199197
1. Create the health probes
200198
1. Port 620**00** for ASCS
201199
1. Open the load balancer, select health probes, and click Add
@@ -223,14 +221,13 @@ First you need to create the Azure NetApp Files volumes. Deploy the VMs. Afterwa
223221
1. Click OK
224222
1. IP address 192.168.14.10 for the ASCS ERS
225223
* Repeat the steps above under "a" to create an IP address for the ERS (for example **192.168.14.10** and **frontend.QAS.ERS**)
226-
1. Create the backend pools
227-
1. Create a backend pool for the ASCS
228-
1. Open the load balancer, select backend pools, and click Add
229-
1. Enter the name of the new backend pool (for example **backend.QAS**)
230-
1. Click Add a virtual machine.
231-
1. Select the Availability Set you created earlier for ASCS
232-
1. Select the virtual machines of the (A)SCS cluster
233-
1. Click OK
224+
1. Create the backend pool
225+
1. Open the load balancer, select backend pools, and click Add
226+
1. Enter the name of the new backend pool (for example **backend.QAS**)
227+
1. Click Add a virtual machine.
228+
1. Select the Availability Set you created earlier for ASCS
229+
1. Select the virtual machines of the (A)SCS cluster
230+
1. Click OK
234231
1. Create the health probes
235232
1. Port 620**00** for ASCS
236233
1. Open the load balancer, select health probes, and click Add

articles/virtual-machines/workloads/sap/high-availability-guide-rhel.md

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: virtual-machines-windows
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-windows
1616
ms.workload: infrastructure-services
17-
ms.date: 02/26/2020
17+
ms.date: 03/26/2020
1818
ms.author: radeltch
1919

2020
---
@@ -89,8 +89,6 @@ SAP NetWeaver ASCS, SAP NetWeaver SCS, SAP NetWeaver ERS, and the SAP HANA datab
8989

9090
* Frontend configuration
9191
* IP address 10.0.0.7
92-
* Backend configuration
93-
* Connected to primary network interfaces of all virtual machines that should be part of the (A)SCS/ERS cluster
9492
* Probe Port
9593
* Port 620<strong>&lt;nr&gt;</strong>
9694
* Load-balancing rules
@@ -108,8 +106,6 @@ SAP NetWeaver ASCS, SAP NetWeaver SCS, SAP NetWeaver ERS, and the SAP HANA datab
108106

109107
* Frontend configuration
110108
* IP address 10.0.0.8
111-
* Backend configuration
112-
* Connected to primary network interfaces of all virtual machines that should be part of the (A)SCS/ERS cluster
113109
* Probe Port
114110
* Port 621<strong>&lt;nr&gt;</strong>
115111
* Load-balancing rules
@@ -121,6 +117,9 @@ SAP NetWeaver ASCS, SAP NetWeaver SCS, SAP NetWeaver ERS, and the SAP HANA datab
121117
* 5<strong>&lt;nr&gt;</strong>14 TCP
122118
* 5<strong>&lt;nr&gt;</strong>16 TCP
123119

120+
* Backend configuration
121+
* Connected to primary network interfaces of all virtual machines that should be part of the (A)SCS/ERS cluster
122+
124123
## Setting up GlusterFS
125124

126125
SAP NetWeaver requires shared storage for the transport and profile directory. Read [GlusterFS on Azure VMs on Red Hat Enterprise Linux for SAP NetWeaver][glusterfs-ha] on how to set up GlusterFS for SAP NetWeaver.
@@ -155,7 +154,7 @@ Follow these steps to deploy the template:
155154

156155
### Deploy Linux manually via Azure portal
157156

158-
You first need to create the virtual machines for this cluster. Afterwards, you create a load balancer and use the virtual machines in the backend pools.
157+
You first need to create the virtual machines for this cluster. Afterwards, you create a load balancer and use the virtual machines in the backend pool.
159158

160159
1. Create a Resource Group
161160
1. Create a Virtual Network
@@ -179,17 +178,14 @@ You first need to create the virtual machines for this cluster. Afterwards, you
179178
1. Set the Assignment to Static and enter the IP address (for example **10.0.0.7**)
180179
1. Click OK
181180
1. IP address 10.0.0.8 for the ASCS ERS
182-
* Repeat the steps above to create an IP address for the ERS (for example **10.0.0.8** and **nw1-aers-backend**)
183-
1. Create the backend pools
184-
1. Create a backend pool for the ASCS
185-
1. Open the load balancer, select backend pools, and click Add
186-
1. Enter the name of the new backend pool (for example **nw1-ascs-backend**)
187-
1. Click Add a virtual machine.
188-
1. Select Virtual machine.
189-
1. Select the virtual machines of the (A)SCS cluster and their IP addresses.
190-
1. Click Add
191-
1. Create a backend pool for the ASCS ERS
192-
* Repeat the steps above to create a backend pool for the ERS (for example **nw1-aers-backend**)
181+
* Repeat the steps above to create an IP address for the ERS (for example **10.0.0.8** and **nw1-aers-frontend**)
182+
1. Create the backend pool
183+
1. Open the load balancer, select ackend pools, and click Add
184+
1. Enter the name of the new backend pool (for example **nw1-backend**)
185+
1. Click Add a virtual machine.
186+
1. Select Virtual machine.
187+
1. Select the virtual machines of the (A)SCS cluster and their IP addresses.
188+
1. Click Add
193189
1. Create the health probes
194190
1. Port 620**00** for ASCS
195191
1. Open the load balancer, select health probes, and click Add
@@ -202,7 +198,7 @@ You first need to create the virtual machines for this cluster. Afterwards, you
202198
1. Load-balancing rules for ASCS
203199
1. Open the load balancer, select load-balancing rules and click Add
204200
1. Enter the name of the new load balancer rule (for example **nw1-lb-ascs**)
205-
1. Select the frontend IP address, backend pool, and health probe you created earlier (for example **nw1-ascs-frontend**, **nw1-ascs-backend** and **nw1-ascs-hp**)
201+
1. Select the frontend IP address, backend pool, and health probe you created earlier (for example **nw1-ascs-frontend**, **nw1-backend** and **nw1-ascs-hp**)
206202
1. Select **HA ports**
207203
1. Increase idle timeout to 30 minutes
208204
1. **Make sure to enable Floating IP**
@@ -216,17 +212,14 @@ You first need to create the virtual machines for this cluster. Afterwards, you
216212
1. Set the Assignment to Static and enter the IP address (for example **10.0.0.7**)
217213
1. Click OK
218214
1. IP address 10.0.0.8 for the ASCS ERS
219-
* Repeat the steps above to create an IP address for the ERS (for example **10.0.0.8** and **nw1-aers-backend**)
220-
1. Create the backend pools
221-
1. Create a backend pool for the ASCS
222-
1. Open the load balancer, select backend pools, and click Add
223-
1. Enter the name of the new backend pool (for example **nw1-ascs-backend**)
224-
1. Click Add a virtual machine.
225-
1. Select the Availability Set you created earlier
226-
1. Select the virtual machines of the (A)SCS cluster
227-
1. Click OK
228-
1. Create a backend pool for the ASCS ERS
229-
* Repeat the steps above to create a backend pool for the ERS (for example **nw1-aers-backend**)
215+
* Repeat the steps above to create an IP address for the ERS (for example **10.0.0.8** and **nw1-aers-frontend**)
216+
1. Create the backend pool
217+
1. Open the load balancer, select backend pools, and click Add
218+
1. Enter the name of the new backend pool (for example **nw1-backend**)
219+
1. Click Add a virtual machine.
220+
1. Select the Availability Set you created earlier
221+
1. Select the virtual machines of the (A)SCS cluster
222+
1. Click OK
230223
1. Create the health probes
231224
1. Port 620**00** for ASCS
232225
1. Open the load balancer, select health probes, and click Add

articles/virtual-machines/workloads/sap/high-availability-guide-suse-netapp-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ In this example, the resources were deployed manually via the [Azure portal](htt
242242

243243
### Deploy Azure Load Balancer manually via Azure portal
244244

245-
First you need to create the Azure NetApp Files volumes. Deploy the VMs. Afterwards, you create a load balancer and use the virtual machines in the backend pools.
245+
First you need to create the Azure NetApp Files volumes. Deploy the VMs. Afterwards, you create a load balancer and use the virtual machines in the backend pool.
246246

247247
1. Create load balancer (internal, standard):
248248
1. Create the frontend IP addresses
@@ -253,7 +253,7 @@ First you need to create the Azure NetApp Files volumes. Deploy the VMs. Afterwa
253253
1. Click OK
254254
1. IP address 10.1.1.21 for the ASCS ERS
255255
* Repeat the steps above under "a" to create an IP address for the ERS (for example **10.1.1.21** and **frontend.QAS.ERS**)
256-
1. Create the backend pools
256+
1. Create the backend pool
257257
1. Open the load balancer, select backend pools, and click Add
258258
1. Enter the name of the new backend pool (for example **backend.QAS**)
259259
1. Click Add a virtual machine.
@@ -287,7 +287,7 @@ First you need to create the Azure NetApp Files volumes. Deploy the VMs. Afterwa
287287
1. Click OK
288288
1. IP address 10.1.1.21 for the ASCS ERS
289289
* Repeat the steps above under "a" to create an IP address for the ERS (for example **10.1.1.21** and **frontend.QAS.ERS**)
290-
1. Create the backend pools
290+
1. Create the backend pool
291291
1. Open the load balancer, select backend pools, and click Add
292292
1. Enter the name of the new backend pool (for example **backend.QAS**)
293293
1. Click Add a virtual machine.

articles/virtual-machines/workloads/sap/high-availability-guide-suse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Follow these steps to deploy the template:
160160

161161
### Deploy Linux manually via Azure portal
162162

163-
You first need to create the virtual machines for this NFS cluster. Afterwards, you create a load balancer and use the virtual machines in the backend pools.
163+
You first need to create the virtual machines for this NFS cluster. Afterwards, you create a load balancer and use the virtual machines in the backend pool.
164164

165165
1. Create a Resource Group
166166
1. Create a Virtual Network
@@ -187,7 +187,7 @@ You first need to create the virtual machines for this NFS cluster. Afterwards,
187187
1. Click OK
188188
1. IP address 10.0.0.8 for the ASCS ERS
189189
* Repeat the steps above to create an IP address for the ERS (for example **10.0.0.8** and **nw1-aers-backend**)
190-
1. Create the backend pools
190+
1. Create the backend pool
191191
1. Open the load balancer, select backend pools, and click Add
192192
1. Enter the name of the new backend pool (for example **nw1-backend**)
193193
1. Click Add a virtual machine.
@@ -221,7 +221,7 @@ You first need to create the virtual machines for this NFS cluster. Afterwards,
221221
1. Click OK
222222
1. IP address 10.0.0.8 for the ASCS ERS
223223
* Repeat the steps above to create an IP address for the ERS (for example **10.0.0.8** and **nw1-aers-frontend**)
224-
1. Create the backend pools
224+
1. Create the backend pool
225225
1. Open the load balancer, select backend pools, and click Add
226226
1. Enter the name of the new backend pool (for example **nw1-backend**)
227227
1. Click Add a virtual machine.

0 commit comments

Comments
 (0)