Posts

Showing posts from March, 2017

Installation of RAC Database by using VM – Step by Step Procedure (Created in our Test Env)

Image
Install by using the 2 virtual machine -          Create the 2 VM with Oracle Linux 6.7 Installation -          Create the HDD & Shared by 2 VM   -- (Network team handle this step) Oracle Installation Prerequisites on NODE 1 & Setup as fallows Verify & installed the missing RPM PACKAGES from the ISO File: -          # From Oracle Linux 6.7 iso file -          cd /media/OL6.7 x86_64 Disc 1 20150728/Server/Packages Before executing the below packages, verify by using below command Example : rpm –qa binutils*    -- (If you find it means its installed already, if not install) -          rpm -Uvh binutils-2.* -          rpm -Uvh compat-libstdc++-33* -          rpm -Uvh elfutils-libelf-0.* -          rpm -Uvh elfutils-libelf-devel-* -          rpm -Uvh gcc-4.* -          rpm -Uvh gcc-c++-4.* -          rpm -Uvh glibc-2.* -          rpm -Uvh glibc-common-2.* -          rpm -Uvh glibc-devel-2.* -          rpm -Uvh glibc-headers-2.* -          rpm -Uvh ksh-