Skip to content

Commit 468e9dc

Browse files
HSR updates
1 parent 7aa4c18 commit 468e9dc

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed
8.55 KB
Loading

articles/backup/sap-hana-database-restore.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore SAP HANA databases on Azure VMs
33
description: In this article, you'll learn how to restore SAP HANA databases that are running on Azure virtual machines. You can also use Cross Region Restore to restore your databases to a secondary region.
44
ms.topic: how-to
5-
ms.date: 06/20/2023
5+
ms.date: 07/14/2023
66
ms.service: backup
77
ms.custom: ignite-2022
88
author: jyothisuri
@@ -13,11 +13,11 @@ ms.author: jsuri
1313

1414
This article describes how to restore SAP HANA databases that are running on Azure virtual machines (VMs) and that the Azure Backup service has backed up to a Recovery Services vault. You can use the restored data to create copies for development and test scenarios or to return to a previous state.
1515

16-
Azure Backup now supports backup and restore of SAP HANA System Replication (HSR) instance (preview).
16+
Azure Backup now supports backup and restore of SAP HANA System Replication (HSR) instance.
1717

1818
>[!Note]
1919
>- The restore process for HANA databases with HSR is the same as the restore process for HANA databases without HSR. As per SAP advisories, you can restore databases with HSR mode as *standalone* databases. If the target system has the HSR mode enabled, first disable the mode, and then restore the database.
20-
>- Original Location Recovery (OLR) is currently not supported for HSR.
20+
>- Original Location Recovery (OLR) is currently not supported for HSR. Select **Alternate location** restore, and then select the source VM as your *Host* from the list.
2121
>- Restore to HSR instance isn't supported. However, restore only to HANA instance is supported.
2222
2323
For information about the supported configurations and scenarios, see the [SAP HANA backup support matrix](sap-hana-backup-support-matrix.md).
@@ -85,6 +85,16 @@ To restore a database, you need the following permissions:
8585

8686
:::image type="content" source="./media/sap-hana-db-restore/hana-restore-configuration.png" alt-text="Screenshot that shows where to restore the configuration.":::
8787

88+
>[!Note]
89+
>During restore (applicable to Virtual IP/ Load balancer frontend IP scenario only), if you’re trying to restore a backup to target node after changing the HSR mode as standalone or breaking HSR before restore as recommended by SAP and, ensure that Load Balancer is pointed to the target node.
90+
>
91+
>**Example scenarios**:
92+
>
93+
>- If you’re using *hdbuserstore set SYSTEMKEY localhost* in your preregistration script, there will be no issues during restore.
94+
>- If your *hdbuserstore set `SYSTEMKEY <load balancer host/ip>` in your preregistration script and you’re trying to restore the backup to target node, ensure that the load balancer is pointed to the target node that needs to be restored.
95+
>
96+
>
97+
8898
### Restore to an alternate location
8999

90100
1. On the **Restore** pane, under **Where and how to Restore?**, select **Alternate Location**.

articles/backup/sap-hana-database-with-hana-system-replication-backup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ To discover the HSR database, follow these steps:
120120

121121
To view the details about all the databases of each discovered VM, select **View details** under the **Step 1: Discover DBs in VMs section**.
122122

123+
>[!Note]
124+
>During discovery or configuration of backup on the secondary node, ignore the status if the **Backup Readiness** state appears **Not Ready** as this is an expected state for the secondary node on HSR.
125+
>
126+
> :::image type="content" source="./media/sap-hana-database-with-hana-system-replication-backup/backup-readiness-state.png" alt-text="Screenshot shows the different backup readiness state." lightbox="./media/sap-hana-database-with-hana-system-replication-backup/backup-readiness-state.png":::
127+
123128
## Configure backup
124129

125130
To enable the backup, follow these steps:

0 commit comments

Comments
 (0)