You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/sap-ascs-ha-multi-sid-wsfc-azure-shared-disk.md
+83-47Lines changed: 83 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,26 +21,35 @@ ms.custom: H1Hack27Feb2017
21
21
# SAP ASCS/SCS instance multi-SID high availability with Windows server failover clustering and Azure shared disk
22
22
23
23
> ![Windows OS][Logo_Windows] Windows
24
-
>
25
24
26
25
This article focuses on how to move from a single ASCS/SCS installation to an SAP multi-SID configuration by installing additional SAP ASCS/SCS clustered instances into an existing Windows Server Failover Clustering (WSFC) cluster with Azure shared disk. When this process is completed, you have configured an SAP multi-SID cluster.
27
26
28
27
## Prerequisites and limitations
29
28
30
-
Currently you can use Azure Premium SSD disks as an Azure shared disk for the SAP ASCS/SCS instance.
31
-
The following limitations are in place:
29
+
Currently you can use Azure Premium SSD disks as an Azure shared disk for the SAP ASCS/SCS instance. The following limitations are currently in place:
32
30
33
-
-[Azure Ultra disk](../../disks-types.md#ultra-disk) is not supported as Azure Shared Disk for SAP workloads. Currently it is not possible to place Azure VMs, using Azure Ultra Disk in Availability Set
34
-
-[Azure Shared disk](../../disks-shared.md) with Premium SSD disks is only supported with VMs in Availability Set. It is not supported in Availability Zones deployment.
31
+
-[Azure Ultra disk](../../disks-types.md#ultra-disk) and [Standard SSD disks](../../disks-types.md#standard-ssd) are not supported as Azure Shared Disk for SAP workloads.
32
+
-[Azure Shared disk](../../disks-shared.md) with [Premium SSD disks](../../disks-types#premium-ssd) is supported for SAP deployment in availability set and availability zones.
33
+
- Azure shared disk with Premium SSD disks comes with two storage SKUs.
34
+
- Locally-redundant storage (LRS) for premium shared disk (skuName - Premium_LRS) is supported with deployment in availability set.
35
+
- Zone-redundant storage (ZRS) for premium shared disk (skuName - Premium_ZRS) is supported with deployment in availability zones.
35
36
- Azure shared disk value [maxShares](../../disks-shared-enable.md?tabs=azure-cli#disk-sizes) determines how many cluster nodes can use the shared disk. Typically for SAP ASCS/SCS instance you will configure two nodes in Windows Failover Cluster, therefore the value for `maxShares` must be set to two.
36
-
- All SAP ASCS/SCS cluster VMs must be deployed in the same [Azure proximity placement group](../../windows/proximity-placement-groups.md).
37
-
Although you can deploy Windows cluster VMs in Availability Set with Azure shared disk without PPG, PPG will ensure close physical proximity of Azure shared disks and the cluster VMs, therefore achieving lower latency between the VMs and the storage layer.
37
+
- When using [Azure proximity placement group](../../windows/proximity-placement-groups.md) for SAP system, all virtual machines sharing a disk must be part of the same PPG.
38
38
39
-
For further details on limitations for Azure shared disk, review carefully the [Limitations](../../disks-shared.md#limitations) section of Azure Shared Disk documentation.
39
+
For further details on limitations for Azure shared disk, please review very carefully the [limitations](../../disks-shared.md#limitations) section of Azure Shared Disk documentation.
40
40
41
-
> [!IMPORTANT]
42
-
> When deploying SAP ASCS/SCS Windows Failover cluster with Azure shared disk, be aware that your deployment will be operating with a single shared disk in one storage cluster.
43
-
> Your SAP ASCS/SCS instance will be impacted, in case of issues with the storage cluster, where the Azure shared disk is deployed.
41
+
#### Important consideration for Premium shared disk
42
+
43
+
Following are some of the important points to consider with respect to Azure Premium shared disk:
44
+
45
+
- LRS for Premium shared disk
46
+
- SAP deployment with LRS for premium shared disk will be operating with a single Azure shared disk on one storage cluster. Your SAP ASCS/SCS instance would be impacted, in case of issues with the storage cluster, where the Azure shared disk is deployed.
47
+
48
+
- ZRS for Premium shared disk
49
+
- Write latency for ZRS is higher than that of LRS due to cross zonal copy of data.
50
+
- The distance between availability zones in different region varies and with that ZRS disk latency across availability zones as well. [Benchmark your disks](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-benchmarks) to identify the latency of ZRS disk in your region.
51
+
- ZRS for Premium shared disk synchronously replicates data across three availability zones in the region. In case of any issue in one of the storage cluster, your SAP ASCS/SCS will continue to run as storage failover is transparent to the application layer.
52
+
- Review the the [limitations](../../disks-redundancy.md#limitations) section of ZRS for managed disks for more details.
44
53
45
54
> [!IMPORTANT]
46
55
> The setup must meet the following conditions:
@@ -96,15 +105,33 @@ We'll install a new SAP SID **PR2**, in addition to the **existing clustered** S
96
105
97
106
### Host names and IP addresses
98
107
99
-
| Host name role | Host name | Static IP address | Availability set | Proximity placement group |
|**SID2** ERS cluster network name (**only** for ERS2) | pr1-erscl | 10.0.0.46 | n/a ||
133
+
134
+
The steps mentioned in the document remains same for both deployment type. But if your cluster is running in availability set, you need to deploy LRS for Azure premium shared disk (Premium_LRS) and if it is running in availability zone deploy ZRS for Azure premium shared disk (Premium_ZRS).
108
135
109
136
### Create Azure internal load balancer
110
137
@@ -166,33 +193,42 @@ As Enqueue Replication Server 2 (ERS2) is also clustered, ERS2 virtual IP addres
166
193
Run this command on one of the cluster nodes. You will need to adjust the values for your resource group, Azure region, SAPSID, and so on.
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/sap-high-availability-guide-wsfc-shared-disk.md
+25-14Lines changed: 25 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,11 +125,11 @@ There are two options for shared disk in a windows failover cluster in Azure:
125
125
When selecting the technology for for shared disk, keep in mind the following considerations:
126
126
127
127
**Azure shared disk for SAP workloads**
128
-
- Allows you to attach Azure managed disk to multiple VMs simultaneously without the need for additional software to maintain and operate
129
-
-You will be operating with a single Azure shared disk on one storage cluster. That has an impacts on the reliability of your SAP solution.
130
-
-Currently the only supported deployment is with Azure shared Premium disk in Availability set. Azure Shared Disk is not supported in zonal deployment.
131
-
-Make sure to provision Azure Premium disk with a minimum disk size as specified in [Premium SSD ranges](../../disks-shared.md#disk-sizes) to be able to attach to the required number of VMs simultaneously (typically 2 for SAP ASCS Windows Failover cluster ).
132
-
- Azure shared Ultra disk is not supported for SAP workloads, as it doesn't support deployment in Availability set or zonal deployment.
128
+
129
+
-Allows you to attach Azure managed disk to multiple VMs simultaneously without the need for additional software to maintain and operate.
130
+
-[Azure shared disk](../../disks-shared.md) with [Premium SSD](../../disks-types.md#premium-ssd) disks is supported for SAP deployment in availability set and availability zones.
131
+
-[Azure Ultra disk](../../disks-types.md#ultra-disk) and [Azure Standard disks](../../disks-types.md#standard-ssd) is not supported as Azure shared disk for SAP workloads.
132
+
-Make sure to provision Azure Premium disk with a minimum disk size as specified in [Premium SSD ranges](../../disks-shared.md#disk-sizes) to be able to attach to the required number of VMs simultaneously (typically 2 for SAP ASCS Windows Failover cluster ).
133
133
134
134
**SIOS**
135
135
- The SIOS solution provides real-time synchronous data replication between two disks
@@ -143,19 +143,30 @@ Microsoft is offering [Azure shared disks](../../disks-shared.md), which can be
143
143
144
144
#### Prerequisites and limitations
145
145
146
-
Currently you can use Azure Premium SSD disks as an Azure shared disk for the SAP ASCS/SCS instance.
147
-
The following limitations are currently in place:
146
+
Currently you can use Azure Premium SSD disks as an Azure shared disk for the SAP ASCS/SCS instance. The following limitations are currently in place:
148
147
149
-
-[Azure Ultra disk](../../disks-types.md#ultra-disk) is not supported as Azure Shared Disk for SAP workloads. Currently it is not possible to place Azure VMs, using Azure Ultra Disk in Availability Set
150
-
-[Azure Shared disk](../../disks-shared.md) with Premium SSD disks is only supported with VMs in Availability Set. It is not supported in Availability Zones deployment.
148
+
-[Azure Ultra disk](../../disks-types.md#ultra-disk) and [Standard SSD disks](../../disks-types.md#standard-ssd) is not supported as Azure Shared Disk for SAP workloads.
149
+
-[Azure Shared disk](../../disks-shared.md) with [Premium SSD disks](../../disks-types#premium-ssd) is supported for SAP deployment in availability set and availability zones.
150
+
- Azure shared disk with Premium SSD disks comes with two storage SKUs.
151
+
- Locally-redundant storage (LRS) for premium shared disk (skuName - Premium_LRS) is supported with deployment in Azure availability set.
152
+
- Zone-redundant storage (ZRS) for premium shared disk (skuName - Premium_ZRS) is supported with deployment in Azure availability zones.
151
153
- Azure shared disk value [maxShares](../../disks-shared-enable.md?tabs=azure-cli#disk-sizes) determines how many cluster nodes can use the shared disk. Typically for SAP ASCS/SCS instance you will configure two nodes in Windows Failover Cluster, therefore the value for `maxShares` must be set to two.
152
-
- All SAP ASCS/SCS cluster VMs must be deployed in the same [Azure proximity placement group](../../windows/proximity-placement-groups.md).
153
-
Although, you can deploy Windows cluster VMs in Availability Set with Azure shared disk without PPG, PPG will ensure close physical proximity of Azure shared disks and the cluster VMs, therefore achieving lower latency between the VMs and the storage layer.
154
+
- When using [Azure proximity placement group](../../windows/proximity-placement-groups.md) for SAP system, all virtual machines sharing a disk must be part of the same PPG.
154
155
155
-
For further details on limitations for Azure shared disk, please review very carefully the [Limitations](../../disks-shared.md#limitations) section of Azure Shared Disk documentation.
156
+
For further details on limitations for Azure shared disk, please review very carefully the [limitations](../../disks-shared.md#limitations) section of Azure Shared Disk documentation.
156
157
157
-
> [!IMPORTANT]
158
-
> When deploying SAP ASCS/SCS Windows Failover cluster with Azure shared disk, be aware that your deployment will be operating with a single shared disk in one storage cluster. Your SAP ASCS/SCS instance would be impacted, in case of issues with the storage cluster, where the Azure shared disk is deployed.
158
+
#### Important consideration for Premium shared disk
159
+
160
+
Following are some of the important points to consider with respect to Azure Premium shared disk:
161
+
162
+
- LRS for Premium shared disk
163
+
- SAP deployment with LRS for Premium shared disk will be operating with a single Azure shared disk on one storage cluster. Your SAP ASCS/SCS instance would be impacted, in case of issues with the storage cluster, where the Azure shared disk is deployed.
164
+
165
+
- ZRS for Premium shared disk
166
+
- Write latency for ZRS is higher than that of LRS due to cross zonal copy of data.
167
+
- The distance between availability zones in different region varies and with that ZRS disk latency across availability zones as well. [Benchmark your disks](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-benchmarks) to identify the latency of ZRS disk in your region.
168
+
- ZRS for Premium shared disk synchronously replicates data across three availability zones in the region. In case of any issue in one of the storage cluster, your SAP ASCS/SCS will continue to run as storage failover is transparent to the application layer.
169
+
- Review the the [limitations](../../disks-redundancy.md#limitations) section of ZRS for managed disks for more details.
159
170
160
171
> [!TIP]
161
172
> Review the [SAP Netweaver on Azure planning guide](./planning-guide.md) and the [Azure Storage guide for SAP workloads](./planning-guide-storage.md) for important considerations, when planning your SAP deployment.
0 commit comments