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 ASE Database running in Azure Linux VMs only. | Windows |
24
-
|**Regions**|**Americas** – Canada Central, Canada East, Brazil South.<br> <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><br> **Europe** – West Europe, North Europe, France Central, France South, UK South, UK West, Germany North, Germany West Central, Switzerland North, Switzerland West, Central Switzerland North, Norway East, Norway West, Sweden Central, Sweden South. <br><br> **Africa/ME** - South Africa North, South Africa West, UAE North, UAE Central. |Central US, East US 2, East US, North Central US, South Central US, West US 2, West US 3, West Central US, West US, Germany Central, Germany Northeast, US Gov IOWA, Azure Gov, China East, China East 2, China East 3, China North, China North 2, China North 3. |
24
+
|**Regions**|**Americas** – Canada Central, Canada East, Brazil South.<br> <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><br> **Europe** – West Europe, North Europe, France Central, France South, UK South, UK West, Germany North, Germany West Central, Switzerland North, Switzerland West, Central Switzerland North, Norway East, Norway West, Sweden Central, Sweden South. <br><br> **Africa/ME** - South Africa North, South Africa West, UAE North, UAE Central, Central US, East US 2, East US, North Central US, South Central US, West US 2, West US 3, West Central US, West US, China East, China East 2, China East 3, China North, China North 2, China North 3, US GOV Arizona, US GOV Texas, US GOV Virginia. | Germany Central, Germany Northeast, US Gov IOWA, Azure Gov. |
|**ASE versions**| SAP Adaptive Server Enterprise 16.0 SP02, SP03, SP04 ||
27
-
|**ASE Instances**| A single SAP ASE instance on a single Azure Virtual Machine (VM). | HA and multi SID on single VM isn't currently supported. |
27
+
|**ASE Instances**| A single SAP ASE instance on a single Azure Virtual Machine (VM). <br><br> Multi SID on single VM. | HA on single VM isn't currently supported. |
28
28
|**Backup types**| Full, Differential, and Log backups. | Incremental, archival support is currently not available. |
|**Cross Subscription Restore**| Supported via the Azure portal.<br>Cross Subscription Restore to Paired Region. | Region of Choice isn't supported. |
31
31
|**Number of full backups per day**| One scheduled backup. <br><br> Three on-demand backups. <br> <br> We recommend not to trigger more than three backups per day. However, to allow user retries for failed attempts, hard limit for on-demand backups is set to nine attempts. |
32
-
|**ASE deployments**| Standalone| HA, Multi SID on Single VM. |
32
+
|**ASE deployments**| Standalone, Multi SID on Single VM. | HA on Single VM. |
33
33
|**Compression**| You can enable ASE Native compression via the Backup policy and when you take an on-demand Backup/Backup Now. In Preregistration Script, Compression Level is set to **Level 101** for Optimal results. ||
34
34
|**Striping Support**| You can increase your backup throughput by enabling Striping configuration, which needs to be set in **Preregistration script** – refer parameters **enable-striping** - Set to **true** and **stripesCount** set to 4 by Default and can be adjusted. ||
35
35
|**Azure CLI/PowerShell**|| Azure CLI/PowerShell support is currently not available. |
Copy file name to clipboardExpand all lines: articles/backup/sap-ase-database-about.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: About the SAP ASE (Sybase) database backup on Azure VMs
3
3
description: In this article, learn about backing up SAP ASE (Sybase) databases that are running on Azure virtual machines.
4
4
ms.topic: overview
5
-
ms.date: 05/14/2025
5
+
ms.date: 05/13/2025
6
6
ms.service: azure-backup
7
7
ms.custom:
8
8
- ignite-2024
@@ -40,32 +40,25 @@ You can back up SAP ASE (Sybase) databases that are running inside an Azure VM a
40
40
* The Azure VM that's running the SAP ASE server is registered with the vault, and the databases to be backed up are discovered. To enable the Azure Backup service to discover databases, a [preregistration script](https://go.microsoft.com/fwlink/?linkid=2173610) must be run on the ASE server as a root user.
41
41
* This script creates the *AZUREWLBACKUPASEUSER* database user or uses the custom Backup user you already created. It then creates a corresponding key with the same name in *hdbuserstore*. To learn more about the functionality of the script, see [Back up SAP ASE (Sybase) databases in an Azure VM](sap-ase-database-backup.md).
42
42
* The Azure Backup service now installs the Azure Backup plugin for ASE on the registered SAP ASE server.
43
-
* The `AZUREWLBACKUPASEUSER` database user (created by the preregistration script or the custom Backup user you created, and added as input to the preregistration script) is used by the Azure Backup plugin for ASE to back up and restore. If you attempt to configure backup for SAP ASE (Sybase) databases without running this script, you might receive the UserErrorHanaScriptNotRun error.
43
+
* The `AZUREWLBACKUPASEUSER` database user (created by the preregistration script or the custom Backup user you created, and added as input to the preregistration script) is used by the Azure Backup plugin for ASE to back up and restore. If you attempt to configure backup for SAP ASE (Sybase) databases without running this script, you might receive the UserErrorASEScriptNotRun error.
44
44
* To configure a backup on the databases that you discovered, choose the required backup policy, and then enable backups.
45
45
46
-
* After you configure the backup, the Azure Backup service sets up the following Backint parameters at the database level on the protected SAP ASE server:
47
-
*`[catalog_backup_using_backint:true]`
48
-
*`[enable_accumulated_catalog_backup:false]`
49
-
*`[parallel_data_backup_backint_channels:1]`
50
-
*`[log_backup_timeout_s:900)]`
51
-
*`[backint_response_timeout:7200]`
52
-
53
46
> [!NOTE]
54
47
> Ensure that these parameters aren't present at the host level. Host-level parameters override these parameters and might cause unexpected behavior.
55
48
56
49
57
-
* The Azure Backup plugin for ASE maintains all the backup schedules and policy details. It triggers the scheduled backups and communicates with the ASE backup engine through the Backint APIs.
58
-
* The ASE backup engine returns a Backint stream with the data to be backed up.
50
+
* The Azure Backup plugin for ASE maintains all the backup schedules and policy details. It triggers the scheduled backups and communicates with the ASE backup engine through the APIs.
51
+
* The ASE backup engine returns a stream with the data to be backed up.
59
52
* All the scheduled backups and on-demand backups (triggered from the Azure portal) that are either full or differential are initiated via the Azure Backup plugin for ASE. However, the ASE backup engine manages and triggers log backups.
60
-
* Azure Backup for SAP ASE, because it's a Backint-certified solution, doesn't depend on underlying disk or VM types. ASE generates streams that actively perform the backup.
53
+
* Azure Backup for SAP ASE, because it's a certified solution, doesn't depend on underlying disk or VM types. ASE generates streams that actively perform the backup.
61
54
62
55
:::image type="content" source="./media/sap-ase-database-about/database-backup-architecture.png" alt-text="Diagram shows the SAP ASE Sybase database backup." lightbox="./media/sap-ase-database-about/database-backup-architecture.png":::
63
56
64
57
## Use Azure VM backup with Azure SAP ASE backup
65
58
66
59
In addition to using SAP ASE backup in Azure, which provides database-level backup and recovery, you can use the Azure VM backup solution to back up the operating system and nondatabase disks.
67
60
68
-
You can use the [Backint certified Azure SAP ASE backup solution](#backup-architecture-for-sap-ase-sybase-databases) for database backup and recovery.
61
+
You can use the [certified Azure SAP ASE backup solution](#backup-architecture-for-sap-ase-sybase-databases) for database backup and recovery.
69
62
70
63
You can use [an Azure VM backup](backup-azure-vms-introduction.md) to back up the operating system and other nondatabase disks. The VM backup is run once a day, and it backs up all disks, except the Write Accelerated operating system disks and ultra disks. Because you're backing up the database by using the Azure SAP ASE backup solution, you can take a file-consistent backup of only the operating system and nondatabase disks by using the [selective disk backup and restore for Azure VMs](selective-disk-backup-restore.md) feature.
Copy file name to clipboardExpand all lines: articles/backup/sap-ase-database-backup-run-preregistration-quickstart.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,13 @@ This quickstart describes how to run the preregistration script to prepare an SA
16
16
17
17
The preregistration script for SAP ASE database backup using Azure Backup ensures the system is properly configured by setting up authentication, validating network connectivity, and installing necessary packages. It also supports private endpoints and prepares the database for seamless backup operations.
18
18
19
-
>[!Note]
20
-
>- Currently, the SAP ASE is available only in non-US public regions. Learn about the [supported regions](sap-ase-backup-support-matrix.md#scenario-support-for-sap-ase-sybase-databases-on-azure-vms).
21
-
>- Learn about the [supported configurations and scenarios for SAP ASE database backup](sap-ase-backup-support-matrix.md) on Azure VMs.
19
+
Learn about the [supported configurations and scenarios for SAP ASE database backup](sap-ase-backup-support-matrix.md) on Azure VMs.
22
20
23
21
## Prerequisites
24
22
25
23
Before you run the preregistration script, ensure that the following prerequisites are met:
26
24
27
-
-[Download the latest preregistration script](https://aka.ms/preregscriptsapase) for Multiple Components on One System (MCOS)
28
-
and Multi System Identifier (SID) support.
25
+
-[Download the latest preregistration script](https://aka.ms/preregscriptsapase) for [Multi System Identifier (SID) support](sap-ase-backup-support-matrix.md#support-for-multiple-sap-ase-instances-on-a-single-host).
29
26
- Run the SAP ASE backup configuration script on the virtual machine where ASE is installed.
30
27
- Check if you're the root user for proper configuration and access.
31
28
- Use the `-sn` or `--skip-network-checks` parameter when running the script, if your ASE setup uses Private Endpoints.
Copy file name to clipboardExpand all lines: articles/backup/sap-ase-database-backup-tutorial.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Tutorial - Back up SAP ASE (Sybase) database using Azure Business Continuity Center
3
3
description: In this tutorial, learn how to back up an SAP ASE (Sybase) database that's running on an Azure virtual machine using Azure Business Continuity Center.
4
4
ms.topic: tutorial
5
-
ms.date: 05/14/2025
5
+
ms.date: 05/13/2025
6
6
ms.service: azure-backup
7
7
ms.custom:
8
8
- ignite-2024
@@ -14,9 +14,7 @@ ms.author: jsuri
14
14
15
15
This tutorial describes how to back up an SAP Adaptive Server Enterprise (ASE) (Sybase) database that's running on an Azure Virtual Machine (VM) using [Azure Business Continuity Center](../business-continuity-center/business-continuity-center-overview.md).
16
16
17
-
>[!Note]
18
-
>- Currently, the SAP ASE is available only in non-US public regions. Learn about the [supported regions](sap-ase-backup-support-matrix.md#scenario-support-for-sap-ase-sybase-databases-on-azure-vms).
19
-
>- Learn about the [supported configurations and scenarios for SAP ASE database backup](sap-ase-backup-support-matrix.md) on Azure VMs.
17
+
Learn about the [supported configurations and scenarios for SAP ASE database backup](sap-ase-backup-support-matrix.md) on Azure VMs.
Copy file name to clipboardExpand all lines: articles/backup/sap-ase-database-restore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ To trigger Cross Subscription Restore to a Private Endpoint enabled vault, follo
171
171
- Select the subscription of the target vault in which you want to restore.
172
172
- Select the VNet of the target VM that you want to restore across subscription.
173
173
174
-
1. After the Private Endpoint is created, [trigger restore](#restore-sap-ase-databases-on-azure-vms).
174
+
1. After the Private Endpoint is created, [trigger restore](#restore-a-user-database).
175
175
176
176
>[!Note]
177
177
>By default, CSR is enabled on the Recovery Services vault. To update the Recovery Services vault restore settings, go to the **Recovery Services vault**>**Properties**>**Cross Subscription Restore** and thenselect**Update** to implement the required changes.
0 commit comments