The one possible reason is hostname is not able to resolve to IP address. In my case, the hostname is gc12c.
oracle.cluster.verification.VerificationException: PRVF-0002 : Could not retrieve local nodename
[oracle@gc12c database]$ ping gc12c
ping: unknown host gc12c
[root@gc12c ~]# echo "192.168.6.201 gc12c gc12c.dbaglobe.com" >>/etc/hosts
[oracle@gc12c database]$ ping -c 1 gc12c
PING gc12c (192.168.6.201) 56(84) bytes of data.
64 bytes from gc12c (192.168.6.201): icmp_seq=1 ttl=64 time=0.018 ms
--- gc12c ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.018/0.018/0.018/0.000 ms
No comments:
Post a Comment