@@ -7,7 +7,7 @@ ms.service: sap-on-azure
7
7
ms.subservice : sap-vm-workloads
8
8
ms.topic : article
9
9
ms.custom : devx-track-azurecli, devx-track-azurepowershell, linux-related-content
10
- ms.date : 06/18 /2024
10
+ ms.date : 08/15 /2024
11
11
ms.author : radeltch
12
12
---
13
13
# High availability for SAP HANA on Azure VMs on SUSE Linux Enterprise Server
@@ -17,7 +17,6 @@ ms.author: radeltch
17
17
[ planning-guide ] :planning-guide.md
18
18
19
19
[ 2205917 ] :https://launchpad.support.sap.com/#/notes/2205917
20
- [ 1944799 ] :https://launchpad.support.sap.com/#/notes/1944799
21
20
[ 1928533 ] :https://launchpad.support.sap.com/#/notes/1928533
22
21
[ 2015553 ] :https://launchpad.support.sap.com/#/notes/2015553
23
22
[ 2178632 ] :https://launchpad.support.sap.com/#/notes/2178632
@@ -53,7 +52,7 @@ Before you begin, read the following SAP Notes and papers:
53
52
- The required SAP kernel versions for Windows and Linux on Microsoft Azure.
54
53
- SAP Note [ 2015553] lists the prerequisites for SAP-supported SAP software deployments in Azure.
55
54
- 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.
57
56
- SAP Note [ 2235581] has SAP HANA supported Operating systems
58
57
- SAP Note [ 2178632] has detailed information about all the monitoring metrics that are reported for SAP in Azure.
59
58
- 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
578
577
params SID="<HANA SID>" InstanceNumber="<instance number>" PREFER_SITE_TAKEOVER="true" \
579
578
DUPLICATE_PRIMARY_TIMEOUT="7200" AUTOMATED_REGISTER="false"
580
579
580
+ # Run the following command if the cluster nodes are running on SLES 12 SP05.
581
581
sudo crm configure ms msl_SAPHana_<HANA SID>_HDB<instance number> rsc_SAPHana_<HANA SID>_HDB<instance number> \
582
582
meta notify="true" clone-max="2" clone-node-max="1" \
583
583
target-role="Started" interleave="true"
584
584
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
+
585
590
sudo crm resource meta msl_SAPHana_<HANA SID>_HDB<instance number> set priority 100
586
591
587
592
sudo crm configure primitive rsc_ip_<HANA SID>_HDB<instance number> ocf:heartbeat:IPaddr2 \
0 commit comments