问题现象:在Oracle grid 11.2.0.3/4安装的时候报PRVF-5646: The DNS response time for an unreachable node exceeded “15000″ ms on following nodes问题解决办法:1、修改DNS服务器的/etc/named.conf文件,添加fil "/dev/null";信息即可。zone "." IN {
type hint;
// file "named.ca";
file "/dev/null";2、在RAC节点主机分别添加如下参数:[root@rac2 ~]# vi /etc/resolv.conf
search prudentwoo.com
nameserver 192.168.7.51
nameserver 192.168.7.52
options rotate
options timeout:2
options attempts:5更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12“ORA-06592: CASE not found while executing CASE statement”错误MongoDB搭建Replica Set复制集相关资讯 PRVF-5636 Oracle grid
- Oracle 11gR2 grid 集群资源设置跟 (05/23/2014 19:50:41)
本文评论 查看全部评论 (0)