Quick Start Manual
22 Installing and Configuring
6
Run the following script to install the Dell PowerEdge system Component
drivers:
$> ./10-install-Dell-rpms.sh
NOTE: This script installs the supported Dell Dynamic Kernel Module Support
(dkms) drivers located in the /dell-oracle-deployment/rpms folder. The dkms
driver installation requires the presence of the kernel devel RPM in order to
build the modules. This script will attempt to automatically download and
install the kernel-devel package from the operating system channel. If the
kernel-devel package is not found on the operating system channel, then you
may have to manually install the kernel-devel package before you install the
Dell dkms drivers through this script.
7
Run the following script to install the Oracle asm and/or ocfs2 RPMs:
$> ./20-install-oracle-rpms.sh
NOTE: This script installs the Oracle asm and ocfs2 RPMs. If the operating
system on your system is OEL, then this script downloads and installs the
oracle asm and ocfs2 RPMs from the ULN channel. If the operating system on
your system is RHEL, then this script installs the oracle asm and ocfs2 RPMs
from the /dell-oracle-deployment/rpms directory.
The Dell | Oracle installation logs can be found in the /dell-oracle-
deployment/logs folder.
Attaching to the Dell Firmware Repository Channel (optional)
The Dell Firmware Repository provides a mechanism to update the BIOS
and firmware of your Dell PowerEdge systems to the latest revision. Use the
following commands to setup and install the Dell Firmware Repository:
# set up repos
wget -q -O - http://linux.dell.com/repo/software/bootstrap.cgi |
bash
wget -q -O - http://linux.dell.com/repo/firmware/bootstrap.cgi |
bash
# install firmware tools
yum -y install firmware-addon-dell
# install BIOS update
yum -y install $(bootstrap_firmware)
update_firmware
NOTE: For support questions related to this repository, subscribe to the following
mailing list: lists.us.dell.com/mailman/listinfo/linux-poweredge. Monitor the mailing
list for the latest status messages and announcements concerning this repository.