| RPM Packages for Oracle 10g Release 2
Perform the following checks on all nodes in the cluster!
When installing the Linux O/S (CentOS Enterprise Linux or RHEL4), you should verify that all required RPMs are installed. If you followed the instructions I used for installing Linux, you would have installed everything, in which case you will have all the required RPM packages. However, if you performed another installation type (i.e. Advanced Server), you may have some packages missing and will need to install them. All of the required RPMs are on the Linux CDs/ISOs.
Check Required RPMs
The following packages (or higher versions) must be installed:
make-3.80-5
glibc-2.3.4-2.9
glibc-devel-2.3.4-2.9
glibc-headers-2.3.4-2.9
glibc-kernheaders-2.4-9.1.87
cpp-3.4.3-22.1
compat-db-4.1.25-9
compat-gcc-32-3.2.3-47.3
compat-gcc-32-c++-3.2.3-47.3
compat-libstdc++-33-3.2.3-47.3
compat-libstdc++-296-2.96-132.7.2
openmotif-2.2.3-9.RHEL4.1
setarch-1.6-1
To query package information (gcc and glibc-devel for example), use the "rpm -q <PackageName> [, <PackageName>]" command as follows:
# rpm -q gcc glibc-devel
gcc-3.4.3-22.1
glibc-devel-2.3.4-2.9
If you need to install any of the above packages, use "rpm -Uvh <PackageName.rpm>". For example, to install the GCC 3.2.3-24 package, use:
# rpm -Uvh gcc-3.4.3-22.1.i386.rpm
Reboot the System
If you made any changes to the O/S, reboot all nodes in the cluster before attempting to install any of the Oracle components!!!
# init 6
|