Oracle RAC Installation – Pre-Installation steps (Part 2)
Installation of Oracle Enterprise Linux 5 Update 1 operating system Install the necessary operating system. Verifying your installation for the existence of the following required packages (if these do not exist please install them) In order to verify the existence of the required packages, you need to execute the command rpm –qa. For example to check if the package binutils-2.17.50.0.6-2.el5 exists we need to execute the command «rpm –qa| grep binutil». The following list contains all the required package versions (or later): • binutils-2.17.50.0.6-2.el5 • compat-libstdc++-33-3.2.3-61 • elfutils-libelf-0.125-3.el5 • elfutils-libelf-devel-0.125 • gcc-4.1.1-52 • gcc-c++-4.1.1-52 • glibc-2.5-12 • glibc-common-2.5-12 • glibc-devel-2.5-12 • glibc-headers-2.5-12 • libaio-0.3.106 • libaio-devel-0.3.106 • libgcc-4.1.1-52 • libstdc++-4.1.1 • libstdc++-devel-4.1.1-52.e15 • make-3.81-1.1 • sysstat-7.0.0 • unixODBC-2.2.11 • unixODBC-devel-2.2.11 Configuring the Linux ...