Skip to content

Commit 35893cf

Browse files
committed
Add ENSA2 cluster constraint
1 parent 359caab commit 35893cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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: 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
---
@@ -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

0 commit comments

Comments
 (0)