Skip to content

Commit 15f3886

Browse files
Merge pull request #289948 from rdeltcheva/hana-ha-rhel2
Add missing HANA command(2)
2 parents 4a7d907 + da14e49 commit 15f3886

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

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: 10/29/2024
9+
ms.date: 11/05/2024
1010
ms.author: juergent
1111
---
1212

@@ -54,6 +54,7 @@ In the SAP workload documentation space, you can find the following areas:
5454
- **Azure Monitor for SAP solutions**: Microsoft developed monitoring solutions specifically for SAP supported OS and DBMS, as well as S/4HANA and NetWeaver. This section documents the deployment and usage of the service
5555

5656
## Change Log
57+
- November 5, 2024: Add missing step to start HANA [High availability of SAP HANA on Azure VMs on RHEL](./sap-hana-high-availability-rhel.md).
5758
- November 1, 2024: Adding HANA high-availability hook ChkSrv for [dying indexserver for RHEL based cluster setups](./sap-hana-high-availability-rhel.md#implement-sap-hana-system-replication-hooks).
5859
- October 29, 2024: some changes on disk caching and smaller updates in [Azure Virtual Machines Oracle DBMS deployment for SAP workload](./dbms-guide-oracle.md). Plus fixing some typoes in HANA storage configuration documents
5960
- October 28, 2024: Added information on RedHat support and the configuration of Azure fence agents for VMs in the Azure Government cloud to the document [Set up Pacemaker on Red Hat Enterprise Linux in Azure](./high-availability-guide-rhel-pacemaker.md).

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.topic: article
1010
ms.custom: devx-track-python, devx-track-azurecli, devx-track-azurepowershell, linux-related-content
11-
ms.date: 10/16/2024
11+
ms.date: 11/05/2024
1212
ms.author: radeltch
1313
---
1414

@@ -286,6 +286,14 @@ The steps in this section use the following prefixes:
286286
hdbnsutil -sr_register --remoteHost=hn1-db-0 --remoteInstance=03 --replicationMode=sync --name=SITE2
287287
```
288288

289+
1. **[2]** Start HANA.
290+
291+
Run the following command as <hanasid\>adm to start HANA:
292+
293+
```bash
294+
sapcontrol -nr 03 -function StartSystem
295+
```
296+
289297
1. **[1]** Check replication status.
290298

291299
Check the replication status and wait until all databases are in sync. If the status remains UNKNOWN, check your firewall settings.

0 commit comments

Comments
 (0)