Skip to content

Commit 20e5638

Browse files
Merge pull request #231234 from KimForss/main
Oracle and DB2 IDs
2 parents f476aba + bb45864 commit 20e5638

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

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

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,50 @@ ms.subservice: sap-automation
1212

1313
# Configure SAP Installation parameters
1414

15-
The Ansible playbooks will use a combination of default parameters and parameters defined by the Terraform deployment for the SAP installation.
15+
The Ansible playbooks use a combination of default parameters and parameters defined by the Terraform deployment for the SAP installation.
1616

1717

1818
## Default Parameters
1919

20-
The table below contains the default parameters defined by the framework.
20+
This table contains the default parameters defined by the framework.
2121

2222
### User IDs
2323

2424
> [!div class="mx-tdCol2BreakAll "]
2525
> | Parameter | Description | Default Value | Type |
2626
> | ------------------------- | -------------------------------------------------------------------------- | ---------------------------- | ---------- |
2727
> | `sapadm_uid` | The UID for the sapadm account. | 2100 | Required |
28+
> | `sidadm_uid` | The UID for the sidadm account. | 2003 | Required |
29+
> | `hdbadm_uid` | The UID for the hdbadm account. | 2200 | Required |
2830
> | `sapinst_gid` | The GID for the sapinst group. | 2001 | Required |
2931
> | `sapsys_gid` | The GID for the sapsys group. | 2000 | Required |
32+
> | `hdbshm_gid` | The GID for the hdbshm group. | 2002 | Required |
33+
> | | | | |
3034
> | `db2sidadm_uid` | The UID for the db2sidadm account. | 3004 | Required |
3135
> | `db2sapsid_uid` | The UID for the db2sapsid account. | 3005 | Required |
3236
> | `db2sysadm_gid` | The UID for the db2sysadm group. | 3000 | Required |
3337
> | `db2sysctrl_gid` | The UID for the db2sysctrl group. | 3001 | Required |
3438
> | `db2sysmaint_gid` | The UID for the db2sysmaint group. | 3002 | Required |
3539
> | `db2sysmon_gid` | The UID for the db2sysmon group. | 2003 | Required |
40+
> | | | | |
41+
> | `orasid_uid` | The UID for the orasid account. | 3100 | Required |
42+
> | `oracle_uid` | The UID for the oracle account. | 3101 | Required |
43+
> | `observer_uid` | The UID for the observer account. | 4000 | Required |
44+
> | `dba_gid` | The GID for the dba group. | 3100 | Required |
45+
> | `oper_gid` | The GID for the oper group. | 3101 | Required |
46+
> | `asmoper_gid` | The GID for the asmoper group. | 3102 | Required |
47+
> | `asmadmin_gid` | The GID for the asmadmin group. | 3103 | Required |
48+
> | `asmdba_gid` | The GID for the asmdba group. | 3104 | Required |
49+
> | `oinstall_gid` | The GID for the oinstall group. | 3105 | Required |
50+
> | `backupdba_gid` | The GID for the backupdba group. | 3106 | Required |
51+
> | `dgdba_gid` | The GID for the dgdba group. | 3107 | Required |
52+
> | `kmdba_gid` | The GID for the kmdba group. | 3108 | Required |
53+
> | `racdba_gid` | The GID for the racdba group. | 3108 | Required |
54+
3655

3756
## Parameters
3857

39-
The table below contains the parameters stored in the sap-parameters.yaml file, most of the values are pre-populated via the Terraform deployment.
58+
This table contains the parameters stored in the sap-parameters.yaml file, most of the values are prepopulated via the Terraform deployment.
4059

4160
### Infrastructure
4261

@@ -90,7 +109,7 @@ The table below contains the parameters stored in the sap-parameters.yaml file,
90109
91110
### Disks
92111

93-
Disks is a dictionary defining the disks of all the virtual machines in the SID.
112+
Disks define a dictionary with information about the disks of all the virtual machines in the SAP Application virtual machines.
94113

95114
> [!div class="mx-tdCol2BreakAll "]
96115
> | attribute | Description | Type |
@@ -100,7 +119,7 @@ Disks is a dictionary defining the disks of all the virtual machines in the SID.
100119
> | `type` | This attribute is used to group the disks, each disk of the same type will be added to the LVM on the virtual machine | Required |
101120
102121

103-
See sample below
122+
Example of the disks dictionary:
104123
```yaml
105124

106125
disks:
@@ -130,7 +149,7 @@ disks:
130149
131150
### Oracle support
132151
133-
From the v3.4 release, it is possible to deploy SAP on Azure systems in a Shared Home configuration using an Oracle database backend. For more information on running SAP on Oracle in Azure, see [Azure Virtual Machines Oracle DBMS deployment for SAP workload](../workloads/dbms-guide-oracle.md).
152+
From the v3.4 release, it's possible to deploy SAP on Azure systems in a Shared Home configuration using an Oracle database backend. For more information on running SAP on Oracle in Azure, see [Azure Virtual Machines Oracle DBMS deployment for SAP workload](../workloads/dbms-guide-oracle.md).
134153
135154
In order to install the Oracle backend using the SAP on Azure Deployment Automation Framework, you need to provide the following parameters
136155

0 commit comments

Comments
 (0)