oracle 10g rac for linux redhat 5.3 安装常见问题

教程发布:风哥 教程分类:ITPUX技术网 更新日期:2022-02-12 浏览学习:463

oracle 10g rac for linux redhat 5.3 安装常见问题

oracle 10g rac for linux RHEL5 下的安装主要有以下三个问题

1.操作系统版本不支持
解决方法:
[font=新宋体]$ runInstaller -ignoreSysPrereqs // This will bypass the OS check //

2.在最后一个节点运行root.sh报以下错误
[font=新宋体]Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
/home/oracle/crs/oracle/product/10/crs/jdk/jre//bin/java: error while loading
shared libraries: libpthread.so.0: cannot open shared object file:
No such file or directory
解决方法:
编辑vipca脚本(所有节点)
[font=新宋体]if [ "$arch" = "i686" -o "$arch" = "ia64" -o "$arch" = "x86_64" ]
then
LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL
fi

unset LD_ASSUME_KERNEL <<<== Line to be added [font=新宋体]编辑srvctl脚本(所有节点) [font=新宋体]LD_ASSUME_KERNEL=2.4.19 export LD_ASSUME_KERNEL unset LD_ASSUME_KERNEL <<<== Line to be added [font=新宋体]Remember to re-edit these files on all nodes: /bin/vipca
/bin/srvctl
/bin/srvctl
/bin/srvctl

[font=新宋体]3.运行vipca脚本时报以下错误
[font=新宋体]# vipca
Error 0(Native: listNetInterfaces:[3])
[Error 0(Native: listNetInterfaces:[3])]
[font=新宋体]解决方法:
[font=新宋体]/bin # ./oifcfg setif -global eth0/192.168.1.0:public
/bin # ./oifcfg setif -global eth1/10.10.10.0:cluster_interconnect
/bin # ./oifcfg getif
eth0 192.168.1.0 global public
eth1 10.10.10.0 global cluster_interconnect
[font=新宋体]确认修改是否成功
[font=新宋体]/bin # ./oifcfg iflist
eth0 192.168.1.0
eth1 10.10.10.0

本文标签:
网站声明:本文由风哥整理发布,转载请保留此段声明,本站所有内容将不对其使用后果做任何承诺,请读者谨慎使用!
【上一篇】
【下一篇】