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 | Required |
28
+
> |`sidadm_uid`| The UID for the sidadm account. | 2003 | Required |
29
+
> |`hdbadm_uid`| The UID for the hdbadm account. | 2200 | Required |
28
30
> |`sapinst_gid`| The GID for the sapinst group. | 2001 | Required |
29
31
> |`sapsys_gid`| The GID for the sapsys group. | 2000 | Required |
32
+
> |`hdbshm_gid`| The GID for the hdbshm group. | 2002 | Required |
33
+
> |||||
30
34
> |`db2sidadm_uid`| The UID for the db2sidadm account. | 3004 | Required |
31
35
> |`db2sapsid_uid`| The UID for the db2sapsid account. | 3005 | Required |
32
36
> |`db2sysadm_gid`| The UID for the db2sysadm group. | 3000 | Required |
33
37
> |`db2sysctrl_gid`| The UID for the db2sysctrl group. | 3001 | Required |
34
38
> |`db2sysmaint_gid`| The UID for the db2sysmaint group. | 3002 | Required |
35
39
> |`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
+
36
55
37
56
## Parameters
38
57
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.
40
59
41
60
### Infrastructure
42
61
@@ -90,7 +109,7 @@ The table below contains the parameters stored in the sap-parameters.yaml file,
90
109
91
110
### Disks
92
111
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.
94
113
95
114
> [!div class="mx-tdCol2BreakAll "]
96
115
> | attribute | Description | Type |
@@ -100,7 +119,7 @@ Disks is a dictionary defining the disks of all the virtual machines in the SID.
100
119
> |`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 |
101
120
102
121
103
-
See sample below
122
+
Example of the disks dictionary:
104
123
```yaml
105
124
106
125
disks:
@@ -130,7 +149,7 @@ disks:
130
149
131
150
### Oracle support
132
151
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).
134
153
135
154
In order to install the Oracle backend using the SAP on Azure Deployment Automation Framework, you need to provide the following parameters
0 commit comments