|
2 | 2 | title: Back up an SAP HANA database to Azure with Azure Backup
|
3 | 3 | description: In this article, learn how to back up an SAP HANA database to Azure virtual machines with the Azure Backup service.
|
4 | 4 | ms.topic: how-to
|
5 |
| -ms.date: 03/04/2024 |
| 5 | +ms.date: 04/26/2024 |
6 | 6 | ms.service: backup
|
7 | 7 | author: AbhishekMallick-MS
|
8 | 8 | ms.author: v-abhmallick
|
@@ -119,7 +119,7 @@ Create the following outbound rule and allow the domain name to do the database
|
119 | 119 | - **Destination**: Service Tag.
|
120 | 120 | - **Destination Service Tag**: `AzureResourceManager`
|
121 | 121 |
|
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"::: |
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
@@ -259,6 +259,24 @@ To configure multistreaming data backups, see the [SAP documentation](https://he
|
259 | 259 |
|
260 | 260 | Learn about the [supported scenarios](sap-hana-backup-support-matrix.md#support-for-multistreaming-data-backups).
|
261 | 261 |
|
| 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 | + |
262 | 280 | ## Next steps
|
263 | 281 |
|
264 | 282 | * Learn how to [restore SAP HANA databases running on Azure VMs](./sap-hana-db-restore.md)
|
|
0 commit comments