- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System is not resolving (DNS)
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-15-2003 08:39 AM
04-15-2003 08:39 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 08:47 AM
04-15-2003 08:47 AM
SolutionAre you saying that any server names in your local host file resolv, but not those you expect to find in DNS? If there is no problem with your DNS server, your /etc/resolv.conf must be incorrect or missing. Have you recently restored from an ignite image? If so this file needs to be restored manually. Also take a look at your nsswitch.conf and be certain the order is what you expect. (Should be hosts --> DNS --> yp if you use it).
Regards,
Mark McHugh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 08:49 AM
04-15-2003 08:49 AM
Re: System is not resolving (DNS)
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 08:50 AM
04-15-2003 08:50 AM
Re: System is not resolving (DNS)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 08:52 AM
04-15-2003 08:52 AM
Re: System is not resolving (DNS)
Are the L2000s all on the same subnet?
Are the DNS servers the same on all?
Can you ping the DNS servers from the faulty system?
Can you access remotely to the faulty system?
Does your "hosts" resolving policy contain the "dns" source (in /etc/nsswitch.conf)?
Are your resolver configuration files OK? (/etc/hosts, /etc/resolv.conf, /etc/nsswitch.conf)
Do the files contain more/less lines that is seems to contain at a first sight? (Maybe what seems to be a linewrap in your editor is a real newline, compare a "wc -l
Do you use some other source (nis, nisplus)?
Do the files have a suspiciously recent modification time?
Well, that's all I can think of, for now...
Hope this helps,
Olivier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 08:58 AM
04-15-2003 08:58 AM
Re: System is not resolving (DNS)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 09:14 AM
04-15-2003 09:14 AM
Re: System is not resolving (DNS)
Try this: run nslookup without any options. At the > prompt, do "set debug" (without the quotes), and then "set swtrace", and then enter the name of your dns server, and then the ip address of your dns server and see if that sheds any light on this.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 09:43 AM
04-15-2003 09:43 AM
Re: System is not resolving (DNS)
# nslookup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 09:50 AM
04-15-2003 09:50 AM
Re: System is not resolving (DNS)
nslookup
by itself - it will tell you the default server - if you get an error (like server not responding) then you have an issue (maybe dns isn't running on the dns server, or the port has been blocked...etc).
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 09:57 AM
04-15-2003 09:57 AM
Re: System is not resolving (DNS)
What version of Bind are you running?
what /usr/sbin/named
Can you post these files?
/etc/resolv.conf
/etc/nsswitch.conf
/etc/rc.config.d/namesvrs
If you run "named", is it running now and can you post the conf files?
and the output from
netstat -rn
domainname
hostname
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:13 AM
04-15-2003 10:13 AM
Re: System is not resolving (DNS)
I think you may consider checking from nslookup if it is pointing to the proper DNS server. Also make sure you do not run named on you system if you are not dns server.
from nslookup just enter 'policy' to query defined policy reflected in /etc/nsswitch.conf.
From resolv.conf you can specify domain and up to 3 dns servers.
If there is a particular name you can no resolve, it might have corrupted values in dns server like missing . at the /etc/named.data files on your dns server. If only one server has difficulties to resolve names, check ports and network connections along with firewalls settings. Usually /etc/resolv.conf is straight forward file, nothing fancy there.
Hope this helps,
0leg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:13 AM
04-15-2003 10:13 AM
Re: System is not resolving (DNS)
did somebody place a firewall between the station and your DNS server(s), or change the firewall rules?
DNS queries use UDP port 53, and firewall admins don't really like UDP, so they usually block it...
FWIW,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:32 AM
04-15-2003 10:32 AM
Re: System is not resolving (DNS)
Regards,
Olivier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 12:07 PM
04-15-2003 12:07 PM
Re: System is not resolving (DNS)
hosts: files [NOTFOUND=continue] dns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 12:21 PM
04-15-2003 12:21 PM
Re: System is not resolving (DNS)
Your resolv.conf and nsswitch.conf files may not have changed, but someone may have changed the permissions on them. I ran into a similar problem once and finally figured out that someone had removed the world readable permission from nsswitch.conf file. Is DNS broken for everybody including root, or just for non-root users?
JP