Skip to content

Commit 61bbd50

Browse files
authored
Merge pull request #101467 from rdeltcheva/msid-ensa2
Add ENSA2 instructions in the SLES multi-SID documentation
2 parents 09889b4 + 8fb9e42 commit 61bbd50

File tree

2 files changed

+51
-4
lines changed

2 files changed

+51
-4
lines changed

articles/virtual-machines/workloads/sap/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: virtual-machines-linux
1515
ms.topic: article
1616
ms.tgt_pltfrm: vm-linux
1717
ms.workload: infrastructure-services
18-
ms.date: 01/10/2020
18+
ms.date: 01/16/2020
1919
ms.author: juergent
2020
ms.custom: H1Hack27Feb2017
2121

@@ -119,6 +119,7 @@ For information on integration of Azure services into SAP components, see:
119119

120120

121121
## Change Log
122+
- 01/16/2020: Changes in [High availability for SAP NetWeaver on Azure VMs on SLES multi-SID guide](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-multi-sid) to add instructions for SAP systems, using enqueue server 2 architecture (ENSA2)
122123
- 01/10/2020: Changes in [SAP HANA scale-out with standby node on Azure VMs with Azure NetApp Files on SLES](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-suse) and in [SAP HANA scale-out with standby node on Azure VMs with Azure NetApp Files on RHEL](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-rhel) to add instructions on how to make `nfs4_disable_idmapping` changes permanent.
123124
- 01/10/2020: Changes in [High availability for SAP NetWeaver on Azure VMs on SLES with Azure NetApp Files for SAP applications](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-netapp-files) and in [Azure Virtual Machines high availability for SAP NetWeaver on RHEL with Azure NetApp Files for SAP applications](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-rhel-netapp-files) to add instructions how to mount Azure NetApp Files NFSv4 volumes.
124125
- 12/23/2019: Release of [High availability for SAP NetWeaver on Azure VMs on SLES multi-SID guide](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-multi-sid)

articles/virtual-machines/workloads/sap/high-availability-guide-suse-multi-sid.md

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: virtual-machines-windows
1515
ms.topic: article
1616
ms.tgt_pltfrm: vm-windows
1717
ms.workload: infrastructure-services
18-
ms.date: 12/20/2019
18+
ms.date: 01/16/2020
1919
ms.author: radeltch
2020

2121
---
@@ -50,7 +50,7 @@ ms.author: radeltch
5050
[sap-hana-ha]:sap-hana-high-availability.md
5151
[nfs-ha]:high-availability-guide-suse-nfs.md
5252

53-
This article describes how to deploy multiple SAP NetWeaver highly available systems(that is, multi-SID) in a two node cluster on Azure VMs with SUSE Linux Enterprise Server for SAP applications.
53+
This article describes how to deploy multiple SAP NetWeaver or S4HANA highly available systems(that is, multi-SID) in a two node cluster on Azure VMs with SUSE Linux Enterprise Server for SAP applications.
5454

5555
In the example configurations, installation commands etc. three SAP NetWeaver 7.50 systems are deployed in a single, two node high availability cluster. The SAP systems SIDs are:
5656
* **NW1**: ASCS instance number **00** and virtual host name **msnw1ascs**; ERS instance number **02** and virtual host name **msnw1ers**.
@@ -426,7 +426,7 @@ This documentation assumes that:
426426
427427
8. **[1]** Create the SAP cluster resources for the newly installed SAP system.
428428
429-
The example shown here is for SAP systems **NW2** and **NW3**, assuming that it is using enqueue server 1 architecture (ENSA1):
429+
If using enqueue server 1 architecture (ENSA1), define the resources for SAP systems **NW2** and **NW3** as follows:
430430
431431
```
432432
sudo crm configure property maintenance-mode="true"
@@ -473,6 +473,52 @@ This documentation assumes that:
473473
sudo crm configure property maintenance-mode="false"
474474
```
475475
476+
SAP introduced support for enqueue server 2, including replication, as of SAP NW 7.52. Starting with ABAP Platform 1809, enqueue server 2 is installed by default. See SAP note [2630416](https://launchpad.support.sap.com/#/notes/2630416) for enqueue server 2 support.
477+
If using enqueue server 2 architecture ([ENSA2](https://help.sap.com/viewer/cff8531bc1d9416d91bb6781e628d4e0/1709%20001/en-US/6d655c383abf4c129b0e5c8683e7ecd8.html)), define the resources for SAP systems **NW2** and **NW3** as follows:
478+
479+
```
480+
sudo crm configure property maintenance-mode="true"
481+
482+
sudo crm configure primitive rsc_sap_NW2_ASCS10 SAPInstance \
483+
operations \$id=rsc_sap_NW2_ASCS10-operations \
484+
op monitor interval=11 timeout=60 on_fail=restart \
485+
params InstanceName=NW2_ASCS10_msnw2ascs START_PROFILE="/sapmnt/NW2/profile/NW2_ASCS10_msnw2ascs" \
486+
AUTOMATIC_RECOVER=false \
487+
meta resource-stickiness=5000
488+
489+
sudo crm configure primitive rsc_sap_NW2_ERS12 SAPInstance \
490+
operations \$id=rsc_sap_NW2_ERS12-operations \
491+
op monitor interval=11 timeout=60 on_fail=restart \
492+
params InstanceName=NW2_ERS12_msnw2ers START_PROFILE="/sapmnt/NW2/profile/NW2_ERS12_msnw2ers" AUTOMATIC_RECOVER=false IS_ERS=true
493+
494+
sudo crm configure modgroup g-NW2_ASCS add rsc_sap_NW2_ASCS10
495+
sudo crm configure modgroup g-NW2_ERS add rsc_sap_NW2_ERS12
496+
497+
sudo crm configure colocation col_sap_NW2_no_both -5000: g-NW2_ERS g-NW2_ASCS
498+
sudo crm configure order ord_sap_NW2_first_start_ascs Optional: rsc_sap_NW2_ASCS10:start rsc_sap_NW2_ERS12:stop symmetrical=false
499+
500+
sudo crm configure primitive rsc_sap_NW3_ASCS20 SAPInstance \
501+
operations \$id=rsc_sap_NW3_ASCS20-operations \
502+
op monitor interval=11 timeout=60 on_fail=restart \
503+
params InstanceName=NW3_ASCS10_msnw3ascs START_PROFILE="/sapmnt/NW3/profile/NW3_ASCS20_msnw3ascs" \
504+
AUTOMATIC_RECOVER=false \
505+
meta resource-stickiness=5000
506+
507+
sudo crm configure primitive rsc_sap_NW3_ERS22 SAPInstance \
508+
operations \$id=rsc_sap_NW3_ERS22-operations \
509+
op monitor interval=11 timeout=60 on_fail=restart \
510+
params InstanceName=NW3_ERS22_msnw3ers START_PROFILE="/sapmnt/NW3/profile/NW3_ERS22_msnw2ers" AUTOMATIC_RECOVER=false IS_ERS=true
511+
512+
sudo crm configure modgroup g-NW3_ASCS add rsc_sap_NW3_ASCS20
513+
sudo crm configure modgroup g-NW3_ERS add rsc_sap_NW3_ERS22
514+
515+
sudo crm configure colocation col_sap_NW3_no_both -5000: g-NW3_ERS g-NW3_ASCS
516+
sudo crm configure order ord_sap_NW3_first_start_ascs Optional: rsc_sap_NW3_ASCS20:start rsc_sap_NW3_ERS22:stop symmetrical=false
517+
sudo crm configure property maintenance-mode="false"
518+
```
519+
520+
If you are upgrading from an older version and switching to enqueue server 2, see SAP note [2641019](https://launchpad.support.sap.com/#/notes/2641019).
521+
476522
Make sure that the cluster status is ok and that all resources are started. It is not important on which node the resources are running.
477523
The following example shows the cluster resources status, after SAP systems **NW2** and **NW3** were added to the cluster.
478524

0 commit comments

Comments
 (0)