Skip to content

Commit d8095c9

Browse files
Merge pull request #289348 from dennispadia/dp-rhelusgov
Update on the use of Azure fence agent on VMs running in Azure government cloud
2 parents 9cdf681 + f96a422 commit d8095c9

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

articles/sap/workloads/get-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: sap-on-azure
66
author: msjuergent
77
manager: bburns
88
ms.topic: article
9-
ms.date: 10/25/2024
9+
ms.date: 10/28/2024
1010
ms.author: juergent
1111
---
1212

@@ -55,7 +55,9 @@ In the SAP workload documentation space, you can find the following areas:
5555

5656
## Change Log
5757

58-
- October 25, 2024: Adding documentation link to [SQL Server Azure Virtual Machines DBMS deployment for SAP NetWeaver](./dbms-guide-sqlserver.md) that describes how to disable SMT to be able to use some Mv3 SKUs where SQL Server would have a problem with too large NUMA nodes
58+
- October 28, 2024: Added information on RedHat support and the configuration of Azure fence agents for VMs in the Azure Government cloud to the document [Set up Pacemaker on Red Hat Enterprise Linux in Azure](./high-availability-guide-rhel-pacemaker.md).
59+
- October 25, 2024: Adding documentation link to [SQL Server Azure Virtual Machines DBMS deployment for SAP NetWeaver](./dbms-guide-sqlserver.md) that describes how to disable SMT to be able to use some Mv3 SKUs where SQL Server would have a problem with too large NUMA nodes.
60+
- October 16, 2024: Included ordering constraints in [High availability of SAP HANA scale-up with Azure NetApp Files on RHEL](./sap-hana-high-availability-netapp-files-red-hat.md) to ensure SAP resources on a node stop before any of the NFS mounts.
5961
- October 14, 2024: Change several database guides mentioning that with several Mv3 VM types, IOPS and throughput could be lower when using read cached Premium SSD v1 disks compared to using non-cached disks
6062
- October 7, 2024: Changes in [SQL Server Azure Virtual Machines DBMS deployment for SAP NetWeaver](./dbms-guide-sqlserver.md), documenting new Mv3 SKUs that will not work with SQL Server because of NUMA nodes larger than 64 vCPUs
6163
- October 5, 2024: Changes in documenting active/active and active/passive application layer in [SAP workload configurations with Azure Availability Zones](./high-availability-zones.md). Eliminating the list of regions for each of the cases

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: sap-on-azure
88
ms.topic: article
99
ms.tgt_pltfrm: vm-linux
1010
ms.custom: linux-related-content
11-
ms.date: 07/22/2024
11+
ms.date: 10/28/2024
1212
ms.author: radeltch
1313
---
1414

@@ -834,9 +834,10 @@ Based on the selected fencing mechanism, follow only one section for relevant in
834834
2. **[1]** Run the appropriate command depending on whether you're using a managed identity or a service principal for the Azure fence agent.
835835
836836
> [!NOTE]
837-
> The option `pcmk_host_map` is *only* required in the command if the RHEL hostnames and the Azure VM names are *not* identical. Specify the mapping in the format **hostname:vm-name**.
838-
>
839-
> Refer to the bold section in the command. For more information, see [What format should I use to specify node mappings to fencing devices in pcmk_host_map?](https://access.redhat.com/solutions/2619961).
837+
> When using Azure government cloud, you must specify `cloud=` option when configuring fence agent. For example, `cloud=usgov` for the Azure US government cloud. For details on RedHat support on Azure government cloud, see [Support Policies for RHEL High Availability Clusters - Microsoft Azure Virtual Machines as Cluster Members](https://access.redhat.com/articles/3131341).
838+
839+
> [!TIP]
840+
> The option `pcmk_host_map` is *only* required in the command if the RHEL hostnames and the Azure VM names are *not* identical. Specify the mapping in the format **hostname:vm-name**. For more information, see [What format should I use to specify node mappings to fencing devices in pcmk_host_map?](https://access.redhat.com/solutions/2619961).
840841
841842
#### [Managed identity](#tab/msi)
842843

0 commit comments

Comments
 (0)