- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS resolve problem - HP-UX to Win2k
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-06-2001 12:43 PM
тАО09-06-2001 12:43 PM
I'm running HP-UX 11.11. I am atempting to configure it to use DNS. The DNS server is a Win2k box.
I have /etc/resolv.conf set correctly I believe (first line is domain name, next lines are 'nameserver
I can ping the DNS servers, but when I go to do the nslookup, it checks /etc/hosts, then goes to DNS (like it should), but hangs for a bit, then comes back saying that it can't find the hostname of nameserver.
Is there an issue with 11.11 trying to use a Win2k DNS server that I'm not aware of? I have successfully configured DNS use on other machines, which makes this even more annoying! :)
Any help would be appreciated!
-Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2001 03:47 PM
тАО09-06-2001 03:47 PM
Re: DNS resolve problem - HP-UX to Win2k
Did you try an interactive nslookup session?
#nslookup
> server
> some_host_name
Also just curious, have you defined the DNS server in your hosts file?
Here is another thread which talks about a similar problem
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf4eaf9beca68d511abcd0090277a778c,00.html
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2001 04:10 PM
тАО09-06-2001 04:10 PM
Re: DNS resolve problem - HP-UX to Win2k
Set swtrace on in nslookup and you should be able to see how the system is trying to resolve the address. Also try to put the hostname and ip address of the DNS server in the /etc/hosts file. Since you are able to ping the DNS server, your gateway should be set correctly.
You can try one more thing, I believe there is a command "trace" in /usr/contrib/bin (or somewhere). Use that to trace the ip of your DNS server.
/
What is the setting of your /etc/nsswitch.conf file.
hosts files DNS [Notfound=continue]
can you put DNS first and try. Also in place of domain name in /etc/resolv.conf file, try to put search and see if it helps
search
nameserver
nameserver
Hope this gives you something to work on.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2001 04:18 PM
тАО09-06-2001 04:18 PM
SolutionSo nslookup gives up because a DNS server that doesn't know it's own name (also called reverse DNS lookup) must be a forgery. Tell your DNS admin to add the entry to the DNS server and nslookup should start working OK.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2001 12:14 AM
тАО09-07-2001 12:14 AM
Re: DNS resolve problem - HP-UX to Win2k
in your resolv.conf file you have said that you have 2 lines containing domainname and nameserv , remove the domainname line, and make sure the system's IP and hostname have the entry in DNS server.