Skip to content

Commit bb6a824

Browse files
authored
Merge pull request #312307 from Xelu86/saphaguide
[Update] High availability Azure VMs for SAP NetWeaver
2 parents 65b4029 + 84a48ad commit bb6a824

1 file changed

Lines changed: 78 additions & 77 deletions

File tree

articles/sap/workloads/sap-high-availability-guide-start.md

Lines changed: 78 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,91 @@
11
---
2-
title: Azure VMs high availability for SAP NetWeaver | Microsoft Docs
3-
description: In this article, learn about Azure Virtual Machines high availability for SAP NetWeaver.
2+
title: High availability Azure VMs for SAP NetWeaver
3+
description: Learn about high availability for SAP NetWeaver Azure virtual machines.
44
services: virtual-machines-windows,virtual-network,storage
5-
author: rdeltcheva
6-
manager: juergent
75
ms.assetid: 1cfcc14a-6795-4cfd-a740-aa09d6d2b817
86
ms.service: sap-on-azure
97
ms.subservice: sap-vm-workloads
10-
ms.topic: article
8+
ms.topic: concept-article
119
ms.tgt_pltfrm: vm-windows
12-
ms.date: 12/16/2022
10+
manager: juergent
11+
author: rdeltcheva
1312
ms.author: radeltch
13+
ms.date: 02/25/2026
1414
ms.custom: H1Hack27Feb2017
15-
# Customer intent: As an IT administrator, I want to implement high availability for SAP NetWeaver on Azure Virtual Machines, so that I can ensure reliability and reduce downtime for critical business applications.
15+
# Customer intent: As an IT administrator, I want to implement high availability for SAP NetWeaver on Azure virtual machines, so that I can ensure reliability and reduce downtime for critical business applications.
1616
---
1717

18-
# Azure Virtual Machines high availability for SAP NetWeaver
18+
# High availability Azure VMs for SAP NetWeaver
19+
20+
Azure virtual machines (VMs) are the solution for organizations that need compute, storage, and network resources, in minimal time, and without lengthy procurement cycles. You can use Azure VMs to deploy classic applications such as SAP NetWeaver-based Advanced Business Application Programming (ABAP), Java, and an ABAP+Java stack. Extend reliability and availability without extra on-premises resources. Azure VMs supports cross-premises connectivity, so you can integrate Azure VMs into your organization's on-premises domains, private clouds, and SAP system landscape.
21+
22+
This series of articles covers:
23+
24+
* Architecture and scenarios.
25+
* Infrastructure preparation.
26+
* SAP installation steps for deploying high-availability SAP systems in Azure by using the Azure Resource Manager deployment model.
27+
28+
> [!IMPORTANT]
29+
> We strongly recommend that you use the Azure Resource Manager deployment model for your SAP installations. It offers many benefits that aren't available in the classic deployment model. Learn more about Azure [deployment models][virtual-machines-azure-resource-manager-architecture-benefits-arm].
30+
31+
* SAP high availability on:
32+
33+
* ![Windows logo.][Logo_Windows] **Windows**, using **Windows Server Failover Cluster (WSFC)**
34+
* ![Linux logo.][Logo_Linux] **Linux**, using **Linux Cluster Framework**
35+
36+
In these articles, you learn how to help protect single point of failure (SPOF) components, such as SAP Central Services (ASCS/SCS) and database management systems (DBMS). You also learn about redundant components in Azure, such as SAP application server.
37+
38+
## High-availability architecture and scenarios for SAP NetWeaver
39+
40+
**Summary:** In this article, we discuss high availability architecture of an SAP system in Azure. We discuss how to solve high availability of SAP single point of failure (SPOF) and redundant components and the specifics of Azure infrastructure high availability. We also cover how these parts relate to SAP system components. Additionally, the discussion is broken out for Windows and Linux specifics. Various SAP high-availability scenarios are covered as well.
41+
42+
**Updated:** October 2017
43+
44+
* [Azure VMs high availability architecture and scenarios for SAP NetWeaver][sap-high-availability-architecture-scenarios]
45+
46+
The article covers both ![Windows logo.][Logo_Windows] **Windows** and ![Linux logo.][Logo_Linux] **Linux**.
47+
48+
## Azure infrastructure preparation for SAP NetWeaver high-availability deployment
49+
50+
**Summary:** In the articles listed here, we cover the steps that you can take to deploy Azure infrastructure in preparation for SAP installation. To simplify Azure infrastructure deployment, SAP Azure Resource Manager templates are used to automate the whole process.
51+
52+
**Updated:** March 2019
53+
54+
* ![Windows logo.][Logo_Windows] [Prepare Azure infrastructure for SAP high availability by using a Windows failover cluster and **shared disk** for SAP ASCS/SCS instances][sap-high-availability-infrastructure-wsfc-shared-disk]
55+
56+
* ![Windows logo.][Logo_Windows] [Prepare Azure infrastructure for SAP high availability by using a Windows failover cluster and **file share** for SAP ASCS/SCS instances][sap-high-availability-infrastructure-wsfc-file-share]
57+
58+
* ![Linux logo.][Logo_Linux] [Prepare Azure infrastructure for SAP high availability by using a SUSE Linux Enterprise Server cluster framework for SAP ASCS/SCS instances][sap-suse-ascs-ha-setting-ha-nfs]
59+
60+
* ![Linux logo.][Logo_Linux] [Prepare Azure infrastructure for SAP high availability by using a SUSE Linux Enterprise Server cluster framework for SAP ASCS/SCS instances with Azure NetApp files][sap-suse-ascs-ha-setting-ha-anf]
61+
62+
* ![RHEL][Logo_Linux] [Prepare Azure infrastructure for SAP ASCS/SCS high availability - set up **GlusterFS** on RHEL][high-availability-guide-rhel-glusterfs]
63+
64+
* ![RHEL][Logo_Linux] [Prepare Azure infrastructure for SAP ASCS/SCS high availability - set up **Pacemaker** on RHEL][high-availability-guide-rhel-pacemaker]
65+
66+
## Installation of an SAP NetWeaver high availability system in Azure
67+
68+
**Summary:** The articles listed here present step-by-step examples of the installation and configuration of a high-availability SAP system in:
69+
70+
* A Windows Server Failover Clustering cluster.
71+
* A Linux cluster framework in Azure.
72+
73+
**Updated:** March 2019
74+
75+
* ![Windows logo.][Logo_Windows] [Install SAP NetWeaver high availability by using a Windows failover cluster and **shared disk** for SAP ASCS/SCS instances][sap-high-availability-installation-wsfc-shared-disk]
76+
77+
* ![Windows logo.][Logo_Windows] [Install SAP NetWeaver high availability by using a Windows failover cluster and **file share** for SAP ASCS/SCS instances][sap-high-availability-installation-wsfc-file-share]
78+
79+
* ![Linux logo.][Logo_Linux] [Install SAP NetWeaver high availability by using a SUSE Linux Enterprise Server cluster framework for SAP ASCS/SCS instances][sap-suse-ascs-ha-sap-installation]
80+
81+
* ![Linux logo.][Logo_Linux] [Install SAP NetWeaver high availability by using a SUSE Linux Enterprise Server cluster framework for SAP ASCS/SCS instances with Azure NetApp Files][sap-suse-ascs-ha-sap-installation-anf]
82+
83+
* ![RHEL][Logo_Linux] [Install SAP NetWeaver ASCS/SCS in high availability configuration on RHEL][sap-rhel-ascs-ha]
84+
85+
* ![RHEL][Logo_Linux] [Install SAP NetWeaver ASCS/SCS in high availability configuration on RHEL with Azure NetApp Files][sap-rhel-ascs-ha-sap-installation-anf]
86+
87+
[Logo_Linux]:media/virtual-machines-shared-sap-shared/Linux.png
88+
[Logo_Windows]:media/virtual-machines-shared-sap-shared/Windows.png
1989

2090
[1928533]:https://launchpad.support.sap.com/#/notes/1928533
2191
[1999351]:https://launchpad.support.sap.com/#/notes/1999351
@@ -80,11 +150,6 @@ ms.custom: H1Hack27Feb2017
80150
[sap-ha-guide-9.1]:#31c6bd4f-51df-4057-9fdf-3fcbc619c170
81151
[sap-ha-guide-9.1.1]:#a97ad604-9094-44fe-a364-f89cb39bf097
82152

83-
84-
85-
[Logo_Linux]:media/virtual-machines-shared-sap-shared/Linux.png
86-
[Logo_Windows]:media/virtual-machines-shared-sap-shared/Windows.png
87-
88153
[sap-ha-guide-figure-1000]:./media/virtual-machines-shared-sap-high-availability-guide/1000-wsfc-for-sap-ascs-on-azure.png
89154
[sap-ha-guide-figure-1001]:./media/virtual-machines-shared-sap-high-availability-guide/1001-wsfc-on-azure-ilb.png
90155
[sap-ha-guide-figure-1002]:./media/virtual-machines-shared-sap-high-availability-guide/1002-wsfc-sios-on-azure-ilb.png
@@ -172,67 +237,3 @@ ms.custom: H1Hack27Feb2017
172237

173238
[sap-hana-ha]:sap-hana-high-availability.md
174239
[sap-suse-ascs-ha]:high-availability-guide-suse.md
175-
176-
Azure Virtual Machines is the solution for organizations that need compute, storage, and network resources, in minimal time, and without lengthy procurement cycles. You can use Azure Virtual Machines to deploy classic applications such as SAP NetWeaver-based ABAP, Java, and an ABAP+Java stack. Extend reliability and availability without additional on-premises resources. Azure Virtual Machines supports cross-premises connectivity, so you can integrate Azure Virtual Machines into your organization's on-premises domains, private clouds, and SAP system landscape.
177-
178-
This series of articles covers:
179-
180-
* Architecture and scenarios.
181-
* Infrastructure preparation.
182-
* SAP installation steps for deploying high-availability SAP systems in Azure by using the Azure Resource Manager deployment model.
183-
184-
> [!IMPORTANT]
185-
> We strongly recommend that you use the Azure Resource Manager deployment model for your SAP installations. It offers many benefits that are not available in the classic deployment model. Learn more about Azure [deployment models][virtual-machines-azure-resource-manager-architecture-benefits-arm].
186-
>
187-
* SAP high availability on:
188-
* ![Windows logo.][Logo_Windows] **Windows**, using **Windows Server Failover Cluster (WSFC)**
189-
* ![Linux logo.][Logo_Linux] **Linux**, using **Linux Cluster Framework**
190-
191-
In these articles, you learn how to help protect single point of failure (SPOF) components, such as SAP Central Services (ASCS/SCS) and database management systems (DBMS). You also learn about redundant components in Azure, such as SAP application server.
192-
193-
## High-availability architecture and scenarios for SAP NetWeaver
194-
195-
**Summary:** In this article, we discuss high availability architecture of an SAP system in Azure. We discuss how to solve high availability of SAP single point of failure (SPOF) and redundant components and the specifics of Azure infrastructure high availability. We also cover how these parts relate to SAP system components. Additionally, the discussion is broken out for Windows and Linux specifics. Various SAP high-availability scenarios are covered as well.
196-
197-
**Updated:** October 2017
198-
199-
* [Azure Virtual Machines high availability architecture and scenarios for SAP NetWeaver][sap-high-availability-architecture-scenarios]
200-
201-
The article covers both ![Windows logo.][Logo_Windows] **Windows** and ![Linux logo.][Logo_Linux] **Linux**.
202-
203-
204-
## Azure infrastructure preparation for SAP NetWeaver high-availability deployment
205-
206-
**Summary:** In the articles listed here, we cover the steps that you can take to deploy Azure infrastructure in preparation for SAP installation. To simplify Azure infrastructure deployment, SAP Azure Resource Manager templates are used to automate the whole process.
207-
208-
**Updated:** March 2019
209-
210-
* ![Windows logo.][Logo_Windows] [Prepare Azure infrastructure for SAP high availability by using a Windows failover cluster and **shared disk** for SAP ASCS/SCS instances][sap-high-availability-infrastructure-wsfc-shared-disk]
211-
212-
* ![Windows logo.][Logo_Windows] [Prepare Azure infrastructure for SAP high availability by using a Windows failover cluster and **file share** for SAP ASCS/SCS instances][sap-high-availability-infrastructure-wsfc-file-share]
213-
214-
* ![Linux logo.][Logo_Linux] [Prepare Azure infrastructure for SAP high availability by using a SUSE Linux Enterprise Server cluster framework for SAP ASCS/SCS instances][sap-suse-ascs-ha-setting-ha-nfs]
215-
216-
* ![Linux logo.][Logo_Linux] [Prepare Azure infrastructure for SAP high availability by using a SUSE Linux Enterprise Server cluster framework for SAP ASCS/SCS instances with Azure NetApp files][sap-suse-ascs-ha-setting-ha-anf]
217-
218-
* ![RHEL][Logo_Linux] [Prepare Azure infrastructure for SAP ASCS/SCS high availability - set up GlusterFS on RHEL][high-availability-guide-rhel-glusterfs]
219-
220-
* ![RHEL][Logo_Linux] [Prepare Azure infrastructure for SAP ASCS/SCS high availability - set up Pacemaker on RHEL][high-availability-guide-rhel-pacemaker]
221-
222-
## Installation of an SAP NetWeaver high availability system in Azure
223-
224-
**Summary:** The articles listed here present step-by-step examples of the installation and configuration of a high-availability SAP system in a Windows Server Failover Clustering cluster and Linux cluster framework in Azure.
225-
226-
**Updated:** March 2019
227-
228-
* ![Windows logo.][Logo_Windows] [Install SAP NetWeaver high availability by using a Windows failover cluster and **shared disk** for SAP ASCS/SCS instances][sap-high-availability-installation-wsfc-shared-disk]
229-
230-
* ![Windows logo.][Logo_Windows] [Install SAP NetWeaver high availability by using a Windows failover cluster and **file share** for SAP ASCS/SCS instances][sap-high-availability-installation-wsfc-file-share]
231-
232-
* ![Linux logo.][Logo_Linux] [Install SAP NetWeaver high availability by using a SUSE Linux Enterprise Server cluster framework for SAP ASCS/SCS instances][sap-suse-ascs-ha-sap-installation]
233-
234-
* ![Linux logo.][Logo_Linux] [Install SAP NetWeaver high availability by using a SUSE Linux Enterprise Server cluster framework for SAP ASCS/SCS instances with Azure NetApp Files][sap-suse-ascs-ha-sap-installation-anf]
235-
236-
* ![RHEL][Logo_Linux] [Install SAP NetWeaver ASCS/SCS in high availability configuration on RHEL][sap-rhel-ascs-ha]
237-
238-
* ![RHEL][Logo_Linux] [Install SAP NetWeaver ASCS/SCS in high availability configuration on RHEL with Azure NetApp Files][sap-rhel-ascs-ha-sap-installation-anf]

0 commit comments

Comments
 (0)