Owner's Manual

Deployment Guide 9
10
When the
Security Level
window appears, disable the firewall. You may enable the firewall after
completing the Oracle deployment.
11
Log in as
root
.
Configuring Red Hat Enterprise Linux
1
Log in as
root
.
2
Insert the
Dell Deployment
CD 2
into the CD drive and type the following commands:
mount /dev/cdrom
/media/cdrom/install.sh
The contents of the CD are copied to the
/usr/lib/dell/dell-deploy-cd
directory. When the copy
procedure is completed, type
umount /dev/cdrom
and remove the CD from the CD drive.
3
Ty p e
cd /dell-oracle-deployment/scripts/standard
to navigate to the directory
containing the scripts installed from the
Dell Deployment
CD
.
NOTE: Scripts discover and validate installed component versions and, when required, update components
to supported levels.
4
Ty p e
./005-oraclesetup.py
to configure the Red Hat Enterprise Linux for Oracle installation.
5
Ty p e
source /root/.bash_profile
to start the environment variables.
6
Ty p e
./010-hwCheck.py
to verify that the CPU, RAM, and disk sizes meet the minimum
Oracle Database installation requirements.
If the script reports that a parameter failed, update your hardware configuration and run the script
again (see Table 1-2 and Table 1-3 for updating your hardware configuration.)
7
Connect the external storage device.
8
Reload the HBA driver(s) using
rmmod
and
modprobe
commands. For instance, for Emulex HBAs,
reload the lpfc driver by issuing
rmmod lpfc
modprobe lpfc
For QLA HBAs, identify the drivers that are loaded (
lsmod | grep qla
), and reload these drivers.
Updating Your System Packages Using Red Hat Network
Red Hat periodically releases software updates to fix bugs, address security issues, and add new features.
You can download these updates through the Red Hat Network (RHN) service. See the Dell|Oracle
Tested and Validated Configurations website at www.dell.com/10g for the latest supported
configurations before you use RHN to update your system software to the latest revisions.
NOTE: If you are deploying Oracle Database on a single node, skip the following sections and see "Configuring and
Deploying Oracle Database 10g (Single Node)."