Archive for 十二月 19th, 2009

linux 5.4 for oracle rac vipca bug

星期六, 十二月 19th, 2009
LINUX AS 5 UP4安装10G RAC的时候,在节点2运行root.sh的时候,最后会报如下错误:
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的时候会报如下错:
# vipca
Error 0(Native: listNetInterfaces:[3])
[
Error 0(Native: listNetInterfaces:[3])]
 
通过查询
METALINKORACLE的一个BUG
解决方法:就是修改
vipcasrvctl ,搜索LD_ASSUME_KERNEL
在下方添加如下
unset LD_ASSUME_KERNEL
然后在配置
PUBLIC和心跳网络
 
<
CRS_HOME>/bin # ./oifcfg setif -global eth0/192.168.1.0:public
<
CRS_HOME>/bin # ./oifcfg setif -global eth1/10.10.10.0:cluster_interconnect
然后在
VIPCAOK