Skip to content

Commit 69e51ed

Browse files
author
rdeltcheva
committed
HANA HA on RHEL - add defaults in the cluster configuration
1 parent 0f42ec1 commit 69e51ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/sap/workloads/sap-hana-high-availability-rhel.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: sap-vm-workloads
1111
ms.topic: article
1212
ms.tgt_pltfrm: vm-linux
1313
ms.workload: infrastructure
14-
ms.date: 12/07/2022
14+
ms.date: 03/01/2023
1515
ms.author: radeltch
1616

1717
---
@@ -611,6 +611,9 @@ sudo pcs resource group add g_ip_<b>HN1</b>_<b>03</b> nc_<b>HN1</b>_<b>03</b> vi
611611
sudo pcs constraint order SAPHanaTopology_<b>HN1</b>_<b>03</b>-clone then SAPHana_<b>HN1</b>_<b>03</b>-master symmetrical=false
612612
sudo pcs constraint colocation add g_ip_<b>HN1</b>_<b>03</b> with master SAPHana_<b>HN1</b>_<b>03</b>-master 4000
613613

614+
sudo pcs resource defaults resource-stickiness=1000
615+
sudo pcs resource defaults migration-threshold=5000
616+
614617
sudo pcs property set maintenance-mode=false
615618
</code></pre>
616619

@@ -632,6 +635,9 @@ sudo pcs resource group add g_ip_<b>HN1</b>_<b>03</b> nc_<b>HN1</b>_<b>03</b> vi
632635
sudo pcs constraint order SAPHanaTopology_<b>HN1</b>_<b>03</b>-clone then SAPHana_<b>HN1</b>_<b>03</b>-clone symmetrical=false
633636
sudo pcs constraint colocation add g_ip_<b>HN1</b>_<b>03</b> with master SAPHana_<b>HN1</b>_<b>03</b>-clone 4000
634637

638+
sudo pcs resource defaults update resource-stickiness=1000
639+
sudo pcs resource defaults update migration-threshold=5000
640+
635641
sudo pcs property set maintenance-mode=false
636642
</code></pre>
637643

0 commit comments

Comments
 (0)