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/sap/automation/configure-system.md
+37-36Lines changed: 37 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Define the SAP system properties for the SAP on Azure Deployment Au
4
4
author: kimforss
5
5
ms.author: kimforss
6
6
ms.reviewer: kimforss
7
-
ms.date: 05/03/2022
7
+
ms.date: 04/21/2023
8
8
ms.topic: conceptual
9
9
ms.service: sap-on-azure
10
10
ms.subservice: sap-automation
@@ -13,7 +13,7 @@ ms.custom: devx-track-terraform
13
13
14
14
# Configure SAP system parameters
15
15
16
-
Configuration for the [SAP on Azure Deployment Automation Framework](deployment-framework.md)] happens through parameters files. You provide information about your SAP system properties in a tfvars file, which the automation framework uses for deployment. You can find examples of the variable file in the 'samples/WORKSPACES/SYSTEM' folder.
16
+
Configuration for the [SAP on Azure Deployment Automation Framework](deployment-framework.md)] happens through parameters files. You provide information about your SAP system infrastructure in a tfvars file, which the automation framework uses for deployment. You can find examples of the variable file in the 'samples' repository.
17
17
18
18
The automation supports both creating resources (green field deployment) or using existing resources (brownfield deployment).
19
19
@@ -43,7 +43,7 @@ To configure this topology, define the database tier values and define `scs_serv
43
43
44
44
### High Availability
45
45
46
-
The Distributed (Highly Available) deployment is similar to the Distributed architecture. In this deployment, the database and/or SAP Central Services can both be configured using a highly available configuration using two virtual machines each with Pacemaker clusters.
46
+
The Distributed (Highly Available) deployment is similar to the Distributed architecture. In this deployment, the database and/or SAP Central Services can both be configured using a highly available configuration using two virtual machines each with Pacemaker clusters or in case of Windows with Windows Failover clustering.
47
47
48
48
To configure this topology, define the database tier values and set `database_high_availability` to true. Set `scs_server_count = 1` and `scs_high_availability` = true and
49
49
`application_server_count` >= 1
@@ -116,7 +116,7 @@ The database tier defines the infrastructure for the database tier, supported da
116
116
> |`database_vm_image`| Defines the Virtual machine image to use, see below. | Optional ||
117
117
> |`database_vm_authentication_type`| Defines the authentication type (key/password). | Optional ||
118
118
> |`database_use_avset`| Controls if the database servers are placed in availability sets. | Optional | default is false |
119
-
> |`database_use_ppg`| Controls if the database servers will be placed in a proximity placement groups. | Optional | default is true |
119
+
> |`database_use_ppg`| Controls if the database servers will be placed in proximity placement groups.| Optional | default is true |
120
120
> |`database_vm_avset_arm_ids`| Defines the existing availability sets Azure resource IDs. | Optional | Primarily used with ANF pinning |
121
121
> |`hana_dual_nics`| Controls if the HANA database servers will have dual network interfaces. | Optional | default is true |
122
122
@@ -154,22 +154,22 @@ The application tier defines the infrastructure for the application tier, which
> |`scs_server_count`| Defines the number of SCS servers. | Required ||
160
-
> |`scs_high_availability`| Defines if the Central Services is highly available. | Optional | See [High availability configuration](configure-system.md#high-availability-configuration)|
161
-
> |`scs_instance_number`| The instance number of SCS. | Optional ||
162
-
> |`ers_instance_number`| The instance number of ERS. | Optional ||
163
-
> |`scs_server_sku`| Defines the Virtual machine SKU to use. | Optional ||
164
-
> |`scs_server_image`| Defines the Virtual machine image to use. | Required ||
165
-
> |`scs_server_zones`| Defines the availability zones of the SCS servers. | Optional ||
166
-
> |`scs_server_app_nic_ips`| List of IP addresses for the SCS servers (app subnet). | Optional ||
167
-
> |`scs_server_app_nic_secondary_ips[]`| List of secondary IP addresses for the SCS servers (app subnet). | Optional ||
168
-
> |`scs_server_app_admin_nic_ips`| List of IP addresses for the SCS servers (admin subnet). | Optional ||
169
-
> |`scs_server_loadbalancer_ips`| List of IP addresses for the scs load balancer (app subnet). | Optional ||
> |`scs_server_count`| Defines the number of SCS servers. | Required ||
160
+
> |`scs_high_availability`| Defines if the Central Services is highly available. | Optional | See [High availability configuration](configure-system.md#high-availability-configuration)|
161
+
> |`scs_instance_number`| The instance number of SCS. | Optional ||
162
+
> |`ers_instance_number`| The instance number of ERS. | Optional ||
163
+
> |`scs_server_sku`| Defines the Virtual machine SKU to use. | Optional ||
164
+
> |`scs_server_image`| Defines the Virtual machine image to use. | Required ||
165
+
> |`scs_server_zones`| Defines the availability zones of the SCS servers. | Optional ||
166
+
> |`scs_server_app_nic_ips`| List of IP addresses for the SCS servers (app subnet). | Optional ||
167
+
> |`scs_server_app_nic_secondary_ips[]`| List of secondary IP addresses for the SCS servers (app subnet). | Optional ||
168
+
> |`scs_server_app_admin_nic_ips`| List of IP addresses for the SCS servers (admin subnet). | Optional ||
169
+
> |`scs_server_loadbalancer_ips`| List of IP addresses for the scs load balancer (app subnet). | Optional ||
170
+
> |`scs_server_use_ppg`| Controls if the SCS servers are placed in availability sets.| Optional ||
171
+
> |`scs_server_use_avset`| Controls if the SCS servers will be placed in proximity placement groups.| Optional ||
172
+
> |`scs_server_tags`| Defines a list of tags to be applied to the SCS servers. | Optional ||
173
173
174
174
### Application server parameters
175
175
@@ -180,13 +180,13 @@ The application tier defines the infrastructure for the application tier, which
180
180
> |`application_server_count`| Defines the number of application servers. | Required ||
181
181
> |`application_server_sku`| Defines the Virtual machine SKU to use. | Optional ||
182
182
> |`application_server_image`| Defines the Virtual machine image to use. | Required ||
183
-
> |`application_server_zones`| Defines the availability zones to which the application servers are deployed.| Optional ||
184
-
> |`application_server_app_nic_ips[]`| List of IP addresses for the application servers (app subnet). | Optional ||
185
-
> |`application_server_nic_secondary_ips[]`| List of secondary IP addresses for the application servers (app subnet). | Optional ||
186
-
> |`application_server_app_admin_nic_ips`| List of IP addresses for the application server (admin subnet). | Optional ||
0 commit comments