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/virtual-machines/workloads/sap/dbms_guide_sapase.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ tags: azure-resource-manager
7
7
ms.service: virtual-machines-sap
8
8
ms.topic: article
9
9
ms.workload: infrastructure
10
-
ms.date: 08/24/2022
10
+
ms.date: 08/23/2022
11
11
ms.author: juergent
12
12
ms.custom: H1Hack27Feb2017
13
-
---
14
13
14
+
---
15
15
# SAP ASE Azure Virtual Machines DBMS deployment for SAP workload
16
16
17
17
In this document, covers several different areas to consider when deploying SAP ASE in Azure IaaS. As a precondition to this document, you should have read the document [Considerations for Azure Virtual Machines DBMS deployment for SAP workload](dbms_guide_general.md) and other guides in the [SAP workload on Azure documentation](./get-started.md). This document covers SAP ASE running on Linux and on Windows Operating Systems. The minimum supported release on Azure is SAP ASE 16.0.02 (Release 16 Support Pack 2). It is recommended to deploy the latest version of SAP and the latest Patch Level. As a minimum SAP ASE 16.0.03.07 (Release 16 Support Pack 3 Patch Level 7) is recommended. The most recent version of SAP can be found in [Targeted ASE 16.0 Release Schedule and CR list Information](https://wiki.scn.sap.com/wiki/display/SYBASE/Targeted+ASE+16.0+Release+Schedule+and+CR+list+Information).
@@ -26,7 +26,7 @@ Additional information about release support with SAP applications or installati
26
26
Remark: Throughout documentation within and outside the SAP world, the name of the product is referenced as Sybase ASE or SAP ASE or in some cases both. In order to stay consistent, we use the name **SAP ASE** in this documentation.
27
27
28
28
## Operating system support
29
-
The SAP Product Availability Matrix contains the supported Operating System and SAP Kernel combinations for each SAP application. Linux distributions SUSE 12.x, SUSE 15.x, Red Hat 7.x are fully supported. Oracle Linux as operating system for SAP ASE is not supported. It is recommended to use the most recent Linux releases available. Windows customers should use Windows Server 2016 or Windows Server 2019 releases. Older releases of Windows such as Windows 2012 are technically supported but the latest Windows version is always recommended.
29
+
The SAP Product Availability Matrix contains the supported Operating System and SAP Kernel combinations for each SAP application. Linux distributions SLES 12.x, SLES 15.x, RHEL 7.x and RHEL 8.x are fully supported. Oracle Linux as operating system for SAP ASE is not supported. It is recommended to use the most recent Linux releases available. Windows customers should use Windows Server 2016 or Windows Server 2019 releases. Older releases of Windows such as Windows 2012 are technically supported but the latest Windows version is always recommended.
30
30
31
31
32
32
## Specifics to SAP ASE on Windows
@@ -40,7 +40,7 @@ Lock Pages in Memory is a setting that will prevent the SAP ASE database buffer
40
40
41
41
42
42
## Linux operating system specific settings
43
-
On Linux VMs, run `saptune` with profile SAP-ASE
43
+
On SLES VMs, run `saptune` with profile SAP-ASE. Tune RHEL VMs as described in [69988](https://access.redhat.com/solutions/69988).
44
44
Linux Huge Pages should be enabled by default and can be verified with command
45
45
46
46
`cat /proc/meminfo`
@@ -81,7 +81,7 @@ An example of a configuration for a small SAP ASE DB Server with a database size
81
81
| # of data devices | 4 | 4 | ---|
82
82
| # of log devices | 1 | 1 | --- |
83
83
| # of temp devices | 1 | 1 | More for SAP BW workload |
84
-
| Operating system | Windows Server 2019 |SUSE 12 SP4/ 15 SP1 or RHEL 7.6 | --- |
84
+
| Operating system | Windows Server 2019 |SLES 12 SP4/ 15 SP1 or RHEL 7.6/8.1| --- |
0 commit comments