You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sap/workloads/high-availability-guide-rhel-pacemaker.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.author: radeltch
16
16
17
17
This article describes how to configure a basic Pacemaker cluster on Red Hat Enterprise Server (RHEL). The instructions cover RHEL 7, RHEL 8, and RHEL 9.
18
18
19
-
## References
19
+
## Pre-requisites
20
20
21
21
Read the following SAP Notes and articles first:
22
22
@@ -523,7 +523,7 @@ foreach ($vmName in $vmNames) {
523
523
modprobe softdog
524
524
```
525
525
526
-
7. **[A]** Run the following command to ensure `softdog` is automatically loaded after a node reboot.
526
+
7. **[A]** Run the following command to ensure `softdog` is automatically loaded after a node reboot.
527
527
528
528
```bash
529
529
echo softdog > /etc/modules-load.d/watchdog.conf
@@ -545,7 +545,7 @@ foreach ($vmName in $vmNames) {
545
545
# JobTimeoutAction=none
546
546
```
547
547
548
-
## Create a fencing device
548
+
## Azure fence agent configuration
549
549
550
550
The fencing device uses either a managed identity for Azure resource or a service principal to authorize against Azure. Depending on the identity management method, follow the appropriate procedures -
551
551
@@ -667,7 +667,7 @@ Differences in the commands or the configuration between RHEL 7 and RHEL 8/RHEL
667
667
```
668
668
669
669
> [!IMPORTANT]
670
-
> If you need to update the Azure fence agent, and if you're using a custom role, make sure to update the custom role to include the action **powerOff**. For more information, see [Create a custom role for the fence agent](#create-a-custom-role-for-the-fence-agent).
670
+
> If you need to update the Azure fence agent, and if you're using a custom role, make sure to update the custom role to include the action **powerOff**. For more information, see [Create a custom role for the fence agent](#azure-fence-agent-configuration).
671
671
672
672
4. **[A]** Set up hostname resolution.
673
673
@@ -788,7 +788,7 @@ Differences in the commands or the configuration between RHEL 7 and RHEL 8/RHEL
788
788
>* The property `priority-fencing-delay` is applicable for Pacemaker version 2.0.4-6.el8 or higher and on a two-node cluster. If you configure the `priority-fencing-delay` cluster property, you don't need to set the `pcmk_delay_max` property. But if the Pacemaker version is less than 2.0.4-6.el8, you need to set the `pcmk_delay_max` property.
789
789
> * For instructions on how to set the `priority-fencing-delay` cluster property, see the respective SAP ASCS/ERS and SAP HANA scale-up HA documents.
790
790
791
-
Based on the selected fencing mechanism, follow to the relevant instructions: [SBD as fencing device](#sbd-as-fencing-device) or [Azure fence agent as fencing device](#azure-fence-agent-as-fencing-device).
791
+
Based on the selected fencing mechanism, follow relevant instructions: [SBD as fencing device](#sbd-as-fencing-device) or [Azure fence agent as fencing device](#azure-fence-agent-as-fencing-device).
792
792
793
793
#### SBD as fencing device
794
794
@@ -929,16 +929,18 @@ When the cluster health attribute is set for a node, the location constraint tri
929
929
* RHEL 9.0: `resource-agents-cloud-4.10.0-9.6`
930
930
* RHEL 9.2 and newer: `resource-agents-cloud-4.10.0-34.1`
931
931
932
-
1. **[1]** Configure the resources in Pacemaker.
932
+
2. **[1]** Configure the resources in Pacemaker.
933
933
934
934
```bash
935
935
#Place the cluster in maintenance mode
936
936
sudo pcs property set maintenance-mode=true
937
+
```
937
938
938
-
1. **[1]** Set the Pacemaker cluster health-node strategy and constraint.
939
+
3. **[1]** Set the Pacemaker cluster health-node strategy and constraint.
0 commit comments