- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NSLOOKUP FAILURE
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
05-20-2001 08:40 PM
05-20-2001 08:40 PM
NSLOOKUP FAILURE
I have configured DNS client my HP D380 Server. It was working perfectly. But sometimes it did not response. When I try to give nslookup command then I get below response.
*** Can't find server name for address < Primary DNS IP>: Timed out
*** Can't find server name for address < BDC IP>: No response from server
*** Default servers are not available
Using /etc/hosts on: hp380d
looking up FILES
Trying DNS
*** can't find www.yahoo.com: No response from server
But if I make reboot then it works fine. I was pinged my PDC & BDC. Everything seems fine. But I did not understand why it is happening.
My Resolv.conf looks like
domain XyZ.co.in
nameserver < PDC IP>
nameserver < BDC IP >
Nsswitch.conf
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=continue UNAVAIL=return]
Would u pls advise me what I should check ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2001 08:43 PM
05-20-2001 08:43 PM
Re: NSLOOKUP FAILURE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2001 09:26 PM
05-20-2001 09:26 PM
Re: NSLOOKUP FAILURE
if sometime it working fine , it couldn't be configuration problem , could be physical network problem.
that you client cannot contact DNS server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2001 10:26 PM
05-20-2001 10:26 PM
Re: NSLOOKUP FAILURE
Our primary name server (NT) is in 203 segment & my HP server is in 208 segment. Everything seems fine. It is also pinging fine. It was working. But somehow it stoppd. If I again reboot now I am sure it would work. Becs I tried earlier then it worked. But I could not understand why it is happening ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2001 11:32 PM
05-20-2001 11:32 PM
Re: NSLOOKUP FAILURE
When it happens again, try the following:
# telnet IP_of_PDC 53
# telnet IP_of_BDC 53
port 53 is the domain service.
It is most unlikely that both your PDC and BDC domain services would either stop functioning at the same time or get overloaded at the same time.
If the replies to your ICMP request packets (ping) at the time of nslookup failure are fine (ie. no packet losses), then it could possibly meant that there is filtering of domain packets triggered somewhere along the route eg. at firewalls.
Where possible, also perform a tcpdump (can always download) or nettl (never liked it though) on your client interface to very whether domain replies are received when the domain requests are sent.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2001 11:44 PM
05-20-2001 11:44 PM
Re: NSLOOKUP FAILURE
Yes , telnet < PDC IP > 53 is connecting. Ping is also working fine. No data packet loss. I have tested linkloop command & got the below output.
Link connectivity to LAN station: 0x00108336B29F
error: get_msg2 getmsg failed, errno = 4
-- FAILED
frames sent : 1
frames received correctly : 0
reads that timed out : 1
I think it is main culprit. But I could not understand if connection is problem then how it is being able to make ping in same segment or PDC. I don't have very clear idea about linkloop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2001 11:57 PM
05-20-2001 11:57 PM
Re: NSLOOKUP FAILURE
You should not rely on linkloop. This is because linkloop works only with MAC addresses which are within the same subnetwork. Any MAC addresses beyond your subnetwork is translated automatically by your router.
Given that ping (layer 3) works, layer 2 connectivity should be fine between your client and the router as well as between the router and the PDC.
Try sniffing the client network interface (via tcpdump) using to ascertain that DNS replies are reaching your client. If they are reaching your client machine, then the fault likely lies with your client machine itself. A safe measure would be to install the latest patches related to nslookup.
Also check that you are not running out of connections on your client machine. Check tcp_conn_request_max ndd parameter. Look at your netstat table to see if you are running out of connections. Also perform netstat -i to check your TCP traffic (any losses or discards?), apart from running lanadmin to check your network interface.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 12:08 AM
05-21-2001 12:08 AM
Re: NSLOOKUP FAILURE
Some idea:
Would you configure for this HP machine DNS-server. That way we will check if the DNS-client has problems or DNS servers are bad.
Of course in /etc/resolv.conf must make some changes (if you like the idea)
domain domain.com
namaserver 127.0.0.1
nameserver IP_of_PDC
nameserver IP_of_BDC
Plamen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 12:18 AM
05-21-2001 12:18 AM
Re: NSLOOKUP FAILURE
One other point.
Note that querying of domain names such as www.yahoo.com require higher level domain servers. If any of the required ones are down, then it is possible that you will not get the IP adress you want.
When your problem happens again, try nslookup an internal domain name (within your own domain) instead of an external one such as www.yahoo.com.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 01:15 AM
05-21-2001 01:15 AM
Re: NSLOOKUP FAILURE
I was earler stated that our PDC & BDC is WIN NT server. I did not get any tcpdump software which supports WIN NT. So I could not check it. I think problem is my HP end. Becs when I making nslookup from our NT or WIN2000 workstation then it is working fine. But only HP could not able to fetch the data from NT PDC/BDC.
I tried to configure my HP as DNS server. But also it did not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 08:30 PM
05-21-2001 08:30 PM
Re: NSLOOKUP FAILURE
I had meant tcpdump'ing at your DNS client ie. HP-UX server side to verify that replies have been received. As already mentioned, install all the domain-lookup related patches and make sure that there is no filtering/dropping of domain packets between your DNS client and your PDC/BDC.
Btw, fyi the equivalent of tcpdump on MS Windows is windump which can be downloaded.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com