- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to find out secondary DNS entry in resolv.conf...
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
04-05-2005 09:07 PM
04-05-2005 09:07 PM
There are two entries (pri and sec DNS IP) in the /etc/resolv.conf.
Is there a way to find out whether HP-UX version 11.11 will make use of the secondary DNS entry in resolv.conf when the pri DNS is down?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 11:09 PM
04-05-2005 11:09 PM
SolutionYou could put in a bogus IP address on the first line which would fail and then the query would go to the second entry.
Have a look at this thread (find my attachment) for a DNS caching server: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=840826
Make sure to read the README files.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:31 AM
04-06-2005 12:31 AM
Re: How to find out secondary DNS entry in resolv.conf works
# nslookup
> server
And then type in a hostname or IP to query, and you should get a response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:36 AM
04-06-2005 12:36 AM
Re: How to find out secondary DNS entry in resolv.conf works
# nslookup server1
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:54 AM
04-06-2005 12:54 AM
Re: How to find out secondary DNS entry in resolv.conf works
Also, - to decrease timeouts, you can set:
retrans 2500
retry 2
at end of resolv.conf
man resolv.conf for mor info
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 02:13 AM
04-06-2005 02:13 AM
Re: How to find out secondary DNS entry in resolv.conf works
Thanks a zillion (expecially using bogus IP to simulate pri DNS down).
Is there any document from HP how a DNS query works? That is something like flow chart to explain how HP-UX as a client when issue nslookup get a host name or IP address resolution from a DNS server step by step?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 02:21 AM
04-06-2005 02:21 AM
Re: How to find out secondary DNS entry in resolv.conf works
I think the O'reilly book on BIND describes it the best. Any half decent book store will have it.
live free or die
harry d brown jr