Install 32bit 11.2.0.3 client on 64bit redhat 6.2需要(i386)解决方法

Install 32bit 11.2.0.3 client on 64bit redhat 6.2需要(i386)解决方法

 

 

IBM安装Cognos的工程师,要求我们现有的一台64bit redhat 6.2的服务器安装 32bit 11.2.0.3 client。安装一个32 client 64bit的服务器本来是一项DBA的日常工作,今天竟然卡了一天。真是郁闷之极。

 
自检报错如下:

最后发现问题的根本原因:

32 Bit 11.2.0.3 software media OUI does not check for RHEL 6 pre-requirements and instead it checks for default OEL4 pre-requirements

 

解决方法:

Make the below changes to direct OUI to use OS pre-requirement of OEL6 ( pre-requirements are same for OEL 6 and RHEL 6)

1. Change directory to /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. Start the installtion again.

 

 

总结:解决问题多多看MOS

你可能感兴趣的:(install,oracle,and,upgrade)