tech_memo / ORACLE / oracle_RAC / Install / RHEL6


tech_memo/oracle_RAC/Install

コンフィグ

Solution for 11.2.0.3 64-bit (x86-64)

If you have downloaded the 11.2.0.3 media from My Oracle Support (MOS) and extracted the software to <path>/database, do the following:

1. Change directory to <path>/database/stage/cvu/cv/admin
2. Backup cvu_config

% cp cvu_config backup_cvu_config
3. Edit cvu_config and change the following line:

CV_ASSUME_DISTID=OEL4
to:

CV_ASSUME_DISTID=OEL6
4. Save the updated cvu_config file
5. Install the 11.2.0.3 software using <path>/database/runInstaller

% cd <path>/database
% ./runInstaller
OUI should now perform the OEL6 prerequisite checks (which are identical to the RHEL6 prerequisite checks) and no longer report that packages "elfutils-libelf-devel-0.97" and "pdksh-5.2.14" are missing

Link