Skip to content

Commit 8c6c428

Browse files
Merge pull request #313530 from jjaygbay1/sap-revamp-3
Sap revamp 3
2 parents 0983684 + dc7748b commit 8c6c428

6 files changed

Lines changed: 58 additions & 50 deletions

articles/sap/workloads/businessobjects-deployment-guide-linux.md

Lines changed: 26 additions & 23 deletions
Large diffs are not rendered by default.

articles/sap/workloads/sap-ascs-ha-multi-sid-wsfc-azure-shared-disk.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
title: SAP ASCS/SCS multi-SID HA with WSFC and Azure shared disk | Microsoft Docs
33
description: Learn about multi-SID high availability for an SAP ASCS/SCS instance with Windows Server Failover Clustering and an Azure shared disk.
44
services: virtual-machines-windows,virtual-network,storage
5-
author: rdeltcheva
65
manager: juergent
76
ms.assetid: cbf18abe-41cb-44f7-bdec-966f32c89325
87
ms.topic: article
98
ms.service: sap-on-azure
109
ms.subservice: sap-vm-workloads
11-
ms.date: 11/19/2024
10+
ms.date: 03/25/2026
1211
ms.author: radeltch
1312
ms.custom: H1Hack27Feb2017, devx-track-azurepowershell
1413
# Customer intent: "As an SAP system administrator, I want to configure multi-SID high availability for SAP ASCS/SCS using Windows Failover Clustering and Azure shared disks, so that I can ensure continuous availability and fault tolerance for critical SAP workloads."
@@ -17,11 +16,11 @@ ms.custom: H1Hack27Feb2017, devx-track-azurepowershell
1716

1817
> ![Windows OS][Logo_Windows] Windows
1918
20-
This article focuses on how to move from a single SAP ASCS/SCS installation to configuration of multiple SAP system IDs (SIDs) by installing additional SAP ASCS/SCS clustered instances into an existing Windows Server Failover Clustering (WSFC) cluster with an Azure shared disk. When you complete this process, you've configured an SAP multi-SID cluster.
19+
This article focuses on how to move from a single SAP ASCS/SCS installation to configuration of multiple SAP system IDs (SIDs) by installing other SAP ASCS/SCS clustered instances into an existing Windows Server Failover Clustering (WSFC) cluster with an Azure shared disk. When you complete this process, you've configured an SAP multi-SID cluster.
2120

2221
## Prerequisites and limitations
2322

24-
You can use Azure Premium SSDs as Azure shared disks for the SAP ASCS/SCS instance. The following limitations are currently in place:
23+
You can use Azure Premium SSD disks as Azure shared disks for the SAP ASCS/SCS instance. The following gitlimitations are currently in place:
2524

2625
- [Ultra Disks](/azure/virtual-machines/disks-types#ultra-disks) and [Azure Standard SSDs](/azure/virtual-machines/disks-types#standard-ssds) aren't supported as Azure shared disks for SAP workloads.
2726
- [Azure shared disks](/azure/virtual-machines/disks-shared) with [Premium SSDs](/azure/virtual-machines/disks-types#premium-ssds) are supported for SAP deployment in availability sets and availability zones.
@@ -53,7 +52,7 @@ Consider these important points about Azure Premium SSD shared disks:
5352
>
5453
> - The SID for each database management system (DBMS) must have its own dedicated WSFC cluster.
5554
> - SAP application servers that belong to one SAP SID must have their own dedicated virtual machines (VMs).
56-
> - A mix of Enqueue Replication Server 1 (ERS1) and Enqueue Replication Server 2 (ERS2) in the same cluster is not supported.
55+
> - A mix of Enqueue Replication Server 1 (ERS1) and Enqueue Replication Server 2 (ERS2) in the same cluster isn't supported.
5756
5857
## Supported OS versions
5958

@@ -142,7 +141,7 @@ The steps in this article remain the same for both deployment types. But if your
142141

143142
For multi-sid configuration of SAP SID, PR2, you could use the same internal load balancer that you have created for SAP SID, PR1 system. For the ENSA1 architecture on Windows, you would need only one virtual IP address for SAP ASCS/SCS. On the other hand, the ENSA2 architecture necessitates two virtual IP addresses - one for SAP ASCS and another for ERS2.
144143

145-
Configure additional frontend IP and load balancing rule for SAP SID, PR2 system on the existing load balancer using following guidelines. This section assumes that the configuration of standard internal load balancer for SAP SID, PR1 is already in place as described in [create load balancer](./sap-high-availability-infrastructure-wsfc-shared-disk.md#create-azure-internal-load-balancer).
144+
Configure other frontend IP and load balancing rule for SAP SID, PR2 system on the existing load balancer using following guidelines. This section assumes that the configuration of standard internal load balancer for SAP SID, PR1 is already in place as described in [create load balancer](./sap-high-availability-infrastructure-wsfc-shared-disk.md#create-azure-internal-load-balancer).
146145

147146
1. Open the same standard internal load balancer that you have created for SAP SID, PR1 system.
148147
2. **Frontend IP Configuration:** Create frontend IP (example: 10.0.0.45).
@@ -162,7 +161,7 @@ Configure additional frontend IP and load balancing rule for SAP SID, PR2 system
162161
5. Applicable to only ENSA2 architecture: Create additional frontend IP (10.0.0.44), load balancing rule (use 621<Instance-no.> for ERS2 health probe port) as described in point 1 and 3.
163162

164163
> [!NOTE]
165-
> Health probe configuration property numberOfProbes, otherwise known as "Unhealthy threshold" in Portal, isn't respected. So to control the number of successful or failed consecutive probes, set the property "probeThreshold" to 2. It is currently not possible to set this property using Azure portal, so use either the [Azure CLI](/cli/azure/network/lb/probe) or [PowerShell](/powershell/module/az.network/new-azloadbalancerprobeconfig) command.
164+
> Health probe configuration property numberOfProbes, otherwise known as "Unhealthy threshold" in Portal, isn't respected. So to control the number of successful or failed consecutive probes, set the property "probeThreshold" to 2. It's currently not possible to set this property using Azure portal, so use either the [Azure CLI](/cli/azure/network/lb/probe) or [PowerShell](/powershell/module/az.network/new-azloadbalancerprobeconfig) command.
166165
167166
> [!NOTE]
168167
> When VMs without public IP addresses are placed in the back-end pool of an internal (no public IP address) Standard Azure load balancer, there will be no outbound internet connectivity unless you perform additional configuration to allow routing to public endpoints. 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-ascs-ha-multi-sid-wsfc-shared-disk.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ ms.service: sap-on-azure
77
ms.subservice: sap-vm-workloads
88
ms.topic: how-to
99
ms.tgt_pltfrm: vm-windows
10-
manager: juergent
11-
author: rdeltcheva
10+
ms.date: 03/09/2026
1211
ms.author: radeltch
13-
ms.date: 03/04/2026
1412
ms.custom: H1Hack27Feb2017, devx-track-azurepowershell
1513
# Customer intent: "As a system administrator, I want to implement a multi-SID high availability setup for SAP ASCS/SCS instances using Windows Server Failover Clustering on Azure, so that I can ensure enhanced reliability and performance for my SAP environment."
1614
---
@@ -185,6 +183,7 @@ Once the script completes, the results are displayed in the Azure portal, as sho
185183

186184
### Add disks to cluster machines and configure SIOS cluster-share disk
187185

186+
188187
You must add a new cluster-share disk for each extra SAP ASCS/SCS instance. For Windows Server 2012 R2, the Windows Server failover cluster share disk currently in use is the SIOS DataKeeper software solution.
189188

190189
Perform the following actions:

0 commit comments

Comments
 (0)