Skip to content

Commit 1164273

Browse files
author
rdeltcheva
committed
Add missing HANA command(2)
1 parent dd18bd8 commit 1164273

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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)