Skip to content

Commit 90859c6

Browse files
authored
Merge pull request #273478 from AbhishekMallick-MS/Apr-26-2024-SAP
SAP HANA DB backup status
2 parents f50eb0b + 621b920 commit 90859c6

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up an SAP HANA database to Azure with Azure Backup
33
description: In this article, learn how to back up an SAP HANA database to Azure virtual machines with the Azure Backup service.
44
ms.topic: how-to
5-
ms.date: 03/04/2024
5+
ms.date: 04/26/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -119,7 +119,7 @@ Create the following outbound rule and allow the domain name to do the database
119119
- **Destination**: Service Tag.
120120
- **Destination Service Tag**: `AzureResourceManager`
121121

122-
:::image type="content" source="./media/backup-azure-sap-hana-database/outbound-rule-hana-backups.png" alt-text="Screenshot shows the outbound rule settings." lightbox="./media/backup-azure-sap-hana-database/outbound-rule-hana-backups.png":::
122+
:::image type="content" source="./media/backup-azure-sap-hana-database/outbound-rule-hana-backups.png" alt-text="Screenshot shows the outbound rule settings." lightbox="./media/backup-azure-sap-hana-database/outbound-rule-hana-backups.png":::
123123

124124

125125

@@ -259,6 +259,24 @@ To configure multistreaming data backups, see the [SAP documentation](https://he
259259

260260
Learn about the [supported scenarios](sap-hana-backup-support-matrix.md#support-for-multistreaming-data-backups).
261261

262+
## Review backup status
263+
264+
Azure Backup periodically synchronizes the datasource between the extension installed on the VM and Azure Backup service, and shows the backup status in the Azure portal. The following table lists the (four) backup status for a datasource:
265+
266+
| Backup state | Description |
267+
| --- | --- |
268+
| **Healthy** | The last backup is successful. |
269+
| **Unhealthy** | The last backup has failed. |
270+
| **NotReachable** | There's currently no synchronization occurring between the extension on the VM and the Azure Backup service. |
271+
| **IRPending** | The first backup on the datasource hasn't occurred yet. |
272+
273+
Generally, synchronization occurs *every hour*. However, at the extension level, Azure Backup polls every *5 minutes* to check for any changes in the status of the latest backup compared to the previous one. For example, if the previous backup is successful but the latest backup has failed, Azure Backup syncs that information to the service to update the backup status in the Azure portal accordingly to *Healthy* or *Unhealthy*.
274+
275+
If no data sync occurs to the Azure Backup service for more than *2 hours*, Azure Backup shows the backup status as *NotReachable*. This scenario might occur if the VM is shut down for an extended period or there's a network connectivity issue on the VM, causing the synchronization to cease. Once the VM is operational again and the extension services restart, the data sync operation to the service resumes, and the backup status changes to *Healthy* or *Unhealthy* based on the status of the last backup.
276+
277+
278+
:::image type="content" source="./media/backup-azure-sap-hana-database/check-backup-status.png" alt-text="Screenshot shows the backup status for the SAP HANA database." lightbox="./media/backup-azure-sap-hana-database/check-backup-status.png":::
279+
262280
## Next steps
263281

264282
* Learn how to [restore SAP HANA databases running on Azure VMs](./sap-hana-db-restore.md)
47.7 KB
Loading

0 commit comments

Comments
 (0)