Skip to content

Commit 1b8e0fa

Browse files
authored
Merge pull request #192984 from rdeltcheva/ilb-chg-g2
ILB changes - clarify standard vs basic configuration g2
2 parents 5a8a1f6 + c157323 commit 1b8e0fa

File tree

4 files changed

+22
-122
lines changed

4 files changed

+22
-122
lines changed

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

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: virtual-machines-sap
99
ms.topic: article
1010
ms.tgt_pltfrm: vm-windows
1111
ms.workload: infrastructure-services
12-
ms.date: 01/24/2022
12+
ms.date: 03/25/2022
1313
ms.author: radeltch
1414
---
1515

@@ -96,47 +96,12 @@ To achieve high availability, SAP NetWeaver requires highly available NFS shares
9696
9797
The NFS server, 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 is required to use a virtual IP address. We recommend using [Standard load balancer](../../../load-balancer/quickstart-load-balancer-standard-public-portal.md).
9898

99-
The following list shows the configuration of the (A)SCS and ERS load balancer for this multi-SID cluster example with three SAP systems. You will need separate frontend IP, health probes, and load-balancing rules for each ASCS and ERS instance for each of the SIDs. Assign all VMs, that are part of the ASCS/ASCS cluster to one backend pool.
100-
101-
### (A)SCS
102-
103-
* Frontend configuration
104-
* IP address for NW1: 10.3.1.14
105-
* IP address for NW2: 10.3.1.16
106-
* IP address for NW3: 10.3.1.13
107-
* Probe Ports
108-
* Port 620<strong>&lt;nr&gt;</strong>, therefore for NW1, NW2, and NW3 probe ports 620**00**, 620**10** and 620**20**
109-
* Load-balancing rules -
110-
* create one for each instance, that is, NW1/ASCS, NW2/ASCS and NW3/ASCS.
111-
* If using Standard Load Balancer, select **HA ports**
112-
* If using Basic Load Balancer, create Load balancing rules for the following ports
113-
* 32<strong>&lt;nr&gt;</strong> TCP
114-
* 36<strong>&lt;nr&gt;</strong> TCP
115-
* 39<strong>&lt;nr&gt;</strong> TCP
116-
* 81<strong>&lt;nr&gt;</strong> TCP
117-
* 5<strong>&lt;nr&gt;</strong>13 TCP
118-
* 5<strong>&lt;nr&gt;</strong>14 TCP
119-
* 5<strong>&lt;nr&gt;</strong>16 TCP
120-
121-
### ERS
122-
123-
* Frontend configuration
124-
* IP address for NW1 10.3.1.15
125-
* IP address for NW2 10.3.1.17
126-
* IP address for NW3 10.3.1.19
127-
* Probe Port
128-
* Port 621<strong>&lt;nr&gt;</strong>, therefore for NW1, NW2, and N# probe ports 621**02**, 621**12** and 621**22**
129-
* Load-balancing rules - create one for each instance, that is, NW1/ERS, NW2/ERS and NW3/ERS.
130-
* If using Standard Load Balancer, select **HA ports**
131-
* If using Basic Load Balancer, create Load balancing rules for the following ports
132-
* 32<strong>&lt;nr&gt;</strong> TCP
133-
* 33<strong>&lt;nr&gt;</strong> TCP
134-
* 5<strong>&lt;nr&gt;</strong>13 TCP
135-
* 5<strong>&lt;nr&gt;</strong>14 TCP
136-
* 5<strong>&lt;nr&gt;</strong>16 TCP
137-
138-
* Backend configuration
139-
* Connected to primary network interfaces of all virtual machines that should be part of the (A)SCS/ERS cluster
99+
The presented configuration for this multi-SID cluster example with three SAP systems shows a load balancer with:
100+
101+
* Frontend IP addresses for ASCS: 10.3.1.14 (NW1), 10.3.1.16 (NW2) and 10.3.1.13 (NW3)
102+
* Frontend IP addresses for ERS: 10.3.1.15 (NW1), 10.3.1.17 (NW2) and 10.3.1.19 (NW3)
103+
* Probe port 62000 for NW1 ASCS, 62010 for NW2 ASCS and 62020 for NW3 ASCS
104+
* Probe port 62102 for NW1 ASCS, 62112 for NW2 ASCS and 62122 for NW3 ASCS
140105

141106
> [!IMPORTANT]
142107
> Floating IP is not supported on a NIC secondary IP configuration in load-balancing scenarios. For details see [Azure Load balancer Limitations](../../../load-balancer/load-balancer-multivip-overview.md#limitations). If you need additional IP address for the VM, deploy a second NIC.

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

Lines changed: 7 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: virtual-machines-sap
1313
ms.topic: article
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: infrastructure-services
16-
ms.date: 01/24/2022
16+
ms.date: 03/25/2022
1717
ms.author: radeltch
1818

1919
---
@@ -92,43 +92,12 @@ Now it is possible to achieve SAP Netweaver HA by using shared storage, deployed
9292

9393
![SAP NetWeaver High Availability overview](./media/high-availability-guide-suse-anf/high-availability-guide-suse-anf.png)
9494

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>&lt;nr&gt;</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>&lt;nr&gt;</strong> TCP
107-
* 36<strong>&lt;nr&gt;</strong> TCP
108-
* 39<strong>&lt;nr&gt;</strong> TCP
109-
* 81<strong>&lt;nr&gt;</strong> TCP
110-
* 5<strong>&lt;nr&gt;</strong>13 TCP
111-
* 5<strong>&lt;nr&gt;</strong>14 TCP
112-
* 5<strong>&lt;nr&gt;</strong>16 TCP
113-
114-
### ERS
115-
116-
* Frontend configuration
117-
* IP address 10.1.1.21
118-
* Probe Port
119-
* Port 621<strong>&lt;nr&gt;</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>&lt;nr&gt;</strong> TCP
124-
* 33<strong>&lt;nr&gt;</strong> TCP
125-
* 5<strong>&lt;nr&gt;</strong>13 TCP
126-
* 5<strong>&lt;nr&gt;</strong>14 TCP
127-
* 5<strong>&lt;nr&gt;</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:
13196

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
132101

133102
## Setting up the Azure NetApp Files infrastructure
134103

@@ -272,7 +241,7 @@ First you need to create the Azure NetApp Files volumes. Deploy the VMs. Afterwa
272241
1. **Make sure to enable Floating IP**
273242
1. Click OK
274243
* 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:
276245
1. Create the frontend IP addresses
277246
1. IP address 10.1.1.20 for the ASCS
278247
1. Open the load balancer, select frontend IP pool, and click Add

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ After you deploy the VMs for your SAP system, create a load balancer. Then, use
252252
1. **Make sure to enable Floating IP**
253253
1. Click OK
254254
* Repeat the steps above to create load balancing rules for ERS (for example **lb.NW1.ERS**)
255-
1. Alternatively, if your scenario requires basic load balancer (internal), follow these steps:
255+
1. Alternatively, ***only if*** your scenario requires basic load balancer (internal), follow these steps instead to create basic load balancer:
256256
1. Create the frontend IP addresses
257257
1. IP address 10.90.90.10 for the ASCS
258258
1. Open the load balancer, select frontend IP pool, and click Add

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

Lines changed: 7 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: virtual-machines-sap
1313
ms.topic: article
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: infrastructure-services
16-
ms.date: 01/24/2022
16+
ms.date: 03/25/2022
1717
ms.author: radeltch
1818

1919
---
@@ -81,46 +81,12 @@ To achieve high availability, SAP NetWeaver requires an NFS server. The NFS serv
8181

8282
![SAP NetWeaver High Availability overview](./media/high-availability-guide-suse/ha-suse.png)
8383

84-
The NFS server, 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 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.
85-
86-
### (A)SCS
87-
88-
* Frontend configuration
89-
* IP address 10.0.0.7
90-
* Probe Port
91-
* Port 620<strong>&lt;nr&gt;</strong>
92-
* Load balancing rules
93-
* If using Standard Load Balancer, select **HA ports**
94-
* If using Basic Load Balancer, create Load balancing rules for the following ports
95-
* 32<strong>&lt;nr&gt;</strong> TCP
96-
* 36<strong>&lt;nr&gt;</strong> TCP
97-
* 39<strong>&lt;nr&gt;</strong> TCP
98-
* 81<strong>&lt;nr&gt;</strong> TCP
99-
* 5<strong>&lt;nr&gt;</strong>13 TCP
100-
* 5<strong>&lt;nr&gt;</strong>14 TCP
101-
* 5<strong>&lt;nr&gt;</strong>16 TCP
102-
103-
* Backend configuration
104-
* Connected to primary network interfaces of all virtual machines that should be part of the (A)SCS/ERS cluster
105-
106-
### ERS
107-
108-
* Frontend configuration
109-
* IP address 10.0.0.8
110-
* Probe Port
111-
* Port 621<strong>&lt;nr&gt;</strong>
112-
* Load-balancing rules
113-
* If using Standard Load Balancer, select **HA ports**
114-
* If using Basic Load Balancer, create Load balancing rules for the following ports
115-
* 32<strong>&lt;nr&gt;</strong> TCP
116-
* 33<strong>&lt;nr&gt;</strong> TCP
117-
* 5<strong>&lt;nr&gt;</strong>13 TCP
118-
* 5<strong>&lt;nr&gt;</strong>14 TCP
119-
* 5<strong>&lt;nr&gt;</strong>16 TCP
120-
121-
* Backend configuration
122-
* Connected to primary network interfaces of all virtual machines that should be part of the (A)SCS/ERS cluster
84+
The NFS server, 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 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:
12385

86+
* Frontend IP address 10.0.0.7 for ASCS
87+
* Frontend IP address 10.0.0.8 for ERS
88+
* Probe port 62000 for ASCS
89+
* Probe port 62101 for ERS
12490

12591
## Setting up a highly available NFS server
12692

@@ -212,7 +178,7 @@ You first need to create the virtual machines for this NFS cluster. Afterwards,
212178
1. **Make sure to enable Floating IP**
213179
1. Click OK
214180
* Repeat the steps above to create load balancing rules for ERS (for example **nw1-lb-ers**)
215-
1. Alternatively, if your scenario requires basic load balancer (internal), follow these steps:
181+
1. Alternatively, ***only if*** your scenario requires basic load balancer (internal), follow these configuraton steps instead to create basic load balancer:
216182
1. Create the frontend IP addresses
217183
1. IP address 10.0.0.7 for the ASCS
218184
1. Open the load balancer, select frontend IP pool, and click Add

0 commit comments

Comments
 (0)