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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ I'll also be setting up a page where I have a list of all parameters and explana
21
21
- You'll need to manually download the Oracle software and make it available to the control-machine (either locally or on a web-server) before running the playbook.
22
22
- All roles are built on Oracle Linux 6, but should work with any EL6-based system.
23
23
- Storage options only supports block devices at the moment (FS & ASM). Will add support for NFS
24
-
- When using ASM only ASMlib is currently supported. Will add support for udev etc.
25
24
26
25
<b>The different roles are:</b>
27
26
@@ -49,7 +48,7 @@ This will configure the host specific Oracle stuff:
49
48
<b>orahost-storage:</b>
50
49
This role configures storage that shoud be used by ASM.
51
50
- Partitions devices (using parted)
52
-
- Create ASMlib labels on disks
51
+
- Create ASMlib labels or sets up udev-rules for device name persistency
53
52
54
53
<b>oraswgi-install:</b>
55
54
This role will install and configure Oracle Grid Infrastructure. Tested with 12.1.0.1/12.1.0.2 & 11.2.0.4
@@ -73,7 +72,6 @@ This role will create and configure the ASM-instance with an initial diskgroup.
73
72
<b>oraasm-createdg:</b>
74
73
This role will create the diskgroup(s) that should be used for database storage. Uses asmca to create diskgroups.
75
74
- Generates a shellscript that uses asmca to create the diskgroups.
76
-
Note: It will try to create the initial diskgroup again, and fail but that is ok, the error is ignored and the play will continue.
77
75
78
76
<b>oraswdb-install:</b>
79
77
This role will install the oracle database server(s). If there will be more than one database running it will get its own ORACLE_HOME. It performs both Single Instance/RAC installations.
@@ -117,6 +115,9 @@ This role will take a previously installed/patched Oracle Database Server instal
117
115
********************************
118
116
<b>Changelog (bigger changes)</b>
119
117
118
+
2014-10-19
119
+
- Added support for udev device name persistancy
120
+
120
121
2014-10-10
121
122
- Added 'oracle_gi_nic_pub|priv' and removed hardcoded nic's in grid-install template. Now possible to define which interface does what
122
123
- Added support for installation from remote location (e.g nfs share)
0 commit comments