- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS resolution
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
03-31-2004 12:50 AM
03-31-2004 12:50 AM
I've this problem; when I make a nslookup of a name which exist in my DNS, the resolution of this name it'ok. If I try to resolve a name which is not in my DNS's db I see the follow output:
***************************************
Name Server: mynameserver
Address: myipnameserver
Trying DNS
Trying NIS
looking up FILES
*** No address information is available for "noindns"
***************************************
this should be ok , but why the resolution is trying to resolv with a NIS ?
I will show you my nsswitch.con file:
**********************************
passwd: files
group: files
host: dns [NOTFOUND=continue UNAVAILABLE=continue TRYAGAIN=continue ] files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
services: files
**********************************
and this is the resolv.conf
**********************************
domain netmgmt.tsf.it
nameserver 127.0.0.1
**********************************
I've the same configuration in many other machine and no one of them gives me this output when I try to resolv a name not in DNS's db.
Thanks a lot
Fabrizio
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 12:56 AM
03-31-2004 12:56 AM
SolutionChange the entry from,
host: dns [NOTFOUND=continue UNAVAILABLE=continue TRYAGAIN=continue ] files
to
hosts: dns [NOTFOUND=continue UNAVAILABLE=continue TRYAGAIN=continue ] files
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 12:56 AM
03-31-2004 12:56 AM
Re: DNS resolution
hosts: dns [NOTFOUND=continue] files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 01:02 AM
03-31-2004 01:02 AM
Re: DNS resolution
That might not solve the problem, but I would start there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 01:07 AM
03-31-2004 01:07 AM
Re: DNS resolution
I solve my problem changing host in hosts as tell me the first answer.
thanks a lot