Skip to content

Commit 635d993

Browse files
Merge pull request #229150 from rdeltcheva/hana-rhel-defaults
HANA HA on RHEL - add defaults in the cluster configuration
2 parents 983d5ef + a529145 commit 635d993

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

articles/sap/workloads/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.assetid: ad8e5c75-0cf6-4564-ae62-ea1246b4e5f2
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-linux
1616
ms.workload: infrastructure-services
17-
ms.date: 02/21/2023
17+
ms.date: 03/01/2023
1818
ms.author: juergent
1919
ms.custom: H1Hack27Feb2017
2020

@@ -65,6 +65,7 @@ In the SAP workload documentation space, you can find the following areas:
6565

6666
## Change Log
6767

68+
- March 1, 2023: Change in [HA for SAP HANA on Azure VMs on RHEL](./sap-hana-high-availability-rhel.md) to add configuration for cluster default properties
6869
- February 21, 2023: Correct link to HANA hardware directory in [SAP HANA infrastructure configurations and operations on Azure](./hana-vm-operations.md) and fixed a bug in [SAP HANA Azure virtual machine Premium SSD v2 storage configurations](./hana-vm-premium-ssd-v2.md)
6970
- February 17, 2023: Add support and Sentinel sections, few other minor updates in [RISE with SAP integration](rise-integration.md)
7071
- February 02, 2023: Add new HA provider susChkSrv for [SAP HANA Scale-out HA on SUSE](sap-hana-high-availability-scale-out-hsr-suse.md) and change from SAPHanaSR to SAPHanaSrMultiTarget provider, enabling HANA multi-target replication

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

Lines changed: 8 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
---
@@ -69,6 +69,7 @@ Read the following SAP Notes and papers first:
6969
* [High Availability Add-On Overview](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/high_availability_add-on_overview/index)
7070
* [High Availability Add-On Administration](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/high_availability_add-on_administration/index)
7171
* [High Availability Add-On Reference](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/high_availability_add-on_reference/index)
72+
* [HANA scale-up system replication with RHEL HA add-on](https://access.redhat.com/articles/3004101)
7273
* Azure specific RHEL documentation:
7374
* [Support Policies for RHEL High Availability Clusters - Microsoft Azure Virtual Machines as Cluster Members](https://access.redhat.com/articles/3131341)
7475
* [Installing and Configuring a Red Hat Enterprise Linux 7.4 (and later) High-Availability Cluster on Microsoft Azure](https://access.redhat.com/articles/3252491)
@@ -611,6 +612,9 @@ sudo pcs resource group add g_ip_<b>HN1</b>_<b>03</b> nc_<b>HN1</b>_<b>03</b> vi
611612
sudo pcs constraint order SAPHanaTopology_<b>HN1</b>_<b>03</b>-clone then SAPHana_<b>HN1</b>_<b>03</b>-master symmetrical=false
612613
sudo pcs constraint colocation add g_ip_<b>HN1</b>_<b>03</b> with master SAPHana_<b>HN1</b>_<b>03</b>-master 4000
613614

615+
sudo pcs resource defaults resource-stickiness=1000
616+
sudo pcs resource defaults migration-threshold=5000
617+
614618
sudo pcs property set maintenance-mode=false
615619
</code></pre>
616620

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

639+
sudo pcs resource defaults update resource-stickiness=1000
640+
sudo pcs resource defaults update migration-threshold=5000
641+
635642
sudo pcs property set maintenance-mode=false
636643
</code></pre>
637644

0 commit comments

Comments
 (0)