Skip to content

Commit 3368de3

Browse files
author
Kimmo Forss
committed
Additional updates
1 parent 1c8dc69 commit 3368de3

File tree

2 files changed

+49
-33
lines changed

2 files changed

+49
-33
lines changed

articles/sap/automation/configure-system.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ By default, the SAP system deployment uses the credentials from the SAP workload
367367
## NFS support
368368

369369
> [!div class="mx-tdCol2BreakAll "]
370-
> | Variable | Description | Type |
371-
> | ---------------------------------- | ----------------------------------------------------------------------- | ----------- |
372-
> | `NFS_provider` | Defines what NFS back end to use. The options are `AFS` for Azure Files NFS or `ANF` for Azure NetApp files. |
373-
> | `sapmnt_volume_size` | Defines the size (in GB) for the `sapmnt` volume. | Optional |
370+
> | Variable | Description | Type |
371+
> | ---------------------------------- | ------------------------------------------------------------------------------------------------------------- | ----------- |
372+
> | `NFS_provider` | Defines what NFS back end to use. The options are `AFS` for Azure Files NFS or `ANF` for Azure NetApp files. | Optional |
373+
> | `sapmnt_volume_size` | Defines the size (in GB) for the `sapmnt` volume. | Optional |
374374
375375
### Azure files NFS support
376376

articles/sap/automation/supportability.md

Lines changed: 45 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -35,42 +35,65 @@ The framework supports the following operating systems and distributions:
3535

3636
The following distributions have been tested with the framework:
3737

38-
- Red Hat 7.9
39-
- Red Hat 8.2
40-
- Red Hat 8.4
41-
- Red Hat 8.6
42-
- SUSE 12 SP5
43-
- SUSE 15 SP2
44-
- SUSE 15 SP3
45-
- SUSE 15 SP4
46-
- Oracle Linux 8.2
47-
- Oracle Linux 8.4
48-
- Oracle Linux 8.6
49-
- Windows Server 2016
50-
- Windows Server 2019
51-
- Windows Server 2022
38+
39+
> [!div class="mx-tdCol2BreakAll "]
40+
> | Database | Versions |
41+
> | -------------- | --------------------------------------- |
42+
> | Red Hat | 7.9, 8.2, 8.4, 8.6, 8.8, 9.0, 9.2 |
43+
> | SUSE | 12 SP4, 15 SP2, 15 SP3, 15 SP4, 15 SP5 |
44+
> | Oracle | 8.2, 8.4, 8.6, 8.8, 8.9 |
45+
> | Windows Server | 2016, 2019, 2022 |
46+
5247

5348
## Supported database back ends
5449

5550
The automation framework supports the following database back ends:
5651

57-
- SAP HANA
58-
- DB2
59-
- Oracle
60-
- Sybase
61-
- Microsoft SQL Server
52+
> [!div class="mx-tdCol2BreakAll "]
53+
> | Database | Versions |
54+
> | ------------------------------------ | --------------------------------- |
55+
> | SAP HANA (S4/NW) | 1909, 2020, 2021, 2022, 2023 |
56+
> | ASE | 1603SP11, 1603SP14 |
57+
> | DB2 | 11.5 |
58+
> | MS SQL Server | 2016, 2019, 2022 |
59+
60+
61+
## Supported storage types
62+
63+
The automation framework supports the following storage types:
64+
65+
> [!div class="mx-tdCol2BreakAll "]
66+
> | Storage Solution | Notes |
67+
> | ------------------------------------ | ---------------------------------------------------------------------- |
68+
> | Premium_SSD | |
69+
> | Premium_SSDv2 | |
70+
> | Ultra_SSD | Limited to certain scenarios. For instance, /hana/log on eligible SKU. |
71+
> | Azure NetApp Files | For HANA, AVG support also available |
72+
> | Azure Files NFS | For shared files, not for database files |
73+
74+
Encryption using Azure Disk Encryption with customer managed keys is supported.
6275

63-
## Supported topologies
76+
## Supported SAP topologies
6477

6578
By default, the automation framework deploys with database and application tiers. The application tier is split into three more tiers: application, central services, and web dispatchers.
6679

80+
81+
> [!div class="mx-tdCol2BreakAll "]
82+
> | Deployment | Notes |
83+
> | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
84+
> | Standalone | All SAP roles are installed on a single server. |
85+
> | Distributed | Separate Database server and application tier. The application tier can further split by having SAP central services on one VM and one or more application servers on another. |
86+
> | Distributed (HA) | Database and/or SAP Central Services are deployed highly available using Pacemaker |
87+
88+
6789
You can also deploy the automation framework to a standalone server by specifying a configuration without an application tier.
6890

6991
## Supported deployment topologies
7092

7193
The automation framework supports both green-field and brown-field deployments.
7294

7395
### Green-field deployments
96+
7497
In a green-field deployment, the automation framework creates all the required resources.
7598

7699
In this scenario, you provide the relevant data (address spaces for networks and subnets) when you configure the environment. For more examples, see [Configure the workload zone](configure-workload-zone.md).
@@ -87,8 +110,7 @@ The automation framework can use the following Azure services, features, and cap
87110
- Azure Virtual Machines
88111
- Accelerated networking
89112
- Anchor VMs (optional)
90-
- SSH authentication
91-
- Username and password authentication
113+
- SSH authentication/Username and password authentication
92114
- SKU configuration
93115
- Custom images
94116
- New or existing proximity placement groups
@@ -99,6 +121,7 @@ The automation framework can use the following Azure services, features, and cap
99121
- New or existing network security groups
100122
- New or existing virtual networks
101123
- New or existing subnets
124+
- Private Endpoints
102125
- Azure availability zones
103126
- High availability (HA)
104127
- Azure Firewall
@@ -118,13 +141,6 @@ The automation framework can use the following Azure services, features, and cap
118141
- For shared files
119142
- For database files
120143

121-
## Supported SAP architectures
122-
123-
You can use the automation framework to deploy the following SAP architectures:
124-
125-
- Standalone
126-
- Distributed
127-
- Distributed (highly available)
128144

129145
## Next step
130146

0 commit comments

Comments
 (0)