You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Topology**| SAP HANA running in Azure Linux VMs only | HANA Large Instances (HLI) |
20
-
|**Geos**|**GA:**<br> **Americas** – Central US, East US 2, East US, North Central US, South Central US, West US 2, West Central US, West US, Canada Central, Canada East, Brazil South <br> **Asia Pacific** – Australia Central, Australia Central 2, Australia East, Australia Southeast, Japan East, Japan West, Korea Central, Korea South, East Asia, Southeast Asia, Central India, South India, West India<br> **Europe** – West Europe, North Europe, France Central, UK South, UK West, Germany North, Germany West Central, Switzerland North, Switzerland West<br> **Azure Government regions**| China East, China North, China East2, China North 2, Central Switzerland North, South Africa North, South Africa West, UAE North, UAE Central, France South|
20
+
|**Geos**|**GA:**<br> **Americas** – Central US, East US 2, East US, North Central US, South Central US, West US 2, West Central US, West US, Canada Central, Canada East, Brazil South <br> **Asia Pacific** – Australia Central, Australia Central 2, Australia East, Australia Southeast, Japan East, Japan West, Korea Central, Korea South, East Asia, Southeast Asia, Central India, South India, West India, China East, China North, China East2, China North 2 <br> **Europe** – West Europe, North Europe, France Central, UK South, UK West, Germany North, Germany West Central, Switzerland North, Switzerland West, Central Switzerland North <br> **Africa / ME**- South Africa North, South Africa West, UAE North, UAE Central <BR> **Azure Government regions**| France South, Germany Central, Germany Northeast, US Gov IOWA|
21
21
|**OS versions**| SLES 12 with SP2, SP3, or SP4; SLES 15 | RHEL |
22
22
|**HANA versions**| SDC on HANA 1.x, MDC on HANA 2.x <= SPS04 Rev 45 | - |
23
23
|**HANA deployments**| SAP HANA on a single Azure VM - Scale up only | Scale-out |
Copy file name to clipboardExpand all lines: articles/backup/tutorial-backup-sap-hana-db.md
+22-34Lines changed: 22 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,6 @@ This tutorial shows you how to back up SAP HANA databases running on Azure VMs t
17
17
18
18
[Here](sap-hana-backup-support-matrix.md#scenario-support) are all the scenarios that we currently support.
19
19
20
-
## Onboard to the public preview
21
-
22
-
Onboard to the public preview as follows:
23
-
24
-
* In the portal, register your subscription ID to the Recovery Services service provider by [following this article](https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-register-provider-errors#solution-3---azure-portal).
25
-
26
-
* For PowerShell, run this cmdlet. It should complete as "Registered".
Make sure you do the following before configuring backups:
@@ -103,7 +91,7 @@ Running the pre-registration script performs the following functions:
103
91
104
92
* It installs or updates any necessary packages required by the Azure Backup agent on your distribution.
105
93
* It performs outbound network connectivity checks with Azure Backup servers and dependent services like Azure Active Directory and Azure Storage.
106
-
* It logs into your HANA system using the SYSTEM user key from your **hdbuserstore**, and creates a backup user and a key. This user will allow the backup agent to discover, backup and restore databases in your HANA system.
94
+
* It logs into your HANA system using the user key listed as part of the [prerequisites](#prerequisites). This key is used to create a backup user (AZUREWLBACKUPHANAUSER) in the HANA system and can be deleted after the pre-registration script runs successfully. This backup user (AZUREWLBACKUPHANAUSER) will allow the backup agent to discover, backup and restore databases in your HANA system.
107
95
108
96
## Create a Recovery Service vault
109
97
@@ -115,25 +103,25 @@ To create a Recovery Services vault:
115
103
116
104
2. On the left menu, select **All services**
117
105
118
-

106
+

119
107
120
108
3. In the **All services** dialog box, enter **Recovery Services**. The list of resources filters according to your input. In the list of resources, select **Recovery Services vaults**.
* **Name**: The name is used to identify the recovery services vault and must be unique to the Azure subscription. Specify a name that has at least two, but not more than 50 characters. The name must start with a letter and consist only of letters, numbers, and hyphens. For this tutorial, we've used the name **SAPHanaVault**.
133
-
* **Subscription**: Choose the subscription to use. If you're a member of only one subscription, you'll see that name. If you're not sure which subscription to use, use the default (suggested) subscription. There are multiple choices only if your work or school account is associated with more than one Azure subscription. Here, we have used the **SAP HANA solution lab subscription** subscription.
134
-
* **Resource group**: Use an existing resource group or create a new one. Here, we have used **SAPHANADemo**.<br>
135
-
To see the list of available resource groups in your subscription, select **Use existing**, and then select a resource from the drop-down list box. To create a new resource group, select **Create new** and enter the name. For complete information about resource groups, see [Azure Resource Manager overview](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview).
136
-
* **Location**: Select the geographic region for the vault. The vault must be in the same region as the Virtual Machine running SAP HANA. We have used **East US 2**.
120
+
***Name**: The name is used to identify the recovery services vault and must be unique to the Azure subscription. Specify a name that has at least two, but not more than 50 characters. The name must start with a letter and consist only of letters, numbers, and hyphens. For this tutorial, we've used the name **SAPHanaVault**.
121
+
***Subscription**: Choose the subscription to use. If you're a member of only one subscription, you'll see that name. If you're not sure which subscription to use, use the default (suggested) subscription. There are multiple choices only if your work or school account is associated with more than one Azure subscription. Here, we have used the **SAP HANA solution lab subscription** subscription.
122
+
***Resource group**: Use an existing resource group or create a new one. Here, we have used **SAPHANADemo**.<br>
123
+
To see the list of available resource groups in your subscription, select **Use existing**, and then select a resource from the drop-down list box. To create a new resource group, select **Create new** and enter the name. For complete information about resource groups, see [Azure Resource Manager overview](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview).
124
+
***Location**: Select the geographic region for the vault. The vault must be in the same region as the Virtual Machine running SAP HANA. We have used **East US 2**.
137
125
138
126
5. Select **Review + Create**.
139
127
@@ -158,15 +146,15 @@ Now that the databases we want to back up are discovered, let's enable backup.
2. In **Select items to back up**, select one or more databases that you want to protect, and then click **OK**.
164
152
165
-

153
+

166
154
167
155
3. In **Backup Policy > Choose backup policy**, create a new backup policy for the database(s), in accordance with the instructions in the next section.
0 commit comments