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
Copy file name to clipboardExpand all lines: articles/backup/sap-ase-database-backup.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ This article describes how to configure backup for SAP Adaptive Server Enterpris
23
23
Before you set up the SAP ASE database for backup, review the following prerequisites:
24
24
- Identify or create a Recovery Services vault in the same region and subscription as the VM running SAP ASE.
25
25
- Allow connectivity from the VM to the internet, so that it can reach Azure.
26
-
- The combined length of the SAP ASE Server VM name and the Resource Group name doesn't exceed 84 characters for Azure Resource Manager (ARM) VMs (and 77 characters for classic VMs). This limitation is because the service reserves some characters.
27
-
- VM has python >= 3.6.15 (recommended- Python3.10) and python's requests module should be installed. Default sudo python3 should run python 3.6.15 or newer version. Validate by running python3 and **sudo python3** in your system and check which python version it runs by default. It should run the required version. You can change the version by linking python3 to python 3.6.15 or higher.
28
-
-[Run the SAP ASE backup configuration script (preregistration script)](sap-ase-database-backup-run-preregistration-quickstart.md) in the virtual machine hosting the SAP ASE.
26
+
- The combined length of the SAP ASE Server VM name and the Resource Group name must have **<= 84** characters for Azure Resource Manager (ARM) VMs (and 77 characters for classic VMs) as the service reserves some characters.
27
+
- VM must have python **>= 3.6.15** (recommended- Python3.10) with requests module installed. The default sudo python3 must run python 3.6.15 or higher. Validate by running python3 and **sudo python3** in your system to check the python version it runs by default. To change the default version, link python3 to python 3.6.15 or higher.
28
+
-[Run the SAP ASE backup configuration script (preregistration script)](sap-ase-database-backup-run-preregistration-quickstart.md) in the virtual machine that hosts the SAP ASE database. This script gets the ASE system ready for backup.
29
29
- Assign the following privileges and settings for the backup operation:
30
30
31
31
| Privilege/ Setting | Description |
@@ -47,7 +47,7 @@ Before you set up the SAP ASE database for backup, review the following prerequi
47
47
-[Create a custom role for Azure Backup](sap-ase-database-backup-tutorial.md#create-a-custom-role-for-azure-backup).
- Use an existing Recovery Services vault, or [create a new one](backup-create-recovery-services-vault.md#create-a-recovery-services-vault).
50
-
-[Enable Cross Region Restore](sap-ase-database-backup-tutorial.md#enable-cross-region-restore).
50
+
-[Enable Cross Region Restore](sap-ase-database-backup-tutorial.md#enable-cross-region-restore) for Recovery Services vault.
51
51
52
52
## Discover the databases
53
53
@@ -80,6 +80,8 @@ To discover the SAP ASE databases, follow these steps:
80
80
81
81
## Configure the SAP ASE (Sybase) database backup
82
82
83
+
After the database discovery process is complete, Azure Backup redirects to the **Backup Goal** pane, allowing you to configure backup settings for the selected VM hosting the SAP ASE database.
84
+
83
85
To configure the backup operation for the SAP ASE database, follow these steps:
Copy file name to clipboardExpand all lines: articles/backup/sap-ase-database-manage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,11 +100,11 @@ To unregister an SAP ASE instance, follow these steps:
100
100
101
101
:::image type="content" source="media/sap-adaptive-server-enterprise-db-manage/backup-infrastructure.png" alt-text="Screenshot showing how to backup infrastructure." lightbox="media/sap-adaptive-server-enterprise-db-manage/backup-infrastructure.png":::
102
102
103
-
2. On the **Backup Infrastructure**blade, for **BACKUP MANAGEMENT TYPE**, select **Workload in Azure VM**.
103
+
2. On the **Backup Infrastructure**pane, for **BACKUP MANAGEMENT TYPE**, select **Workload in Azure VM**.
104
104
105
105
:::image type="content" source="media/sap-adaptive-server-enterprise-db-manage/select-workload.png" alt-text="Screenshot showing how to select workload in Azure VM." lightbox="media/sap-adaptive-server-enterprise-db-manage/select-workload.png":::
106
106
107
-
3. On the **Protected Servers**blade, select the instance to unregister. To delete the vault, you must unregister all servers and instances.
107
+
3. On the **Protected Servers**pane, select the instance to unregister. To delete the vault, you must unregister all servers and instances.
108
108
109
109
:::image type="content" source="media/sap-adaptive-server-enterprise-db-manage/select-instance.png" alt-text="Screenshot showing how to select instance to deregister." lightbox="media/sap-adaptive-server-enterprise-db-manage/select-instance.png":::
Copy file name to clipboardExpand all lines: articles/backup/sap-ase-database-restore.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,11 +68,11 @@ To restore a user database, follow these steps:
68
68
69
69
:::image type="content" source="media/sap-adaptive-server-enterprise-db-restore/select-backup-items.png" alt-text="Screenshot showing how to select backup items." lightbox="media/sap-adaptive-server-enterprise-db-restore/select-backup-items.png":::
70
70
71
-
2. On the **Backup Items** blade, select **View Details** for the database to perform operations such as **Backup** or **Restore**.
71
+
2. On the **Backup Items** pane, select **View Details** for the database to perform operations such as **Backup** or **Restore**.
72
72
73
73
:::image type="content" source="media/sap-adaptive-server-enterprise-db-restore/view-details.png" alt-text="Screenshot showing how to view details." lightbox="media/sap-adaptive-server-enterprise-db-restore/view-details.png":::
74
74
75
-
3. On the *database specific* blade, select **Restore**.
75
+
3. On the *database specific* pane, select **Restore**.
76
76
77
77
:::image type="content" source="media/sap-adaptive-server-enterprise-db-restore/select-restore.png" alt-text="Screenshot showing how to select restore." lightbox="media/sap-adaptive-server-enterprise-db-restore/select-restore.png":::
78
78
@@ -83,7 +83,7 @@ To restore a user database, follow these steps:
83
83
To restore the SAP ASE database to an alternate location, follow these steps:
84
84
85
85
1. Go to the **Recovery Services vault**.
86
-
1. On the **Restore** blade, under **Where and how to restore**, select **Alternate location**.
86
+
1. On the **Restore** pane, under **Where and how to restore**, select **Alternate location**.
87
87
88
88
:::image type="content" source="media/sap-adaptive-server-enterprise-db-restore/select-alternate-location.png" alt-text="Screenshot showing how to select alternate location." lightbox="media/sap-adaptive-server-enterprise-db-restore/select-alternate-location.png":::
89
89
@@ -93,7 +93,7 @@ To restore the SAP ASE database to an alternate location, follow these steps:
93
93
94
94
4. If applicable, select the **Overwrite if the DB with the same name already exists on selected ASE instance** checkbox.
95
95
96
-
5. On the **Select restore point** blade, select **Logs (Point in Time) to** restore to a specific point in time. Or select **Full & Differential** to restore to a specific recovery point.
96
+
5. On the **Select restore point** pane, select **Logs (Point in Time) to** restore to a specific point in time. Or select **Full & Differential** to restore to a specific recovery point.
97
97
98
98
:::image type="content" source="media/sap-adaptive-server-enterprise-db-restore/select-restore-point.png" alt-text="Screenshot showing how to select restore point." lightbox="media/sap-adaptive-server-enterprise-db-restore/select-restore-point.png":::
99
99
@@ -110,7 +110,7 @@ For an in-place restore, if the database is corrupted and you want to restore it
110
110
111
111
To restore the backup data as files instead of a database, select**Restore as Files**. After the files are dumped to a specified path, you can take them to any SAP ASE machine where you want to restore them as a database. Because you can move the files to any machine, you can now restore the data across subscriptions and regions.
112
112
113
-
1. On the **Restore**blade, under **Where and how to restore**, select**Restore as files**.
113
+
1. On the **Restore**pane, under **Where and how to restore**, select**Restore as files**.
114
114
115
115
2. Select the host or ASE server name to which you want to restore the backup files.
116
116
@@ -148,7 +148,7 @@ If CRR is enabled, you can view the backup items in the secondary region.
148
148
149
149
## Restore in the secondary region
150
150
151
-
The secondary region restore user experience is similar to the primary region restore user experience. When you configure the details on the **Restore Configuration** blade, you're prompted to provide only secondary region parameters. A vault should exist in the secondary region, and the SAP ASE server should be registered to the vault in the secondary region.
151
+
The secondary region restore user experience is similar to the primary region restore user experience. When you configure the details on the **Restore Configuration** pane, you're prompted to provide only secondary region parameters. A vault should exist in the secondary region, and the SAP ASE server should be registered to the vault in the secondary region.
152
152
153
153
>[!Note]
154
154
> After the restore is triggered and in the data transfer phase, the restore job can't be cancelled.<br>
0 commit comments