- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem with DNS resolution on HP-UX 11i
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
12-30-2004 05:19 AM
12-30-2004 05:19 AM
The line for hosts from nsswitch.conf is as follows:
hosts: dns [NOTFOUND=continue] nis [NOTFOUND=continue] files
Is there something different in 11i that causes this malfunction? If I put the corporate nameserver first in the list in resolv.conf, the nslookups work, but the local lookups fail. Any insight would be appreciated. I've looked at the other forum discussions, but they aren't helping.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2004 05:31 AM
12-30-2004 05:31 AM
Re: problem with DNS resolution on HP-UX 11i
I've not see this situation in 11.11.
Take a look at this thread from itrc. It may be of some help,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000069154812
The itrc doc id is UARPAKBRC00011629.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2004 04:09 AM
12-31-2004 04:09 AM
Re: problem with DNS resolution on HP-UX 11i
I do not recall (but could be wrong) the resolv.conf file having that semantic. My recollection is that the multiple servers in resolv.conf is only meant to deal with server reachability - the servers are supposed to be otherwise equal in tems of what they can answer.
If that is correct, you were simply lucky with the 11.0 systems. If I am incorrect then this has all just been a bunch of hot air :) Are you sure that on your 11.0 systems there aren't local names in the /etc/hosts file?
I supsect you need to configure your local servers to forward queries to the corporate, or return a redirect.
Still, it might be good to get some verbose, snaplen 536 byte tcpdump traces of both an 11.0 and an 11i (which 11i?) system doing both a local and a non-local resolution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2004 04:26 AM
12-31-2004 04:26 AM
SolutionThe /etc/reslov.conf is just for DNS failover (for lack of a better term). If the first is not accessable then it moves to the next server in the list.
Your DNS servers themselves should be set up such that if you query one for an address and that server doesn't know about it, then it forwards the request on to another server. That is how BIND/DNS was designed and how all DNS servers on the Internet function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2004 05:40 AM
12-31-2004 05:40 AM
Re: problem with DNS resolution on HP-UX 11i
My understanding is that if first dns server fails/unavailabe it goes to second and so fourth. The third dns server in nsswitch.conf should be able to resolve the adresses which it is supposed to do.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 03:37 AM
01-04-2005 03:37 AM
Re: problem with DNS resolution on HP-UX 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 04:27 AM
01-04-2005 04:27 AM
Re: problem with DNS resolution on HP-UX 11i
if you are running a caching only name server on the new/old servers then i would think the resolv.conf file on those systems would point to 127.0.0.1 first.
and if you are trying to run a named on those system, you might check the logs on the "actual" name servers and see if they are denying access based on IP or somesuch etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 04:54 AM
01-04-2005 04:54 AM
Re: problem with DNS resolution on HP-UX 11i
Clear as mud?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 05:09 AM
01-04-2005 05:09 AM
Re: problem with DNS resolution on HP-UX 11i
basically, leave the /etc/resolv.conf file pointing at the named's in the cluster, and take-out the corporate ones. i believe you are on the right track editing the named.conf on the two named's to "teach" them about the corporate DNS, but I must confess that I'm useless wrt the syntax you need to use - I only know enough to get a benchmark going :)
either someone else here will need to add that, or you can get one of the DNS books by Cricket Liu (former HP), or go to www.isc.org and look at the docs there or perhaps netnews for comp.protocols.dns.named (iirc) some of the True Experts (tm) in DNS hang-out there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2005 07:47 AM
01-04-2005 07:47 AM