File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ms.subservice: sap-vm-workloads
11
11
ms.topic : article
12
12
ms.tgt_pltfrm : vm-linux
13
13
ms.workload : infrastructure
14
- ms.date : 12/07/2022
14
+ ms.date : 03/01/2023
15
15
ms.author : radeltch
16
16
17
17
---
@@ -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
611
611
sudo pcs constraint order SAPHanaTopology_< b> HN1< /b> _< b> 03< /b> -clone then SAPHana_< b> HN1< /b> _< b> 03< /b> -master symmetrical=false
612
612
sudo pcs constraint colocation add g_ip_< b> HN1< /b> _< b> 03< /b> with master SAPHana_< b> HN1< /b> _< b> 03< /b> -master 4000
613
613
614
+ sudo pcs resource defaults resource-stickiness=1000
615
+ sudo pcs resource defaults migration-threshold=5000
616
+
614
617
sudo pcs property set maintenance-mode=false
615
618
< /code></pre>
616
619
@@ -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
632
635
sudo pcs constraint order SAPHanaTopology_< b> HN1< /b> _< b> 03< /b> -clone then SAPHana_< b> HN1< /b> _< b> 03< /b> -clone symmetrical=false
633
636
sudo pcs constraint colocation add g_ip_< b> HN1< /b> _< b> 03< /b> with master SAPHana_< b> HN1< /b> _< b> 03< /b> -clone 4000
634
637
638
+ sudo pcs resource defaults update resource-stickiness=1000
639
+ sudo pcs resource defaults update migration-threshold=5000
640
+
635
641
sudo pcs property set maintenance-mode=false
636
642
< /code></pre>
637
643
You can’t perform that action at this time.
0 commit comments