Skip to content

Commit 09bf5d1

Browse files
author
Kimmo Forss
committed
Add more properties
1 parent dbfdfe2 commit 09bf5d1

File tree

1 file changed

+68
-29
lines changed

1 file changed

+68
-29
lines changed

articles/sap/automation/configure-sap-parameters.md

Lines changed: 68 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -21,37 +21,51 @@ This table contains the default parameters defined by the framework.
2121

2222
### User IDs
2323

24+
This table contains the IDs for the SAP users and groups for the different platforms.
25+
26+
> [!div class="mx-tdCol2BreakAll "]
27+
> | Parameter | Description | Default Value |
28+
> | ------------------------------- | -------------------------------------------------------------------------- | ---------------------------- |
29+
> | HANA | | |
30+
> | `sapadm_uid` | The UID for the sapadm account. | 2100 |
31+
> | `sidadm_uid` | The UID for the sidadm account. | 2003 |
32+
> | `hdbadm_uid` | The UID for the hdbadm account. | 2200 |
33+
> | `sapinst_gid` | The GID for the sapinst group. | 2001 |
34+
> | `sapsys_gid` | The GID for the sapsys group. | 2000 |
35+
> | `hdbshm_gid` | The GID for the hdbshm group. | 2002 |
36+
> | DB2 | | |
37+
> | `db2sidadm_uid` | The UID for the db2sidadm account. | 3004 |
38+
> | `db2sapsid_uid` | The UID for the db2sapsid account. | 3005 |
39+
> | `db2sysadm_gid` | The UID for the db2sysadm group. | 3000 |
40+
> | `db2sysctrl_gid` | The UID for the db2sysctrl group. | 3001 |
41+
> | `db2sysmaint_gid` | The UID for the db2sysmaint group. | 3002 |
42+
> | `db2sysmon_gid` | The UID for the db2sysmon group. | 2003 |
43+
> | ORACLE | | |
44+
> | `orasid_uid` | The UID for the orasid account. | 3100 |
45+
> | `oracle_uid` | The UID for the oracle account. | 3101 |
46+
> | `observer_uid` | The UID for the observer account. | 4000 |
47+
> | `dba_gid` | The GID for the dba group. | 3100 |
48+
> | `oper_gid` | The GID for the oper group. | 3101 |
49+
> | `asmoper_gid` | The GID for the asmoper group. | 3102 |
50+
> | `asmadmin_gid` | The GID for the asmadmin group. | 3103 |
51+
> | `asmdba_gid` | The GID for the asmdba group. | 3104 |
52+
> | `oinstall_gid` | The GID for the oinstall group. | 3105 |
53+
> | `backupdba_gid` | The GID for the backupdba group. | 3106 |
54+
> | `dgdba_gid` | The GID for the dgdba group. | 3107 |
55+
> | `kmdba_gid` | The GID for the kmdba group. | 3108 |
56+
> | `racdba_gid` | The GID for the racdba group. | 3108 |
57+
58+
59+
### Windows parameters
60+
61+
This table contains the information pertinent to Windows deployments.
62+
2463
> [!div class="mx-tdCol2BreakAll "]
25-
> | Parameter | Description | Default Value |
26-
> | ------------------------- | -------------------------------------------------------------------------- | ---------------------------- |
27-
> | `sapadm_uid` | The UID for the sapadm account. | 2100 |
28-
> | `sidadm_uid` | The UID for the sidadm account. | 2003 |
29-
> | `hdbadm_uid` | The UID for the hdbadm account. | 2200 |
30-
> | `sapinst_gid` | The GID for the sapinst group. | 2001 |
31-
> | `sapsys_gid` | The GID for the sapsys group. | 2000 |
32-
> | `hdbshm_gid` | The GID for the hdbshm group. | 2002 |
33-
> | | | |
34-
> | `db2sidadm_uid` | The UID for the db2sidadm account. | 3004 |
35-
> | `db2sapsid_uid` | The UID for the db2sapsid account. | 3005 |
36-
> | `db2sysadm_gid` | The UID for the db2sysadm group. | 3000 |
37-
> | `db2sysctrl_gid` | The UID for the db2sysctrl group. | 3001 |
38-
> | `db2sysmaint_gid` | The UID for the db2sysmaint group. | 3002 |
39-
> | `db2sysmon_gid` | The UID for the db2sysmon group. | 2003 |
40-
> | | | |
41-
> | `orasid_uid` | The UID for the orasid account. | 3100 |
42-
> | `oracle_uid` | The UID for the oracle account. | 3101 |
43-
> | `observer_uid` | The UID for the observer account. | 4000 |
44-
> | `dba_gid` | The GID for the dba group. | 3100 |
45-
> | `oper_gid` | The GID for the oper group. | 3101 |
46-
> | `asmoper_gid` | The GID for the asmoper group. | 3102 |
47-
> | `asmadmin_gid` | The GID for the asmadmin group. | 3103 |
48-
> | `asmdba_gid` | The GID for the asmdba group. | 3104 |
49-
> | `oinstall_gid` | The GID for the oinstall group. | 3105 |
50-
> | `backupdba_gid` | The GID for the backupdba group. | 3106 |
51-
> | `dgdba_gid` | The GID for the dgdba group. | 3107 |
52-
> | `kmdba_gid` | The GID for the kmdba group. | 3108 |
53-
> | `racdba_gid` | The GID for the racdba group. | 3108 |
64+
> | Parameter | Description | Default Value |
65+
> | ------------------------------- | -------------------------------------------------------------------------- | ---------------------------- |
66+
> | `mssserver_version` | SQL Server version | `mssserver2019` |
5467
68+
: ''
5569

5670
## Parameters
5771

@@ -77,16 +91,20 @@ This table contains the parameters stored in the sap-parameters.yaml file, most
7791
> | `ers_instance_number` | Defines the instance number for ERS | Required |
7892
> | `ers_lb_ip` | IP address of ERS instance | Required |
7993
> | `pas_instance_number` | Defines the instance number for PAS | Required |
94+
> | `web_sid` | The SID for the Web Dispatcher | Required if web dispatchers are deployed |
95+
> | `scs_clst_lb_ip` | IP address of Windows Cluster service | Required |
8096
8197
### Database Tier
8298

8399
> [!div class="mx-tdCol2BreakAll "]
84100
> | Parameter | Description | Type |
85101
> | ------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------- |
86102
> | `db_sid` | The SID of the SAP database | Required |
103+
> | `db_instance_number` | Defines the instance number for the database | Required |
87104
> | `db_high_availability` | Defines if the database is deployed highly available | Required |
88105
> | `db_lb_ip` | IP address of the database load balancer | Required |
89106
> | `platform` | The database platform. Valid values are: ASE, DB2, HANA, ORACLE, SQLSERVER | Required |
107+
> | `db_clst_lb_ip` | IP address of database cluster for Windows | Required |
90108
91109
### NFS
92110

@@ -98,6 +116,26 @@ This table contains the parameters stored in the sap-parameters.yaml file, most
98116
> | `sap_trans` | The NFS path for sap_trans | Required |
99117
> | `usr_sap_install_mountpoint` | The NFS path for usr/sap/install | Required |
100118
119+
### Azure NetApp Files
120+
> [!div class="mx-tdCol2BreakAll "]
121+
> | Parameter | Description | Type |
122+
> | ---------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------- |
123+
> | `hana_data` | The NFS path for hana_data volumes | Required |
124+
> | `hana_log` | The NFS path for hana_log volumes | Required |
125+
> | `hana_shared` | The NFS path for hana_shared volumes | Required |
126+
> | `usr_sap` | The NFS path for /usr/sap volumes | Required |
127+
128+
### Windows support
129+
130+
> [!div class="mx-tdCol2BreakAll "]
131+
> | Parameter | Description | Type |
132+
> | ---------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------- |
133+
> | `domain_name` | Defines the Windows domain name, for example sap.contoso.net. | Required |
134+
> | `domain_name` | Defines the Windows domain name, for example sap.contoso.net. | Optional |
135+
> | SQL | | |
136+
> | `use_sql_for_SAP` | Uses the SAP defined SQL Server media, defaults to 'true' | Optional |
137+
> | `win_cluster_share_type` | Defines the cluster type (CSD/FS), defaults to CSD | Optional |
138+
101139
### Miscellaneous
102140

103141
> [!div class="mx-tdCol2BreakAll "]
@@ -106,6 +144,7 @@ This table contains the parameters stored in the sap-parameters.yaml file, most
106144
> | `kv_name` | The name of the Azure key vault containing the system credentials | Required |
107145
> | `secret_prefix` | The prefix for the name of the secrets for the SID stored in key vault | Required |
108146
> | `upgrade_packages` | Update all installed packages on the virtual machines | Required |
147+
> | `use_msi_for_clusters` | Use managed identities for fencing | Required |
109148
110149
### Disks
111150

0 commit comments

Comments
 (0)