Skip to content

Commit 39f3ede

Browse files
Merge pull request #284830 from dennispadia/dp-sles
Include clone command for HANA resources on SLES
2 parents c4e74a8 + 530cbbe commit 39f3ede

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/sap/workloads/sap-hana-high-availability.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: sap-on-azure
77
ms.subservice: sap-vm-workloads
88
ms.topic: article
99
ms.custom: devx-track-azurecli, devx-track-azurepowershell, linux-related-content
10-
ms.date: 06/18/2024
10+
ms.date: 08/15/2024
1111
ms.author: radeltch
1212
---
1313
# High availability for SAP HANA on Azure VMs on SUSE Linux Enterprise Server
@@ -17,7 +17,6 @@ ms.author: radeltch
1717
[planning-guide]:planning-guide.md
1818

1919
[2205917]:https://launchpad.support.sap.com/#/notes/2205917
20-
[1944799]:https://launchpad.support.sap.com/#/notes/1944799
2120
[1928533]:https://launchpad.support.sap.com/#/notes/1928533
2221
[2015553]:https://launchpad.support.sap.com/#/notes/2015553
2322
[2178632]:https://launchpad.support.sap.com/#/notes/2178632
@@ -53,7 +52,7 @@ Before you begin, read the following SAP Notes and papers:
5352
- The required SAP kernel versions for Windows and Linux on Microsoft Azure.
5453
- SAP Note [2015553] lists the prerequisites for SAP-supported SAP software deployments in Azure.
5554
- SAP Note [2205917] has recommended OS settings for SUSE Linux Enterprise Server 12 (SLES 12) for SAP Applications.
56-
- SAP Note [2684254] has recommended OS settings for SUSE Linux Enterprise Server 15 (SLES 15) for SAP Applications.
55+
- SAP Note [2684254] has recommended OS settings for SUSE Linux Enterprise Server 15 (SLES 15) for SAP Applications.
5756
- SAP Note [2235581] has SAP HANA supported Operating systems
5857
- SAP Note [2178632] has detailed information about all the monitoring metrics that are reported for SAP in Azure.
5958
- SAP Note [2191498] has the required SAP host agent version for Linux in Azure.
@@ -578,10 +577,16 @@ sudo crm configure primitive rsc_SAPHana_<HANA SID>_HDB<instance number> ocf:sus
578577
params SID="<HANA SID>" InstanceNumber="<instance number>" PREFER_SITE_TAKEOVER="true" \
579578
DUPLICATE_PRIMARY_TIMEOUT="7200" AUTOMATED_REGISTER="false"
580579
580+
# Run the following command if the cluster nodes are running on SLES 12 SP05.
581581
sudo crm configure ms msl_SAPHana_<HANA SID>_HDB<instance number> rsc_SAPHana_<HANA SID>_HDB<instance number> \
582582
meta notify="true" clone-max="2" clone-node-max="1" \
583583
target-role="Started" interleave="true"
584584
585+
# Run the following command if the cluster nodes are running on SLES 15 SP03 or later.
586+
sudo crm configure clone msl_SAPHana_<HANA SID>_HDB<instance number> rsc_SAPHana_<HANA SID>_HDB<instance number> \
587+
meta notify="true" clone-max="2" clone-node-max="1" \
588+
target-role="Started" interleave="true" promotable="true"
589+
585590
sudo crm resource meta msl_SAPHana_<HANA SID>_HDB<instance number> set priority 100
586591
587592
sudo crm configure primitive rsc_ip_<HANA SID>_HDB<instance number> ocf:heartbeat:IPaddr2 \

0 commit comments

Comments
 (0)