RedHat 5.6_x86_64 + ASM + RAW+ Oracle 10g RAC (六)

php中文网
发布: 2016-06-07 17:37:51
原创
1186人浏览过

十、常见报错1、报错1nodeNames=jason1,jason2,INFO:QueryReturned:PRKC-1044:Failedtocheckremotecommandexecutionsetupfornodejason1usingshells/usr/bin/ssha

十、常见报错1、报错1

nodenames = jason1,jason2,

INFO: Query Returned:

PRKC-1044 : Failed to check remote command executionsetup for node jason1 using shells /usr/bin/ssh and /usr/bin/rsh

jason1: Connection refused

SEVERE: The specified nodes are not clusterable.

The following error was returned by the operatingsystem:

PRKC-1044 : Failed to check remote command executionsetup for node jason1 using shells /usr/bin/ssh and /usr/bin/rsh

jason1: Connection refused

解决方法:

确保安装ssh与rsh。同时配置彼此信任关系

2、报错2

[root@jason2 crs]# ./root.sh

WARNING: directory '/home/oracle/orahome/product/10.2.0'is not owned by root

WARNING: directory '/home/oracle/orahome/product' is notowned by root

WARNING: directory '/home/oracle/orahome' is not ownedby root

WARNING: directory '/home/oracle' is not owned by root

Checking to see if Oracle CRS stack is alreadyconfigured

/etc/oracle does not exist. Creating it now.


Setting the permissions on OCR backup directory

Setting up NS directories

PROT-1: Failed to initialize ocrconfig

Failed to upgrade Oracle Cluster Registry configuration

[root@jason2 crs]#

解决方法

如果出现以上报错,则表示OCR无法初始化,

因此应确保共享磁盘共享正常或裸设备中存在数据需要清除

dd if=/dev/zero of=/dev/sdc bs=8192 count=20000

3、报错3

[root@jason2 crs]# ./root.sh

WARNING: directory '/home/oracle/orahome/product/10.2.0'is not owned by root

WARNING: directory '/home/oracle/orahome/product' is notowned by root

WARNING: directory '/home/oracle/orahome' is not ownedby root

WARNING: directory '/home/oracle' is not owned by root

Checking to see if Oracle CRS stack is alreadyconfigured

Oracle CRS stack is already configured and will be runningunder init(1M)

[root@jason2 crs]#

解决方法:

原因为更换的存储设备和上次安装的设备文件名不一致,删除每台机器上的/etc/oracle/scls_scr/rac1/oracle/cssfatal文件即可。

4、报错4

安装集群软件时,在第二个节点执行root.sh脚本报如下错误:

Running vipca(silent) for configuring nodeapps

/home/oracle/orahome/product/10.2.0/crs/jdk/jre//bin/java:error while loading shared libraries: libpthread.so.0: cannot open sharedobject file: No such file or directory

或执行root.sh脚本碰到了这个错误(该错误不需要修改文件,直接运行vipca进行配置):

The given interface(s), "eth0" is not public.Public interfaces should be used to configure virtual IPs.


解决方法:

修改vipca文件

# vi /home/oracle/orahome/product/10.2.0/crs/bin/vipca

找到如下内容:

Remove this workaround when the bug 3937317 is fixed

arch=`uname -m`

if [ "$arch" = "i686" -o"$arch" = "ia64" ]

then

LD_ASSUME_KERNEL=2.4.19

export LD_ASSUME_KERNEL

fi

#End workaround

在fi 后新添加一行:

小艺
小艺

华为公司推出的AI智能助手

小艺 549
查看详情 小艺

unset LD_ASSUME_KERNEL

修改srvctl 文件

# vi /home/oracle/orahome/product/10.2.0/crs/bin/srvctl

找到如下内容:

LD_ASSUME_KERNEL=2.4.19

export LD_ASSUME_KERNEL

同样在其后新增加一行:

unset LD_ASSUME_KERNEL

修改完文件之后以root用户身份执行vipca配置nodeappsresource.如下所示

091413185.jpg

点击next

091445603.jpg

点击next

091830146.jpg

书写vip别名与vip地址

091943564.jpg

点击next

092317190.jpg

点击finish

092342875.jpg

092531878.jpg

点击ok

092814164.jpg

点击exit

vipca配置完成之后回到集群软件安装界面点击ok界面退出集群软件安装。

092915969.jpg

5、报错5

在执行vipca配置时,报如下错误。

[root@jason2 bin]# ./vipca

Error 0(Native: listNetInterfaces:[3])

[Error 0(Native:listNetInterfaces:[3])]

[root@jason2 bin]#

解决方法

[root@jason2 bin]# pwd

/home/oracle/orahome/product/10.2.0/crs/bin

[root@jason2 bin]# ./oifcfg setif -globaleth0/192.168.12.0:public

[root@jason2 bin]# ./oifcfg setif -global eth1/10.10.10.0:cluster_interconnect

[root@jason2 bin]# ./oifcfg getif

eth0 192.168.12.0 global public

eth1 10.10.10.0 global cluster_interconnect

[root@jason2 bin]#

执行完以上操作后,再次以root用户手工运行vipca进行配置nodeappsresource。

详细的情况记录在Oracle notes: 414163.1。


本文出自 “技术成就梦想!” 博客,,请务必保留此出处

最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号