Skip to content

Commit 056b6e8

Browse files
author
David Curwin
committed
update after review
1 parent 8662ece commit 056b6e8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Refer to the [prerequisites](tutorial-backup-sap-hana-db.md#prerequisites) and [
6262
| Error Message | <span style="font-weight:normal">SDC to MDC upgrade detected</span> |
6363
| ------------------ | ------------------------------------------------------------ |
6464
| **Possible causes** | The SAP HANA instance has been upgraded from SDC to MDC. Backups will fail after the update. |
65-
| **Recommended action** | Follow the steps listed in the [Upgrading from SAP HANA 1.0 to 2.0 section](https://docs.microsoft.com/azure/backup/backup-azure-sap-hana-database-troubleshoot#sdc-to-mdc-upgrade-with-a-change-in-sid) to resolve the issue |
65+
| **Recommended action** | Follow the steps listed in the [SDC to MDC upgrade](https://docs.microsoft.com/azure/backup/backup-azure-sap-hana-database-troubleshoot#sdc-to-mdc-upgrade-with-a-change-in-sid) to resolve the issue |
6666

6767
### UserErrorInvalidBackintConfiguration
6868

@@ -76,7 +76,7 @@ Refer to the [prerequisites](tutorial-backup-sap-hana-db.md#prerequisites) and [
7676
|Error Message |The source and target systems for restore are incompatible |
7777
|---------|---------|
7878
|Possible causes | The source and target systems selected for restore are incompatible |
79-
|Recommended action | Ensure that your restore scenario isn't in the following list of possible incompatible restores: <br><br> **Case 1:** SYSTEMDB cannot be renamed during restore. <br><br> **Case 2:** Source - SDC and target - MDC: The source database cannot be restored as SYSTEMDB or tenant DB on the target. <br><br> **Case 3:** Source - MDC and target - SDC: The source database (SYSTEMDB or tenant DB) cannot be restored to the target. <br><br> For more information, see the note 1642148 in the [SAP support launchpad](https://launchpad.support.sap.com). |
79+
|Recommended action | Ensure that your restore scenario isn't in the following list of possible incompatible restores: <br><br> **Case 1:** SYSTEMDB cannot be renamed during restore. <br><br> **Case 2:** Source - SDC and target - MDC: The source database cannot be restored as SYSTEMDB or tenant DB on the target. <br><br> **Case 3:** Source - MDC and target - SDC: The source database (SYSTEMDB or tenant DB) cannot be restored to the target. <br><br> For more information, see note **1642148** in the [SAP support launchpad](https://launchpad.support.sap.com). |
8080

8181
## Restore checks
8282

@@ -123,7 +123,7 @@ This scenario could include two possible cases. Learn how to back up the replica
123123

124124
- The extension is already present on the VM, but isn't visible to any of the services
125125
- Run the pre-registration script
126-
- If you discover and protect the new databases, you'll start seeing duplicate databases in the portal. To avoid this, **Stop protection with retain data** for the old databases. Then continue with the remaining steps.
126+
- If you discover and protect the new databases, you'll start seeing duplicate active databases in the portal. To avoid this, [Stop protection with retain data](sap-hana-db-manage.md#stop-protection-for-an-sap-hana-database) for the old databases. Then continue with the remaining steps.
127127
- Discover the databases to enable backup
128128
- Enable backups on these databases
129129
- The already existing backed up databases (from the deleted VM) will continue to be stored in the vault (with their backups being retained according to the policy)
@@ -146,7 +146,7 @@ Follow these steps to enable backups on the new VM:
146146
Upgrades to the OS, SDC version change, or MDC version change that don't cause a SID change can be handled as follows:
147147

148148
- Ensure that the new OS version, SDC, or MDC version are currently [supported by Azure Backup](sap-hana-backup-support-matrix.md#scenario-support)
149-
- **Stop protection with retain data** for the database
149+
- [Stop protection with retain data](sap-hana-db-manage.md#stop-protection-for-an-sap-hana-database) for the database
150150
- Perform the upgrade or update
151151
- Rerun the pre-registration script. Usually, the upgrade process removes the necessary roles. Running the pre-registration script will help verify all the required roles
152152
- Resume protection for the database again
@@ -156,7 +156,7 @@ Upgrades to the OS, SDC version change, or MDC version change that don't cause a
156156
Upgrades from SDC to MDC that don't cause a SID change can be handled as follows:
157157

158158
- Ensure that the new MDC version is currently [supported by Azure Backup](sap-hana-backup-support-matrix.md#scenario-support)
159-
- **Stop protection with retain data** for the old SDC database
159+
- [Stop protection with retain data](sap-hana-db-manage.md#stop-protection-for-an-sap-hana-database) for the old SDC database
160160
- Perform the upgrade. After completion, the HANA system is now MDC with a system DB and tenant DBs
161161
- Rerun the [pre-registration script](https://aka.ms/scriptforpermsonhana)
162162
- Re-register the extension for the same machine in the Azure portal (**Backup** -> **View details** -> Select the relevant Azure VM -> Re-register)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,13 @@ To resume protection for an SAP HANA database:
203203

204204
* On the **Backup policy** menu, select a policy, and then select **Save**.
205205

206-
### Upgrading from SAP HANA 1.0 to 2.0
206+
### Upgrading from SDC to MDC
207207

208-
Learn how to continue backup for an SAP HANA database [after upgrading from SAP HANA 1.0 to 2.0](backup-azure-sap-hana-database-troubleshoot.md#sdc-to-mdc-upgrade-with-a-change-in-sid).
208+
Learn how to continue backup for an SAP HANA database [after upgrading from SDC to MDC](backup-azure-sap-hana-database-troubleshoot.md#sdc-to-mdc-upgrade-with-a-change-in-sid).
209209

210-
### Upgrading without a SID change
210+
### Upgrading from SDC to MDC without a SID change
211211

212-
Learn how to continue backup of an SAP HANA database whose [SID has not changed after upgrade](backup-azure-sap-hana-database-troubleshoot.md#sdc-to-mdc-upgrade-with-no-change-in-sid).
212+
Learn how to continue backup of an SAP HANA database whose [SID has not changed after upgrade from SDC to MDC](backup-azure-sap-hana-database-troubleshoot.md#sdc-to-mdc-upgrade-with-no-change-in-sid).
213213

214214
### Unregister an SAP HANA instance
215215

articles/backup/sap-hana-faq-backup-azure-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Refer to the [prerequisites](tutorial-backup-sap-hana-db.md#prerequisites) and [
4444

4545
Running the pre-registration script sets the required permissions to allow Azure to back up SAP HANA databases. You can find more what the pre-registration script does [here](tutorial-backup-sap-hana-db.md#what-the-pre-registration-script-does).
4646

47-
### Will backups work after migrating SAP HANA from 1.0 to 2.0?
47+
### Will backups work after migrating SAP HANA from SDC to MDC?
4848

4949
Refer to [this section](https://docs.microsoft.com/azure/backup/backup-azure-sap-hana-database-troubleshoot#sdc-to-mdc-upgrade-with-a-change-in-sid) of the troubleshooting guide.
5050

0 commit comments

Comments
 (0)