問題現象:
在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