Skip to content

Commit 3c77ca1

Browse files
Merge pull request #214773 from rdeltcheva/hana-auto-register
Add guidance for setting up AUTOMATED_REGISTER in HANA scale-up docs
2 parents 8de0872 + 299437e commit 3c77ca1

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.assetid: ad8e5c75-0cf6-4564-ae62-ea1246b4e5f2
1313
ms.topic: article
1414
ms.tgt_pltfrm: vm-linux
1515
ms.workload: infrastructure-services
16-
ms.date: 09/29/2022
16+
ms.date: 10/17/2022
1717
ms.author: juergent
1818
ms.custom: H1Hack27Feb2017
1919

@@ -64,7 +64,8 @@ In the SAP workload documentation space, you can find the following areas:
6464

6565
## Change Log
6666

67-
- September 29, 2022: Announ cing HANA Large Instances being in sunset mode in [SAP workload on Azure virtual machine supported scenarios](./sap-planning-supported-configurations.md) and [What is SAP HANA on Azure (Large Instances)?](./hana-overview-architecture.md). Adding some statements around Azure VMware and Azure Active Directory support status in [SAP workload on Azure virtual machine supported scenarios](./sap-planning-supported-configurations.md)
67+
- October 17, 2022: Change in [HA for SAP HANA on Azure VMs on SLES](./sap-hana-high-availability.md) and [HA for SAP HANA on Azure VMs on RHEL](./sap-hana-high-availability-rhel.md) to add guidance for setting up parameter `AUTOMATED_REGISTER`
68+
- September 29, 2022: Announcing HANA Large Instances being in sunset mode in [SAP workload on Azure virtual machine supported scenarios](./sap-planning-supported-configurations.md) and [What is SAP HANA on Azure (Large Instances)?](./hana-overview-architecture.md). Adding some statements around Azure VMware and Azure Active Directory support status in [SAP workload on Azure virtual machine supported scenarios](./sap-planning-supported-configurations.md)
6869
- September 27, 2022: Minor changes in [HA for SAP ASCS/ERS with NFS simple mount](./high-availability-guide-suse-nfs-simple-mount.md) on SLES 15 for SAP Applications to adjust mount instructions
6970
- September 14, 2022 Release of updated SAP on Oracle guide with new and updated content [Azure Virtual Machines Oracle DBMS deployment for SAP workload](./dbms_guide_oracle.md)
7071
- September 8, 2022: Change in [SAP HANA scale-out HSR with Pacemaker on Azure VMs on SLES](./sap-hana-high-availability-scale-out-hsr-suse.md) to add instructions for deploying /hana/shared (only) on NFS on Azure Files

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: virtual-machines-sap
1010
ms.topic: article
1111
ms.tgt_pltfrm: vm-linux
1212
ms.workload: infrastructure
13-
ms.date: 09/02/2022
13+
ms.date: 10/17/2022
1414
ms.author: radeltch
1515

1616
---
@@ -691,6 +691,10 @@ sudo pcs constraint colocation add g_ip_<b>HN1</b>_<b>03</b> with master SAPHana
691691
sudo pcs property set maintenance-mode=false
692692
</code></pre>
693693

694+
> [!IMPORTANT]
695+
> It's a good idea to set `AUTOMATED_REGISTER` to `false`, while you're performing failover tests, to prevent a failed primary instance to automatically register as secondary. After testing, as a best practice, set `AUTOMATED_REGISTER` to `true`, so that after takeover, system replication can resume automatically.
696+
697+
694698
Make sure that the cluster status is ok and that all of the resources are started. It's not important on which node the resources are running.
695699
696700
> [!NOTE]

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: virtual-machines-sap
1010
ms.topic: article
1111
ms.tgt_pltfrm: vm-linux
1212
ms.workload: infrastructure
13-
ms.date: 03/24/2022
13+
ms.date: 10/17/2022
1414
ms.author: radeltch
1515

1616
---
@@ -630,6 +630,9 @@ sudo crm configure rsc_defaults resource-stickiness=1000
630630
sudo crm configure rsc_defaults migration-threshold=5000
631631
</code></pre>
632632
633+
> [!IMPORTANT]
634+
> We recommend as a best practice that you only set AUTOMATED_REGISTER to **no**, while performing thorough fail-over tests, to prevent failed primary instance to automatically register as secondary. Once the fail-over tests have completed successfully, set AUTOMATED_REGISTER to **yes**, so that after takeover system replication can resume automatically.
635+
633636
Make sure that the cluster status is ok and that all of the resources are started. It's not important on which node the resources are running.
634637
635638
<pre><code>sudo crm_mon -r

0 commit comments

Comments
 (0)