How To Add An Oracle Enterprise Linux Scripted Install job
Article: 20000028
Applies to: Release 6.x
To create a Linux scripted install job to install Oracle Enterprise Linux (OEL) 5.2 or greater,
follow the instructions in the Knowledge Base article
How To Add A Linux Update, Service Pack, Or Edition (Article 20000017).
Additionally,
| 1. |
In the directory, oem/components, remove the component files and
replace with the ones extracted from the downloaded OEL bundle.
The oem/drivers directory, if exists, is not needed and can be removed.
|
| 2. |
Using a Linux compatible editor, edit the kickstart file
for any package/rpm changes and modify the adlagent installation line:
./$instfile >> $installlog 2>&1
to
./$instfile --install-as=redhat >> $installlog 2>&1
|
|