Skip to content

Commit c71df6f

Browse files
committed
minor changes
1 parent 2078d07 commit c71df6f

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

articles/sap/workloads/high-availability-guide-suse-pacemaker.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -933,41 +933,41 @@ Make sure to assign the custom role to the service principal at all VM (cluster
933933
> The 'pcmk_host_map' option is required in the command only if the hostnames and the Azure VM names are *not* identical. Specify the mapping in the format *hostname:vm-name*.
934934
> Refer to the bold section in the following command.
935935

936-
#### [Managed identity](#tab/msi)
936+
#### [Managed identity](#tab/msi)
937937

938-
```bash
939-
# replace the bold strings with your subscription ID and resource group of the VM
938+
```bash
939+
# replace the bold strings with your subscription ID and resource group of the VM
940940
941-
sudo crm configure primitive rsc_st_azure stonith:fence_azure_arm \
942-
params msi=true subscriptionId="subscription ID" resourceGroup="resource group" \
943-
pcmk_monitor_retries=4 pcmk_action_limit=3 power_timeout=240 pcmk_reboot_timeout=900 pcmk_delay_max=15 pcmk_host_map="prod-cl1-0:prod-cl1-0-vm-name;prod-cl1-1:prod-cl1-1-vm-name" \
944-
op monitor interval=3600 timeout=120
941+
sudo crm configure primitive rsc_st_azure stonith:fence_azure_arm \
942+
params msi=true subscriptionId="subscription ID" resourceGroup="resource group" \
943+
pcmk_monitor_retries=4 pcmk_action_limit=3 power_timeout=240 pcmk_reboot_timeout=900 pcmk_delay_max=15 pcmk_host_map="prod-cl1-0:prod-cl1-0-vm-name;prod-cl1-1:prod-cl1-1-vm-name" \
944+
op monitor interval=3600 timeout=120
945945
946-
sudo crm configure property stonith-timeout=900
947-
```
946+
sudo crm configure property stonith-timeout=900
947+
```
948948

949-
#### [Service principal](#tab/spn)
949+
#### [Service principal](#tab/spn)
950950

951-
```bash
952-
# replace the bold strings with your subscription ID, resource group of the VM, tenant ID, service principal application ID and password
951+
```bash
952+
# replace the bold strings with your subscription ID, resource group of the VM, tenant ID, service principal application ID and password
953953
954-
sudo crm configure primitive rsc_st_azure stonith:fence_azure_arm \
955-
params subscriptionId="subscription ID" resourceGroup="resource group" tenantId="tenant ID" login="application ID" passwd="password" \
956-
pcmk_monitor_retries=4 pcmk_action_limit=3 power_timeout=240 pcmk_reboot_timeout=900 pcmk_delay_max=15 pcmk_host_map="prod-cl1-0:prod-cl1-0-vm-name;prod-cl1-1:prod-cl1-1-vm-name" \
957-
op monitor interval=3600 timeout=120
954+
sudo crm configure primitive rsc_st_azure stonith:fence_azure_arm \
955+
params subscriptionId="subscription ID" resourceGroup="resource group" tenantId="tenant ID" login="application ID" passwd="password" \
956+
pcmk_monitor_retries=4 pcmk_action_limit=3 power_timeout=240 pcmk_reboot_timeout=900 pcmk_delay_max=15 pcmk_host_map="prod-cl1-0:prod-cl1-0-vm-name;prod-cl1-1:prod-cl1-1-vm-name" \
957+
op monitor interval=3600 timeout=120
958958
959-
sudo crm configure property stonith-timeout=900
960-
```
959+
sudo crm configure property stonith-timeout=900
960+
```
961961

962-
---
962+
---
963963

964-
If you're using fencing device, based on service principal configuration, read [Change from SPN to MSI for Pacemaker clusters using Azure fencing](https://techcommunity.microsoft.com/t5/running-sap-applications-on-the/sap-on-azure-high-availability-change-from-spn-to-msi-for/ba-p/3609278) and learn how to convert to managed identity configuration.
964+
If you're using fencing device, based on service principal configuration, read [Change from SPN to MSI for Pacemaker clusters using Azure fencing](https://techcommunity.microsoft.com/t5/running-sap-applications-on-the/sap-on-azure-high-availability-change-from-spn-to-msi-for/ba-p/3609278) and learn how to convert to managed identity configuration.
965965
966-
> [!IMPORTANT]
967-
> The monitoring and fencing operations are deserialized. As a result, if there's a longer-running monitoring operation and simultaneous fencing event, there's no delay to the cluster failover because the monitoring operation is already running.
966+
> [!IMPORTANT]
967+
> The monitoring and fencing operations are deserialized. As a result, if there's a longer-running monitoring operation and simultaneous fencing event, there's no delay to the cluster failover because the monitoring operation is already running.
968968
969-
> [!TIP]
970-
>The Azure fence agent requires outbound connectivity to the public endpoints, as documented, along with possible solutions, in [Public endpoint connectivity for VMs using standard ILB](./high-availability-guide-standard-load-balancer-outbound-connections.md).
969+
> [!TIP]
970+
>The Azure fence agent requires outbound connectivity to the public endpoints, as documented, along with possible solutions, in [Public endpoint connectivity for VMs using standard ILB](./high-availability-guide-standard-load-balancer-outbound-connections.md).
971971
972972
## Configure Pacemaker for Azure scheduled events
973973

0 commit comments

Comments
 (0)