PRVF-5636 : The DNS response time for an unreachable node exceeded "15000"
BigDadSep 24 2012 — edited Sep 25 2012************************************************************************************************
I USE OEL5.8 FOR 11GR2 FOR EASY INSTALLATION BUT IT IS DISAPPOINTING.
ON GOOGLE A LOT OF GUIDE, A LOT OF ERROR ,A LOT OF IGNORE SUGGESTION FOR SETUP.
I ASK ORACLE IS THERE ANY ONE MAKE THIS INSTALLATION EASY.
************************************************************************************************
Linux rac1.testonline.com 2.6.32-300.10.1.el5uek #1 SMP Wed Feb 22 17:37:40 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
oracle 11gr2.patch set 3 (p10404530_112030_Linux-x86-64.......)
HP P2000 FC
2xHP DL380 2XFC (multipath)
Multipath ASM. (This is also a need lot of research )
/etc/multipath.conf
multipath {
wwid 3600c0ff000118e292e0d575001000000
alias asmora
uid oracle *************this is must be write in this file.................
gid oinstall
}
Both server same configuration DNS with reverse lookup work well from both server with oracle,root users
All setting correct asm , ethernet , ssh ...
./runcluvfy.sh stage -pre crsinst -n rac1.testonline.com,rac2.testonline.com -verbose
rac2 failed
rac1 passed
PRVF-5636 : The DNS response time for an unreachable node exceeded "15000" ms on following nodes: rac2
Give a error like that.
-----same file content on rac1,rac2
cat /etc/sysctl.conf
kernel.hostname=rac1.testonline.com
kernel.domainname=testonline.com
-----same file content on rac1,rac2
cat /etc/resolv.conf
nameserver 10.77.1.200
domain testonline.com
-----result from rac1,rac2
[oracle@rac2 ~]$ domainname
testonline.com
[oracle@rac2 ~]$ hostname
rac????.testonline.com
---------------------------
---result from rac1
---------------------------
nslookup rac1
Server: 10.77.1.200
Address: 10.77.1.200#53
Name: rac1.testonline.com
Address: 10.77.1.171
nslookup rac2
Server: 10.77.1.200
Address: 10.77.1.200#53
Name: rac2.testonline.com
Address: 10.77.1.172
[oracle@rac1 grid]$ nslookup rac-scan
Server: 10.77.1.200
Address: 10.77.1.200#53
Name: rac-scan.testonline.com
Address: 10.77.1.187
Name: rac-scan.testonline.com
Address: 10.77.1.189
Name: rac-scan.testonline.com
Address: 10.77.1.188
---------------------------
---result from rac2
---------------------------
[oracle@rac2 ~]$ nslookup rac1
Server: 10.77.1.200
Address: 10.77.1.200#53
Name: rac1.testonline.com
Address: 10.77.1.171
[oracle@rac2 ~]$ nslookup 10.77.1.171
Server: 10.77.1.200
Address: 10.77.1.200#53
Name: rac1.testonline.com
Address: 10.77.1.171
[oracle@rac2 ~]$ nslookup rac2
Server: 10.77.1.200
Address: 10.77.1.200#53
Name: rac2.testonline.com
Address: 10.77.1.172
[oracle@rac2 ~]$ nslookup rac-scan
Server: 10.77.1.200
Address: 10.77.1.200#53
Name: rac-scan.testonline.com
Address: 10.77.1.189
Name: rac-scan.testonline.com
Address: 10.77.1.188
Name: rac-scan.testonline.com
Address: 10.77.1.187
[oracle@rac2 ~]$ dig rag-scan.testonline.com
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-20.P1.el5 <<>> rag-scan.testonline.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 49558
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;rag-scan.testonline.com. IN A
;; AUTHORITY SECTION:
testonline.com. 3600 IN SOA dns.testonline.com. root.testonline.com. 12 14400 3600 604800 3600
;; Query time: 0 msec
;; SERVER: 10.77.1.200#53(10.77.1.200)
;; WHEN: Mon Sep 24 09:59:26 2012
;; MSG SIZE rcvd: 88
[oracle@rac2 ~]$ dig rac-scan.testonline.com
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-20.P1.el5 <<>> rac-scan.testonline.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48280
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;rac-scan.testonline.com. IN A
;; ANSWER SECTION:
rac-scan.testonline.com. 259200 IN A 10.77.1.188
rac-scan.testonline.com. 259200 IN A 10.77.1.187
rac-scan.testonline.com. 259200 IN A 10.77.1.189
;; AUTHORITY SECTION:
testonline.com. 259200 IN NS dns.testonline.com.
;; ADDITIONAL SECTION:
dns.testonline.com. 259200 IN A 10.77.1.200
;; Query time: 0 msec
;; SERVER: 10.77.1.200#53(10.77.1.200)
;; WHEN: Mon Sep 24 09:59:32 2012
;; MSG SIZE rcvd: 125
*******************************************
./runcluvfy.sh stage -pre crsinst -n rac1.testonline.com,rac2.testonline.com -verbose
*******************************************
WARNING:
PRVF-5640 : Both search and domain entries are present in file "/etc/resolv.conf" on the following nodes: rac2,rac1
Checking if domain entry in file "/etc/resolv.conf" is consistent across the nodes...
domain entry in file "/etc/resolv.conf" is consistent across nodes
Checking file "/etc/resolv.conf" to make sure that only one domain entry is defined
All nodes have one domain entry defined in file "/etc/resolv.conf"
Checking all nodes to make sure that domain is "testonline.com" as found on node "rac2"
All nodes of the cluster have same value for 'domain'
Checking if search entry in file "/etc/resolv.conf" is consistent across the nodes...
search entry in file "/etc/resolv.conf" is consistent across nodes
Checking file "/etc/resolv.conf" to make sure that only one search entry is defined
All nodes have one search entry defined in file "/etc/resolv.conf"
Checking all nodes to make sure that search entry is "testonline.com" as found on node "rac2"
All nodes of the cluster have same value for 'search'
Checking DNS response time for an unreachable node
Node Name Status
------------------------------------ ------------------------
rac2 failed
rac1 passed
PRVF-5636 : The DNS response time for an unreachable node exceeded "15000" ms on following nodes: rac2
File "/etc/resolv.conf" is not consistent across nodes
Check: Time zone consistency
Result: Time zone consistency check passed