Install guide
device scsi cciss
device scsi qla2300
install
nfs --server=192.168.1.212 --dir=/vol/ed/jneedham /ISO/RHEL5/U3/64
reboot yes
lang en_US.UTF-8
keyboard us
network --device eth0 --bootproto=static --device=eth0 --gateway=192.168.1.1 --
ip=192.168.1.1 --ip=192.168.1.114 --nam eserver=139.95.251.1 --
netmask=255.255.255.0 --onboot=on
rootpw "oracleha"
authconfig --enableshadow --enablem d5
selinux --disabled
firewall --disabled --port=22:tcp
timezone --utc America/Vancouver
bootloader --location=m br --driveorder=cciss/c0d0 --append="elevator=deadline"
# P A R T I T I O N S P E C I F I C A T I O N
part swap --fstype swap --ondisk=cciss/c0d0 --usepart=cciss/c0d0p2 --size=16384 -
-asprimary
part / --fstype ext3 --ondisk=cciss/c0d0 --usepart=cciss/c0d0p3 --size=6144 -
-asprimary
part /ee --fstype ext3 --ondisk=cciss/c0d0 --usepart=cciss/c0d0p5 --noformat --
size 32768
%packages
@developm ent-libs
@x-software-development
@core
@base
@legacy-software-development
@java
@legacy-software-support
@base-x
@developm ent-tools
@cluster-storage
@clustering
sysstat
Following installation, we often disable many of the services in the /etc/rc3.d file. Most of these
services are not required when the server is configured for Oracle use.
Tip
ext3 file systems that are created during an install do not have the maximum journal size. For
RAC/GFS nodes, where ORA_CRS_HOME must live on this mount, we recommend that you rebuild
the file system with the maximum journal size:
$ mke2fs –j –J size=400 /dev/cciss/co d0p5
Oracle Clusterware can churn a file system, so larger journals and a local RAID algorithm that
favors performance will be beneficial.
Chapter 3. Software Installation and Configuration
21