Skip to content

Commit f58c9cd

Browse files
Merge pull request #293071 from AbhishekMallick01/Jan-15-2025-SAP
SAP HANA backup - PreReg script link updated
2 parents 1c161ba + eb60437 commit f58c9cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/backup/tutorial-backup-sap-hana-db.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Back up SAP HANA databases in Azure VMs
33
description: In this tutorial, learn how to back up SAP HANA databases running on Azure VM to an Azure Backup Recovery Services vault.
44
ms.topic: tutorial
5-
ms.date: 10/14/2024
5+
ms.date: 01/15/2025
66
ms.service: azure-backup
77
ms.custom: engagement-fy24
88
author: AbhishekMallick-MS
@@ -57,7 +57,7 @@ Since the streams primarily deal with disks, you need to understand the disk per
5757
- If the data/log on Azure NetApp Files – both read from ANF and write to Vault consume VM’s network.
5858

5959
> [!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.
6161
6262
### Limiting backup throughput performance
6363

@@ -125,11 +125,11 @@ Here's a summary of steps required for completing the pre-registration script ru
125125

126126
| Who | From | What to run | Comments |
127127
| --- | --- | --- | --- |
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 ) |
129129
| `<sid>`adm (OS) | HANA OS | Start HANA (HDB start) | Before you set up, ensure that HANA is up and running. |
130130
| `<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. |
131131
| `<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` |
133133
| `<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` |
134134
| 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) |
135135
| 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

Comments
 (0)