Explore high availability of SAP ASCS-SCS instances
Azure Virtual Machines require extra provisions to implement operating system-dependent clustering capabilities.
High-availability architecture for an SAP ASCS/SCS instance on Windows (single-SID configuration)
You can use a Windows Server Failover Clustering (WSFC) solution to protect the SAP ASCS/SCS instance. The solution has two variants:
- Cluster the SAP ASCS/SCS instance by using clustered shared disks. Such disks can be implemented by using non-Microsoft solutions, such as SIOS DataKeeper. For more information regarding this configuration, see Cluster an SAP ASCS/SCS instance on a Windows failover cluster by using a cluster shared disk in Azure.
- Cluster the SAP ASCS/SCS instance by using file share. SAP recently modified the Central Services deployment pattern to access the /sapmnt global directories via a UNC path. A highly available UNC /sapmnt share can be implemented by using Windows Server Failover Cluster with Scale Out File Server (SOFS) and the Storage Spaces Direct (S2D) feature in Windows Server 2016. For more information regarding this configuration, see Cluster an SAP ASCS/SCS instance on a Windows failover cluster by using a file share in Azure.
High-availability architecture for an SAP ASCS/SCS instance on Linux (single-SID configuration)
This architecture requires the use of Linux clustering (Pacemaker with STONITH) and a highly available NFS share, which can be provisioned by using Azure Virtual Machines in a separate cluster, Azure NetApp Files, or Red Hat GlusterFS. For more information, see:
- High availability for SAP NetWeaver on Azure Virtual Machines on SUSE Linux Enterprise Server for SAP applications
- High availability for SAP NetWeaver on Azure Virtual Machines on SUSE Linux Enterprise Server with Azure NetApp Files for SAP applications
- Azure Virtual Machines high availability for SAP NetWeaver on Red Hat Enterprise Linux
High-availability architecture for an SAP ASCS/SCS instance on Windows (multi-SID configuration)
Currently, multi-SID is supported only with WSFC. Multi-SID is supported using file share and shared disk. For more information, see:
- SAP ASCS/SCS instance multi-SID high availability with Windows Server Failover Clustering and shared disk on Azure
- SAP ASCS/SCS instance multi-SID high availability with Windows Server Failover Clustering and file share on Azure