RHEL AS4+ORACLE 10G,配置ASM时,安装RPM包出错!!
操作系统是RedHat Enterprise AS4 内核版本如下:
[root@localhost ~]# uname -rm
2.6.9-5.EL i686
在http://www.oracle.com/technology ... x/asmlib/rhel4.html上找了半天,也没有和该内核版本想匹配的包,所以下了以下两个包:
oracleasm-support-2.1.3-1.el4.x86_64.rpm
oracleasmlib-2.0.4-1.el4.x86_64.rpm
oracleasm-2.6.9-5.0.5.EL-2.0.0-1.x86_64.rpm
oracleasm-2.6.9-5.0.5.ELsmp-2.0.0-1.x86_64.rpm
现在只有oracleasm-support-2.1.3-1.el4.x86_64.rpm这个包安装成功了,其他的安装时报错如下:
[root@localhost rpm_package]# rpm -Uvh oracleasm-2.6.9-5.0.5.EL-2.0.0-1.x86_64.rpm
error: Failed dependencies:
oracleasm-support >= 2.0.0 is needed by oracleasm-2.6.9-5.0.5.EL-2.0.0-1.x86_64
[root@localhost rpm_package]# rpm -Uvh oracleasm-2.6.9-5.0.5.ELsmp-2.0.0-1.x86_64.rpm
error: Failed dependencies:
kernel-smp = 2.6.9-5.0.5.EL is needed by oracleasm-2.6.9-5.0.5.ELsmp-2.0.0-1.x86_64
oracleasm-support >= 2.0.0 is needed by oracleasm-2.6.9-5.0.5.ELsmp-2.0.0-1.x86_64
[root@localhost rpm_package]# rpm -Uvh oracleasmlib-2.0.4-1.el4.x86_64.rpm
error: Failed dependencies:
oracleasm >= 1.0.4 is needed by oracleasmlib-2.0.4-1.el4.x86_64
是我下的包与内核版本不对应?还是我缺少其他先决条件的包?!
请教一下!!该如何解决这个问题。
谢谢!!!