搭建rac时,安装grid之前,检查环境,发现如图告警超时:
PRVF-5636 : The DNS response time for an unreachable node exceeded "15000" ms on following nodes: dominic2,dominic1
问题解决办法:
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 202.96.134.133
nameserver 192.168.3.254
options rotate
options timeout:2
options attempts:5
我的没有配置DNS服务,直接通过/etc/hosts 下绑定, 最后在/etc/resolv.conf 下添加如图参数,检测通过:
本文介绍了解决RAC安装过程中遇到的DNS响应超时问题的具体步骤。包括修改DNS服务器配置文件和RAC节点主机的resolv.conf文件。
3235

被折叠的 条评论
为什么被折叠?



