|
2 | 2 | title: Tutorial - Back up SAP HANA databases in Azure VMs
|
3 | 3 | description: In this tutorial, learn how to back up SAP HANA databases running on Azure VM to an Azure Backup Recovery Services vault.
|
4 | 4 | ms.topic: tutorial
|
5 |
| -ms.date: 10/14/2024 |
| 5 | +ms.date: 01/15/2025 |
6 | 6 | ms.service: azure-backup
|
7 | 7 | ms.custom: engagement-fy24
|
8 | 8 | author: AbhishekMallick-MS
|
@@ -57,7 +57,7 @@ Since the streams primarily deal with disks, you need to understand the disk per
|
57 | 57 | - If the data/log on Azure NetApp Files – both read from ANF and write to Vault consume VM’s network.
|
58 | 58 |
|
59 | 59 | > [!IMPORTANT]
|
60 |
| -> In smaller VMs, where the uncached disk throughput is very close to or lesser than 400 MBps, you may be concerned that the entire disk IOPS are consumed by the backup service which may affect SAP HANA's operations related to read/write from the disks. In that case, if you wishes to throttle or limit the backup service consumption to the maximum limit, you can refer to the next section. |
| 60 | +> In smaller VMs, where the uncached disk throughput is very close to or lesser than 400 MBps, you may be concerned that the entire disk IOPSs are consumed by the backup service which may affect SAP HANA's operations related to read/write from the disks. In that case, if you want to throttle or limit the backup service consumption to the maximum limit, you can refer to the next section. |
61 | 61 |
|
62 | 62 | ### Limiting backup throughput performance
|
63 | 63 |
|
@@ -125,11 +125,11 @@ Here's a summary of steps required for completing the pre-registration script ru
|
125 | 125 |
|
126 | 126 | | Who | From | What to run | Comments |
|
127 | 127 | | --- | --- | --- | --- |
|
128 |
| -| `<sid>`adm (OS) | HANA OS | Read the tutorial and download the pre-registration script. | Tutorial: [Back up HANA databases in Azure VM]() <br><br> Download the [pre-registration script](https://go.microsoft.com/fwlink/?linkid=2173610) | |
| 128 | +| `<sid>`adm (OS) | HANA OS | Read the tutorial and download the pre-registration script. | Tutorial: [Back up HANA databases in Azure VM]() <br><br> Download the [pre-registration script](https://aka.ms/ScriptForPermsOnHANA ) | |
129 | 129 | | `<sid>`adm (OS) | HANA OS | Start HANA (HDB start) | Before you set up, ensure that HANA is up and running. |
|
130 | 130 | | `<sid>`adm (OS) | HANA OS | Run the command: <br> `hdbuserstore Set` | `hdbuserstore Set SYSTEM <hostname>:3<Instance#>13 SYSTEM <password>` <br><br> **Note** <br> Ensure that you use hostname instead of IP address/FQDN. |
|
131 | 131 | | `<sid>`adm (OS) | HANA OS | Run the command:<br> `hdbuserstore List` | Check if the result includes the default store as below: <br><br> `KEY SYSTEM` <br> `ENV : <hostname>:3<Instance#>13` <br> `USER : SYSTEM` |
|
132 |
| -| Root (OS) | HANA OS | Run the [Azure Backup HANA pre-registration script](https://go.microsoft.com/fwlink/?linkid=2173610). | `./msawb-plugin-config-com-sap-hana.sh -a --sid <SID> -n <Instance#> --system-key SYSTEM` | |
| 132 | +| Root (OS) | HANA OS | Run the [Azure Backup HANA pre-registration script](https://aka.ms/ScriptForPermsOnHANA ). | `./msawb-plugin-config-com-sap-hana.sh -a --sid <SID> -n <Instance#> --system-key SYSTEM` | |
133 | 133 | | `<sid>`adm (OS) | HANA OS | Run the command: <br> `hdbuserstore List` | Check if result includes new lines as below: <br><br> `KEY AZUREWLBACKUPHANAUSER` <br> `ENV : localhost: 3<Instance#>13` <br> `USER: AZUREWLBACKUPHANAUSER` |
|
134 | 134 | | Azure Contributor | Azure portal | Configure NSG, NVA, Azure Firewall, and so on to allow outbound traffic to Azure Backup service, Microsoft Entra ID, and Azure Storage. | [Set up network connectivity](backup-azure-sap-hana-database.md#establish-network-connectivity) |
|
135 | 135 | | Azure Contributor | Azure portal | Create or open a Recovery Services vault and then select HANA backup. | Find all the target HANA VMs to back up. |
|
|
0 commit comments