- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to get correct DNS to respond
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 04:21 AM
07-09-2004 04:21 AM
Unable to get correct DNS to respond
I have a HPUX rp3440. The ip is 10.5.6.10
I also have 3 other HPUX boxes with ips of
10.5.6.x. The resolv.conf file has the same DNS
information on all the boxes. The rp3440 will not resolve anything. When I do a nslookup it sits there, the prompt, and then fails.
Yes, I am able to ping this dns server and traceroute to it. I can even telnet to it. I have checked the Nic card setting and all the cards are set the same. I am running out of ideas for this problem. Need help, suggestions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 04:27 AM
07-09-2004 04:27 AM
Re: Unable to get correct DNS to respond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 04:29 AM
07-09-2004 04:29 AM
Re: Unable to get correct DNS to respond
Compare your /etc/nsswitch.conf file with other three servers and sync it up if they do not match. Also verify the entries in /etc/resolv.conf for syntax errors.
When you do 'nslookup somehostname', it should see it waiting somewhere like
Using /etc/hosts on: your_host
looking up FILES
Trying DNS
Trying NIS
If it is waiting at "Trying DNS", then a good chance is that the IP address you got for the DNS server in /etc/resolv.conf is bad. In that case it should eventually timeout in approximately 90 seconds.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 04:32 AM
07-09-2004 04:32 AM
Re: Unable to get correct DNS to respond
hosts: dns [NOTFOUND=continue] files
or
hosts: files [NOTFOUND=continue] dns
The order depends on your preference.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 05:02 AM
07-09-2004 05:02 AM
Re: Unable to get correct DNS to respond
search mydns.righthere.com
nameserver 10.5.6.20
My nswithch.conf file looks like:
hosts: dns [NOTFOUND=continue UNAVAIL=return TRYAGAIN=return] files
This is also what my other HPUX boxes have on them
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 05:09 AM
07-09-2004 05:09 AM
Re: Unable to get correct DNS to respond
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 05:10 AM
07-09-2004 05:10 AM
Re: Unable to get correct DNS to respond
On nslookup prompt type policy
What it says??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 05:23 AM
07-09-2004 05:23 AM
Re: Unable to get correct DNS to respond
# nslookup
It goes to the next line and sits there for the longest time. When it does finally come to the > policy
it shows me: dns [RCRR] files [RRRR]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 05:27 AM
07-09-2004 05:27 AM
Re: Unable to get correct DNS to respond
which nslookup
chsum nslookup
Compare the results with the nslookup on other systems.
Whar are the perms on /etc/nsswitch.conf file??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 05:27 AM
07-09-2004 05:27 AM
Re: Unable to get correct DNS to respond
which nslookup
cksum nslookup
Compare the results with the nslookup on other systems.
Whar are the perms on /etc/nsswitch.conf file??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 05:28 AM
07-09-2004 05:28 AM
Re: Unable to get correct DNS to respond
search keyword should only contain the domain name and not your DNS server's FQDN.
change your resolv.conf to reflect
domain
nameserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 06:04 AM
07-09-2004 06:04 AM
Re: Unable to get correct DNS to respond
-r--r--r-- 1 root sys /etc/nsswitch.conf
This matches two other HPUX servers I checked on
# which nslookup
/usr/bin/nslookup
#cksum /usr/bin/nslookup
3062363663 122880 /usr/bin/nslookup
These both reflect, but are not exact, of which is on my other machine also
I changed the /etc/resolv.conf to read
domain .......
nameserver ......
I received the same results ( the hung at the prompt stuff mentioned earlier)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 06:07 AM
07-09-2004 06:07 AM
Re: Unable to get correct DNS to respond
tusc -vfp "nslookup"
(Get tusc from porting centre)
Let's see where it is getting stuck.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 07:07 PM
07-11-2004 07:07 PM
Re: Unable to get correct DNS to respond
Can you stop/start named and send the named startup logs from syslog.
Regards,
Richard