之前写过一篇为rac建dns server的文章,今天在安装11.2.0.3的grid的时候报错 PRVF-5636 : The DNS response time for an unreachable node exceeded “15000” ms on following nodes
同时,在rac主机上尝试nslookup unknown-not-reachable-node会长时间没响应。
解决方法:
需要在dns server的/etc/named.conf修改
|
1
2
3
4
5
6
|
zone
"."
IN
{
type
hint
;
// file "named.ca";
file
"/dev/null"
;
|
在每个rac主机:
|
1
2
3
4
5
6
7
8
9
|
[
root
@
rac2
~
]
# vi /etc/resolv.conf
search
oracleblog
.
org
nameserver
192.168.190.220
##nameserver 192.168.190.1
options
rotate
options
timeout
:
2
options
attempts
:
5
~
|
2) PRVG-11110 : The specified database file location "/dev/sdb" did not have read and write access to user "oracle" on node "rac1" (这个报错忽略不管)
本文介绍了解决在安装Oracle RAC集群过程中遇到的DNS响应超时问题的方法。通过调整DNS服务器配置文件及各节点的解析配置,有效解决了安装过程中出现的PRVF-5636错误。
2478

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



