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
> |`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 |
54
54
55
55
56
56
## Parameters
@@ -184,6 +184,23 @@ Each row must specify the following parameters.
184
184
> | `app_inst_no` | The APP instance number for the instance | Required |
185
185
186
186
187
+
## Overriding the default parameters
188
+
189
+
You can override the default parameters by either specifying them in the sap-parameters.yaml file or by passing them as command line parameters to the Ansible playbooks.
190
+
191
+
For example if you want to override the default value of the group ID for the sapinst group (`sapinst_gid`) parameter, you can do it by adding the following line to the sap-parameters.yaml file:
192
+
193
+
```yaml
194
+
sapinst_gid: 1000
195
+
```
196
+
197
+
If you want to provide them as parameters for the Ansible playbooks, you can do it by adding the following parameter to the command line:
0 commit comments