Skip to content

Commit c2f8570

Browse files
authored
Merge pull request #105195 from rdeltcheva/rh-ensa2
Add ENSA2 cluster constraint
2 parents 4a2114f + 29a27fc commit c2f8570

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
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: 02/20/2020
18+
ms.date: 02/21/2020
1919
ms.author: juergent
2020
ms.custom: H1Hack27Feb2017
2121

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

120120

121121
## Change Log
122-
122+
- 02/21/2020: Change in [Azure VMs high availability for SAP NetWeaver on RHEL](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-rhel) and [Azure VMs high availability for SAP NetWeaver on RHEL with Azure NetApp Files](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-rhel-netapp-files) to adjust the cluster constraints for enqueue server replication 2 architecture (ENSA2)
123123
- 02/20/2020: Change 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 a link to the SUSE multi-SID cluster guide
124124
- 02/13/2020: Change in [Azure VMs high availability for SAP NetWeaver on RHEL](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-rhel) and [Azure VMs high availability for SAP NetWeaver on RHEL with Azure NetApp Files](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-rhel-netapp-files) to align the cluster resources timeouts to the Red Hat timeout recommendations
125125
- 02/11/2020: Release of [SAP HANA on Azure Large Instance migration to Azure Virtual Machines](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/hana-large-instance-virtual-machine-migration)

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-netapp-files.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: virtual-machines-windows
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-windows
1616
ms.workload: infrastructure-services
17-
ms.date: 02/13/2020
17+
ms.date: 02/21/2020
1818
ms.author: radeltch
1919

2020
---
@@ -689,6 +689,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
689689
690690
sudo pcs constraint colocation add g-QAS_AERS with g-QAS_ASCS -5000
691691
sudo pcs constraint order g-QAS_ASCS then g-QAS_AERS kind=Optional symmetrical=false
692+
sudo pcs constraint order start g-QAS_ASCS then stop g-QAS_AERS symmetrical=false
692693
693694
sudo pcs node unstandby anftstsapcl1
694695
sudo pcs property set maintenance-mode=false

articles/virtual-machines/workloads/sap/high-availability-guide-rhel.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: virtual-machines-windows
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-windows
1616
ms.workload: infrastructure-services
17-
ms.date: 02/13/2020
17+
ms.date: 02/21/2020
1818
ms.author: radeltch
1919

2020
---
@@ -577,6 +577,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
577577

578578
sudo pcs constraint colocation add g-<b>NW1</b>_AERS with g-<b>NW1</b>_ASCS -5000
579579
sudo pcs constraint order g-<b>NW1</b>_ASCS then g-<b>NW1</b>_AERS kind=Optional symmetrical=false
580+
sudo pcs constraint order start g-<b>NW1</b>_ASCS then stop g-<b>NW1</b>_AERS symmetrical=false
580581

581582
sudo pcs node unstandby <b>nw1-cl-0</b>
582583
sudo pcs property set maintenance-mode=false
@@ -906,7 +907,7 @@ Follow these steps to install an SAP application server.
906907
<pre><code>[root@nw1-cl-0 ~]# pgrep ms.sapNW1 | xargs kill -9
907908
</code></pre>
908909

909-
If you only kill the message server once, it will be restarted by sapstart. If you kill it often enough, Pacemaker will eventually move the ASCS instance to the other node. Run the following commands as root to clean up the resource state of the ASCS and ERS instance after the test.
910+
If you only kill the message server once, it will be restarted by `sapstart`. If you kill it often enough, Pacemaker will eventually move the ASCS instance to the other node. Run the following commands as root to clean up the resource state of the ASCS and ERS instance after the test.
910911

911912
<pre><code>[root@nw1-cl-0 ~]# pcs resource cleanup rsc_sap_NW1_ASCS00
912913
[root@nw1-cl-0 ~]# pcs resource cleanup rsc_sap_NW1_ERS02
@@ -992,7 +993,7 @@ Follow these steps to install an SAP application server.
992993
<pre><code>[root@nw1-cl-1 ~]# pgrep er.sapNW1 | xargs kill -9
993994
</code></pre>
994995

995-
If you only run the command once, sapstart will restart the process. If you run it often enough, sapstart will not restart the process and the resource will be in a stopped state. Run the following commands as root to clean up the resource state of the ERS instance after the test.
996+
If you only run the command once, `sapstart` will restart the process. If you run it often enough, `sapstart` will not restart the process and the resource will be in a stopped state. Run the following commands as root to clean up the resource state of the ERS instance after the test.
996997

997998
<pre><code>[root@nw1-cl-0 ~]# pcs resource cleanup rsc_sap_NW1_ERS02
998999
</code></pre>

0 commit comments

Comments
 (0)