Skip to content

Commit 7b3fa42

Browse files
committed
HANA HA on SLES - remove is-managed meta attribute
1 parent 208600e commit 7b3fa42

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/virtual-machines/workloads/sap/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: virtual-machines-linux
1515
ms.topic: article
1616
ms.tgt_pltfrm: vm-linux
1717
ms.workload: infrastructure-services
18-
ms.date: 04/21/2020
18+
ms.date: 04/22/2020
1919
ms.author: juergent
2020
ms.custom: H1Hack27Feb2017
2121

@@ -110,6 +110,7 @@ For information on integration of Azure services into SAP components, see:
110110

111111
## Change Log
112112

113+
- 04/22/2020: Change in [High availability of SAP HANA on Azure VMs on SLES](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-high-availability) to remove meta attribute `is-managed` from the instructions, as it conflicts with placing the cluster in or out of maintenance mode
113114
- 04/21/2020: Added SQL Azure DB as supported DBMS for SAP (Hybris) Commerce Platform 1811 and later in articles [What SAP software is supported for Azure deployments](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-supported-product-on-azure) and [SAP certifications and configurations running on Microsoft Azure](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-certifications)
114115
- 04/16/2020: Added SAP HANA as supported DBMS for SAP (Hybris) Commerce Platform in articles [What SAP software is supported for Azure deployments](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-supported-product-on-azure) and [SAP certifications and configurations running on Microsoft Azure](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-certifications)
115116
- 04/13/2020: Correct to exact SAP ASE release numbers in [SAP ASE Azure Virtual Machines DBMS deployment for SAP workload](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/dbms_guide_sapase)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: virtual-machines-linux
1212
ms.topic: article
1313
ms.tgt_pltfrm: vm-linux
1414
ms.workload: infrastructure
15-
ms.date: 03/31/2020
15+
ms.date: 04/22/2020
1616
ms.author: radeltch
1717

1818
---
@@ -509,7 +509,7 @@ sudo crm configure primitive rsc_SAPHanaTopology_<b>HN1</b>_HDB<b>03</b> ocf:sus
509509
params SID="<b>HN1</b>" InstanceNumber="<b>03</b>"
510510

511511
sudo crm configure clone cln_SAPHanaTopology_<b>HN1</b>_HDB<b>03</b> rsc_SAPHanaTopology_<b>HN1</b>_HDB<b>03</b> \
512-
meta is-managed="true" clone-node-max="1" target-role="Started" interleave="true"
512+
meta clone-node-max="1" target-role="Started" interleave="true"
513513
</code></pre>
514514

515515
Next, create the HANA resources:
@@ -536,11 +536,11 @@ sudo crm configure primitive rsc_SAPHana_<b>HN1</b>_HDB<b>03</b> ocf:suse:SAPHan
536536
DUPLICATE_PRIMARY_TIMEOUT="7200" AUTOMATED_REGISTER="false"
537537

538538
sudo crm configure ms msl_SAPHana_<b>HN1</b>_HDB<b>03</b> rsc_SAPHana_<b>HN1</b>_HDB<b>03</b> \
539-
meta is-managed="true" notify="true" clone-max="2" clone-node-max="1" \
539+
meta notify="true" clone-max="2" clone-node-max="1" \
540540
target-role="Started" interleave="true"
541541

542542
sudo crm configure primitive rsc_ip_<b>HN1</b>_HDB<b>03</b> ocf:heartbeat:IPaddr2 \
543-
meta target-role="Started" is-managed="true" \
543+
meta target-role="Started" \
544544
operations \$id="rsc_ip_<b>HN1</b>_HDB<b>03</b>-operations" \
545545
op monitor interval="10s" timeout="20s" \
546546
params ip="<b>10.0.0.13</b>"

0 commit comments

Comments
 (0)