Skip to content

Commit f282b60

Browse files
committed
Added support for udev device persistency
1 parent 6b4f185 commit f282b60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ I'll also be setting up a page where I have a list of all parameters and explana
2121
- 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.
2222
- All roles are built on Oracle Linux 6, but should work with any EL6-based system.
2323
- 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.
2524

2625
<b>The different roles are:</b>
2726

@@ -49,7 +48,7 @@ This will configure the host specific Oracle stuff:
4948
<b>orahost-storage:</b>
5049
This role configures storage that shoud be used by ASM.
5150
- Partitions devices (using parted)
52-
- Create ASMlib labels on disks
51+
- Create ASMlib labels or sets up udev-rules for device name persistency
5352

5453
<b>oraswgi-install:</b>
5554
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.
7372
<b>oraasm-createdg:</b>
7473
This role will create the diskgroup(s) that should be used for database storage. Uses asmca to create diskgroups.
7574
- 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.
7775

7876
<b>oraswdb-install:</b>
7977
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
117115
********************************
118116
<b>Changelog (bigger changes)</b>
119117

118+
2014-10-19
119+
- Added support for udev device name persistancy
120+
120121
2014-10-10
121122
- Added 'oracle_gi_nic_pub|priv' and removed hardcoded nic's in grid-install template. Now possible to define which interface does what
122123
- Added support for installation from remote location (e.g nfs share)

0 commit comments

Comments
 (0)