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
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: juergent
7
7
ms.service: sap-on-azure
8
8
ms.topic: article
9
9
ms.tgt_pltfrm: vm-linux
10
-
ms.date: 01/29/2026
10
+
ms.date: 03/03/2026
11
11
ms.author: radeltch
12
12
ms.custom:
13
13
- linux-related-content
@@ -512,7 +512,7 @@ foreach ($vmName in $vmNames) {
512
512
sudo vi /etc/sysconfig/sbd
513
513
```
514
514
515
-
2. Change the property of the SBD device, enable the pacemaker integration, change the start mode of SBD, and adjust SBD_DELAY_START value.
515
+
2. Change the property of the SBD device, enable the pacemaker integration, change the start mode of SBD, and adjust SBD_DELAY_START value.
516
516
517
517
```bash
518
518
[...]
@@ -563,7 +563,7 @@ The fencing device uses either a managed identity for Azure resource or a servic
563
563
564
564
#### [Managed identity](#tab/msi)
565
565
566
-
To create a managed identity (MSI), [create a system-assigned](/entra/identity/managed-identities-azure-resources/how-to-configure-managed-identities?pivots=qs-configure-portal-windows-vm#system-assigned-managed-identity) managed identity for each VM in the cluster. If a system-assigned managed identity already exists, then it would be used. Don't use user-assigned managed identities with Pacemaker at this time. A fence device, based on managed identity, is supported on RHEL 7.9 and RHEL 8.x/RHEL 9.x.
566
+
To create a managed identity (MSI), [create a system-assigned](/entra/identity/managed-identities-azure-resources/how-to-configure-managed-identities?pivots=qs-configure-portal-windows-vm#system-assigned-managed-identity) managed identity for each VM in the cluster. If a system-assigned managed identity already exists, then it would be used. Don't use user-assigned managed identities with Pacemaker at this time. A fence device, based on managed identity, is supported on RHEL 7.9 and RHEL 8.x/RHEL 9.x/RHEL 10.x.
567
567
568
568
#### [Service principal](#tab/spn)
569
569
@@ -732,7 +732,7 @@ Differences in the commands or the configuration between RHEL 7 and RHEL 8/RHEL
732
732
sudo pcs cluster start --all
733
733
```
734
734
735
-
If you're building a cluster on **RHEL 8.x/RHEL 9.x**, use the following commands:
735
+
If you're building a cluster on **RHEL 8.x/RHEL 9.x/RHEL 10.x**, use the following commands:
0 commit comments