Skip to content

Commit 35773cb

Browse files
author
AbhishekMallick01
committed
Addressed PM review inputs
1 parent e0a731f commit 35773cb

6 files changed

+16
-28
lines changed

articles/backup/sap-ase-backup-support-matrix.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: SAP ASE Backup support matrix
33
description: In this article, learn about the supported scenarios and limitations when you use Azure Backup to back up SAP ASE databases on Azure VMs.
44
ms.topic: reference
55
ms.custom: references_regions, ignite-2024
6-
ms.date: 05/14/2025
6+
ms.date: 05/13/2025
77
ms.service: azure-backup
88
author: jyothisuri
99
ms.author: jsuri
@@ -21,15 +21,15 @@ This article summarizes the scenarios supported and limitations present when you
2121
| **Scenario** | **Supported configurations** | **Unsupported configurations** |
2222
| ------- | -------- | -------- |
2323
| **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. |
2525
| **OS versions** | SLES 12 with SP0, SP1, SP2, SP3, SP4, and SP5; SLES 15 with SP0, SP1, SP2, SP3, SP4, and SP5, 15.6 <br><br> RHEL 7.1, 7.2, 7.3, 7.4, 7.6, 7.7, 7.9, 8.1, 8.2, 8.3, 8.4,8.5, 8.6, 8.7, 8.8, 8.9, 8.10, 9.2 | |
2626
| **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. |
2828
| **Backup types** | Full, Differential, and Log backups. | Incremental, archival support is currently not available. |
2929
| **Restore types** | ALR-Alternate Location Restore, OLR-Original Location Restore (In-Place), Restore as Files. | |
3030
| **Cross Subscription Restore** | Supported via the Azure portal.<br>Cross Subscription Restore to Paired Region. | Region of Choice isn't supported. |
3131
| **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. |
3333
| **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. | |
3434
| **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. | |
3535
| **Azure CLI/PowerShell** | | Azure CLI/PowerShell support is currently not available. |

articles/backup/sap-ase-database-about.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About the SAP ASE (Sybase) database backup on Azure VMs
33
description: In this article, learn about backing up SAP ASE (Sybase) databases that are running on Azure virtual machines.
44
ms.topic: overview
5-
ms.date: 05/14/2025
5+
ms.date: 05/13/2025
66
ms.service: azure-backup
77
ms.custom:
88
- ignite-2024
@@ -40,32 +40,25 @@ You can back up SAP ASE (Sybase) databases that are running inside an Azure VM a
4040
* 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.
4141
* 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).
4242
* 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.
4444
* To configure a backup on the databases that you discovered, choose the required backup policy, and then enable backups.
4545

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-
5346
> [!NOTE]
5447
> Ensure that these parameters aren't present at the host level. Host-level parameters override these parameters and might cause unexpected behavior.
5548
5649

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.
5952
* 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.
6154

6255
:::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":::
6356

6457
## Use Azure VM backup with Azure SAP ASE backup
6558

6659
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.
6760

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.
6962

7063
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.
7164

articles/backup/sap-ase-database-backup-run-preregistration-quickstart.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,13 @@ This quickstart describes how to run the preregistration script to prepare an SA
1616

1717
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.
1818

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.
2220

2321
## Prerequisites
2422

2523
Before you run the preregistration script, ensure that the following prerequisites are met:
2624

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).
2926
- Run the SAP ASE backup configuration script on the virtual machine where ASE is installed.
3027
- Check if you're the root user for proper configuration and access.
3128
- Use the `-sn` or `--skip-network-checks` parameter when running the script, if your ASE setup uses Private Endpoints.

articles/backup/sap-ase-database-backup-tutorial.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Back up SAP ASE (Sybase) database using Azure Business Continuity Center
33
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.
44
ms.topic: tutorial
5-
ms.date: 05/14/2025
5+
ms.date: 05/13/2025
66
ms.service: azure-backup
77
ms.custom:
88
- ignite-2024
@@ -14,9 +14,7 @@ ms.author: jsuri
1414

1515
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).
1616

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.
2018

2119
## Prerequisites
2220

articles/backup/sap-ase-database-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage and monitor backed-up SAP ASE database using Azure portal
33
description: In this article, learn the common tasks for managing and monitoring SAP ASE databases that are running on Azure virtual machines.
44
ms.topic: how-to
5-
ms.date: 05/14/2025
5+
ms.date: 05/13/2025
66
ms.service: azure-backup
77
ms.custom:
88
- ignite-2024

articles/backup/sap-ase-database-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ To trigger Cross Subscription Restore to a Private Endpoint enabled vault, follo
171171
- Select the subscription of the target vault in which you want to restore.
172172
- Select the VNet of the target VM that you want to restore across subscription.
173173

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).
175175

176176
>[!Note]
177177
>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 then select **Update** to implement the required changes.

0 commit comments

Comments
 (0)