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
+
55
+
_gid:
56
+
_gid: 3109
57
+
_gid: 2002
36
58
37
59
## Parameters
38
60
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.
61
+
This table contains the parameters stored in the sap-parameters.yaml file, most of the values are prepopulated via the Terraform deployment.
40
62
41
63
### Infrastructure
42
64
@@ -90,7 +112,7 @@ The table below contains the parameters stored in the sap-parameters.yaml file,
90
112
91
113
### Disks
92
114
93
-
Disks is a dictionary defining the disks of all the virtual machines in the SID.
115
+
Disks define a dictionary with information about the disks of all the virtual machines in the SAP Application virtual machines.
94
116
95
117
> [!div class="mx-tdCol2BreakAll "]
96
118
> | attribute | Description | Type |
@@ -100,7 +122,7 @@ Disks is a dictionary defining the disks of all the virtual machines in the SID.
100
122
> |`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
123
102
124
103
-
See sample below
125
+
Example of the disks dictionary:
104
126
```yaml
105
127
106
128
disks:
@@ -130,7 +152,7 @@ disks:
130
152
131
153
### Oracle support
132
154
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).
155
+
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
156
135
157
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