Skip to content

Commit 27e16eb

Browse files
author
rdeltcheva
committed
Remove ILB limitation for secondary IP in backend pool
1 parent 71b5f04 commit 27e16eb

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

articles/sap/workloads/sap-hana-high-availability-netapp-files-suse.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: linux-related-content, devx-track-azurecli, devx-track-azurepowershel
88
ms.service: sap-on-azure
99
ms.subservice: sap-vm-workloads
1010
ms.topic: tutorial
11-
ms.date: 01/16/2024
11+
ms.date: 06/18/2024
1212
ms.author: ampatel
1313
---
1414

@@ -171,10 +171,7 @@ During VM configuration, you have an option to create or select the existing loa
171171

172172
---
173173

174-
For more information about the required ports for SAP HANA, read the chapter [Connections to Tenant Databases](https://help.sap.com/viewer/78209c1d3a9b41cd8624338e42a12bf6/latest/en-US/7a9343c9f2a2436faa3cfdb5ca00c052.html) in the [SAP HANA Tenant Databases](https://help.sap.com/viewer/78209c1d3a9b41cd8624338e42a12bf6) guide or SAP Note [2388694](https://launchpad.support.sap.com/#/notes/2388694).
175-
176-
> [!IMPORTANT]
177-
> Floating IP isn't supported on a NIC secondary IP configuration in load-balancing scenarios. For more information, see [Azure Load Balancer limitations](../../load-balancer/load-balancer-multivip-overview.md#limitations). If you need more IP addresses for the VM, deploy a second NIC.
174+
For more information about the required ports for SAP HANA, read the chapter [Connections to Tenant Databases](https://help.sap.com/viewer/78209c1d3a9b41cd8624338e42a12bf6/latest/en-US/7a9343c9f2a2436faa3cfdb5ca00c052.html) in the [SAP HANA Tenant Databases](https://help.sap.com/viewer/78209c1d3a9b41cd8624338e42a12bf6) guide or SAP Note [2388694](https://launchpad.support.sap.com/#/notes/2388694).
178175

179176
When VMs without public IP addresses are placed in the back-end pool of internal (no public IP address) Standard Azure Load Balancer, there's no outbound internet connectivity unless more configuration is performed to allow routing to public endpoints. For more information on how to achieve outbound connectivity, see [Public endpoint connectivity for VMs using Azure Standard Load Balancer in SAP high-availability scenarios](./high-availability-guide-standard-load-balancer-outbound-connections.md).
180177

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: sap-on-azure
77
ms.subservice: sap-vm-workloads
88
ms.topic: article
99
ms.custom: devx-track-azurecli, devx-track-azurepowershell, linux-related-content
10-
ms.date: 01/16/2024
10+
ms.date: 06/18/2024
1111
ms.author: radeltch
1212
---
1313

@@ -184,8 +184,6 @@ The full set of PowerShell code display the setup of the load balancer, which in
184184

185185
---
186186

187-
> [!IMPORTANT]
188-
> 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.
189187

190188
> [!NOTE]
191189
> When VMs without public IP addresses are placed in the backend pool of internal (no public IP address) Standard Azure load balancer, there will be no outbound internet connectivity, unless additional configuration is performed to allow routing to public end points. For details on how to achieve outbound connectivity see [Public endpoint connectivity for Virtual Machines using Azure Standard Load Balancer in SAP high-availability scenarios](./high-availability-guide-standard-load-balancer-outbound-connections.md).

articles/sap/workloads/sap-hana-high-availability.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: sap-on-azure
77
ms.subservice: sap-vm-workloads
88
ms.topic: article
99
ms.custom: devx-track-azurecli, devx-track-azurepowershell, linux-related-content
10-
ms.date: 04/08/2024
10+
ms.date: 06/18/2024
1111
ms.author: radeltch
1212
---
1313
# High availability for SAP HANA on Azure VMs on SUSE Linux Enterprise Server
@@ -114,10 +114,7 @@ During VM configuration, you have an option to create or select exiting load bal
114114

115115
---
116116

117-
For more information about the required ports for SAP HANA, read the chapter [Connections to Tenant Databases](https://help.sap.com/viewer/78209c1d3a9b41cd8624338e42a12bf6/latest/en-US/7a9343c9f2a2436faa3cfdb5ca00c052.html) in the [SAP HANA Tenant Databases](https://help.sap.com/viewer/78209c1d3a9b41cd8624338e42a12bf6) guide or [SAP Note 2388694][2388694].
118-
119-
> [!IMPORTANT]
120-
> A floating IP address isn't supported on a network interface card (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 another IP address for the VM, deploy a second NIC.
117+
For more information about the required ports for SAP HANA, read the chapter [Connections to Tenant Databases](https://help.sap.com/viewer/78209c1d3a9b41cd8624338e42a12bf6/latest/en-US/7a9343c9f2a2436faa3cfdb5ca00c052.html) in the [SAP HANA Tenant Databases](https://help.sap.com/viewer/78209c1d3a9b41cd8624338e42a12bf6) guide or [SAP Note 2388694][2388694].
121118

122119
> [!NOTE]
123120
> When VMs that don't have public IP addresses are placed in the back-end pool of an internal (no public IP address) standard instance of Azure Load Balancer, the default configuration is no outbound internet connectivity. You can take extra steps to allow routing to public endpoints. For details on how to achieve outbound connectivity, see [Public endpoint connectivity for VMs by using Azure Standard Load Balancer in SAP high-availability scenarios](./high-availability-guide-standard-load-balancer-outbound-connections.md).

0 commit comments

Comments
 (0)