报错提示:
Checking the file "/etc/resolv.conf" to make sure only one of domain and search entries is defined
File "/etc/resolv.conf" does not have both domain and search entries defined
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 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 DNS response time for an unreachable node
Node Name Status
------------------------------------ ------------------------
racmhq-11gR2-N2 failed
racmhq-11gR2-N1 failed
PRVF-5636 : The DNS response time for an unreachable node exceeded "15000" ms on following nodes: racmhq-11gR2-N2,racmhq-11gR2-N1
解决方法:
[root@racmhq-11gR2-N1 grid]# nslookup scan.rac.com
Server: 192.168.3.1
Address: 192.168.3.1#53
Non-authoritative answer:
Name: scan.rac.com
Address: 40.85.148.219
[root@racmhq-11gR2-N1 grid]# mv /usr/bin/nslookup /usr/bin/nslookup.orig
[root@racmhq-11gR2-N1 grid]# echo '#!/bin/bash
> /usr/bin/nslookup.orig $*
> exit 0' > /usr/bin/nslookup
[root@racmhq-11gR2-N1 grid]# chmod a+x /usr/bin/nslookup

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/57427.html