Skip to content

Commit ecff0c2

Browse files
Merge pull request #314814 from dennispadia/dp-rhelchanges
Remove meta attribute for ERS resources in RHEL ENSA2
2 parents f446b8e + 6231cc5 commit ecff0c2

5 files changed

Lines changed: 7 additions & 11 deletions

articles/sap/workloads/get-started.md

Lines changed: 2 additions & 1 deletion
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: 03/03/2026
9+
ms.date: 04/16/2026
1010
ms.author: juergent
1111
# Customer intent: "As an IT administrator, I want to deploy SAP workloads on Azure VMs, so that I can leverage Azure's scalability and automated management features for mission-critical applications."
1212
---
@@ -56,6 +56,7 @@ In the SAP workload documentation space, you can find the following areas:
5656

5757
## Change Log
5858

59+
- April 16, 2026: Removed setting the 'resource-stickiness' meta-attribute from ENSA2 ERS resources across RHEL high availability guides [High availability for SAP NetWeaver on VMs on RHEL with NFS on Azure Files](./high-availability-guide-rhel-nfs-azure-files.md), [Azure Virtual Machines HA for SAP NetWeaver on RHEL with Azure NetApp Files for SAP applications](./high-availability-guide-rhel-netapp-files.md), [Azure Virtual Machines high availability for SAP NetWeaver on Red Hat Enterprise Linux](./high-availability-guide-rhel.md), and [High availability for SAP NetWeaver on Azure VMs on Red Hat Enterprise Linux for SAP applications multi-SID](./high-availability-guide-rhel-multi-sid.md).
5960
- April 10, 2026: Added Note for deployment guidelines of SAP NetWeaver ASCS/ERS on 3-node pacemaker cluster for **RHEL** in [High availability for SAP NetWeaver on VMs on RHEL with NFS on Azure Files](./high-availability-guide-rhel-nfs-azure-files.md), [Azure Virtual Machines HA for SAP NetWeaver on RHEL with Azure NetApp Files for SAP applications](./high-availability-guide-rhel-netapp-files.md), [Azure Virtual Machines high availability for SAP NetWeaver on Red Hat Enterprise Linux](./high-availability-guide-rhel.md), [High availability for SAP NetWeaver on Azure VMs on Red Hat Enterprise Linux for SAP applications multi-SID](./high-availability-guide-rhel-multi-sid.md) and for **SLES** in [High availability SAP NetWeaver with simple mount and NFS on SLES for SAP Applications VM](./high-availability-guide-suse-nfs-simple-mount.md), [High availability for SAP NetWeaver on VM on SUSE Linux Enterprise Server with NFS on Azure Files](./high-availability-guide-suse-nfs-azure-files.md), [High availability for SAP NetWeaver on VM on SUSE Linux Enterprise Server with Azure NetApp Files for SAP applications](./high-availability-guide-suse-netapp-files.md), [High availability for SAP NetWeaver on VM on SUSE Linux Enterprise Server for SAP applications](./high-availability-guide-suse.md), [High availability for SAP NetWeaver on VM on SUSE Linux Enterprise Server for SAP applications multi-SID](./high-availability-guide-suse-multi-sid.md).
6061
- March 03, 2026: Added required changes for RHEL 10 cluster configuration and created a separate tab for different OS releases in [Set up Pacemaker on Red Hat Enterprise Linux in Azure](./high-availability-guide-rhel-pacemaker.md), [High availability of SAP HANA on Azure VMs on Red Hat Enterprise Linux](./sap-hana-high-availability-rhel.md), [High availability of SAP HANA scale-up with Azure NetApp Files on RHEL](./sap-hana-high-availability-netapp-files-red-hat.md), [High availability of SAP HANA scale-out system on Red Hat Enterprise Linux](./sap-hana-high-availability-scale-out-hsr-rhel.md), [High availability for SAP NetWeaver on VMs on RHEL with NFS on Azure Files](./high-availability-guide-rhel-nfs-azure-files.md), [Azure Virtual Machines HA for SAP NetWeaver on RHEL with Azure NetApp Files for SAP applications](./high-availability-guide-rhel-netapp-files.md), [Azure Virtual Machines high availability for SAP NetWeaver on Red Hat Enterprise Linux](./high-availability-guide-rhel.md), [High availability for SAP NetWeaver on Azure VMs on Red Hat Enterprise Linux for SAP applications multi-SID](./high-availability-guide-rhel-multi-sid.md).
6162
- March 03, 2026: Updated SELinux support statement in [Secure Azure infrastructure for SAP applications](./sap-security-infrastructure.md)

articles/sap/workloads/high-availability-guide-rhel-multi-sid.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: juergent
77
ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.topic: how-to
10-
ms.date: 02/23/2026
10+
ms.date: 04/16/2026
1111
ms.author: radeltch
1212
ms.custom:
1313
- linux-related-content
@@ -445,7 +445,6 @@ This article assumes that:
445445
op monitor interval=20 on-fail=restart timeout=60 op start interval=0 timeout=600 op stop interval=0 timeout=600
446446
447447
sudo pcs resource group add g-NW2_AERS rsc_sap_NW2_ERS12
448-
sudo pcs resource meta rsc_sap_NW2_ERS12 resource-stickiness=3000
449448
450449
sudo pcs constraint order start g-NW2_ASCS then stop g-NW2_AERS kind=Optional symmetrical=false
451450
sudo pcs constraint colocation add g-NW2_AERS with g-NW2_ASCS score=-5000
@@ -466,7 +465,6 @@ This article assumes that:
466465
op monitor interval=20 on-fail=restart timeout=60 op start interval=0 timeout=600 op stop interval=0 timeout=600
467466
468467
sudo pcs resource group add g-NW3_AERS rsc_sap_NW3_ERS22
469-
sudo pcs resource meta rsc_sap_NW3_ERS22 resource-stickiness=3000
470468
471469
sudo pcs constraint order start g-NW3_ASCS then stop g-NW3_AERS kind=Optional symmetrical=false
472470
sudo pcs constraint colocation add g-NW3_AERS with g-NW3_ASCS score=-5000

articles/sap/workloads/high-availability-guide-rhel-netapp-files.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: juergent
66
ms.service: sap-on-azure
77
ms.subservice: sap-vm-workloads
88
ms.topic: article
9-
ms.date: 02/20/2026
9+
ms.date: 04/16/2026
1010
ms.author: radeltch
1111
ms.custom:
1212
- devx-track-azurecli
@@ -664,7 +664,6 @@ The following items are prefixed with either:
664664
op monitor interval=20 on-fail=restart timeout=105 op start interval=0 timeout=600 op stop interval=0 timeout=600
665665
666666
sudo pcs resource group add g-QAS_AERS rsc_sap_QAS_ERS01
667-
sudo pcs resource meta rsc_sap_QAS_ERS01 resource-stickiness=3000
668667
669668
sudo pcs constraint order start g-QAS_ASCS then stop g-QAS_AERS kind=Optional symmetrical=false
670669
sudo pcs constraint colocation add g-QAS_AERS with g-QAS_ASCS score=-5000

articles/sap/workloads/high-availability-guide-rhel-nfs-azure-files.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: juergent
66
ms.service: sap-on-azure
77
ms.subservice: sap-vm-workloads
88
ms.topic: tutorial
9-
ms.date: 02/20/2026
9+
ms.date: 04/16/2026
1010
ms.author: radeltch
1111
ms.custom:
1212
- devx-track-azurecli
@@ -584,8 +584,7 @@ The following items are prefixed with:
584584
AUTOMATIC_RECOVER=false IS_ERS=true \
585585
op monitor interval=20 on-fail=restart timeout=60 op start interval=0 timeout=600 op stop interval=0 timeout=600
586586
587-
sudo pcs resource group add g-NW1_AERS rsc_sap_NW1_ERS01
588-
sudo pcs resource meta rsc_sap_NW1_ERS01 resource-stickiness=3000
587+
sudo pcs resource group add g-NW1_AERS rsc_sap_NW1_ERS01
589588
590589
sudo pcs constraint order start g-NW1_ASCS then stop g-NW1_AERS kind=Optional symmetrical=false
591590
sudo pcs constraint colocation add g-NW1_AERS with g-NW1_ASCS score=-5000

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: juergent
66
ms.service: sap-on-azure
77
ms.subservice: sap-vm-workloads
88
ms.topic: article
9-
ms.date: 02/20/2026
9+
ms.date: 04/16/2026
1010
ms.author: radeltch
1111
ms.custom:
1212
- devx-track-azurecli
@@ -485,7 +485,6 @@ The following items are prefixed with:
485485
op monitor interval=20 on-fail=restart timeout=60 op start interval=0 timeout=600 op stop interval=0 timeout=600
486486
487487
sudo pcs resource group add g-NW1_AERS rsc_sap_NW1_ERS02
488-
sudo pcs resource meta rsc_sap_NW1_ERS02 resource-stickiness=3000
489488
490489
sudo pcs constraint order start g-NW1_ASCS then stop g-NW1_AERS kind=Optional symmetrical=false
491490
sudo pcs constraint colocation add g-NW1_AERS with g-NW1_ASCS score=-5000

0 commit comments

Comments
 (0)