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-16-2006 06:19 AM
03-16-2006 06:19 AM
DNS
I can not ping via host names.
THe dns servers are set correctly. And I have the hosts names in the /etc/host file.
if I ping server1 It takes for ever before it times out.
If I ping server1's ip address it works fine.
I am stumped.
A nslookup wants to use the host file and not the DNS server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:27 AM
03-16-2006 06:27 AM
Re: DNS
The nsswitch.conf should have a line similar to:
hosts: files [NOTFOUND=continue] dns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:29 AM
03-16-2006 06:29 AM
Re: DNS
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=continue UNAVAIL=
continue TRYAGAIN=return] nis
That's all one line, by the way.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:29 AM
03-16-2006 06:29 AM
Re: DNS
hosts: dns [NOTFOUND=continue] files [NOTFOUND=continue]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 09:12 AM
03-16-2006 09:12 AM
Re: DNS
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 09:22 AM
03-16-2006 09:22 AM
Re: DNS
hosts: files [NOTFOUND=CONTINUE] dns
but that is mainly for ServiceGuard.
You can do DNS first, hosts second.
Make resolv.conf is setup - I also adjust the time out:
# cat /etc/resolv.conf
domain mydomain.net
nameserver X.X.X.X
nameserver X.X.X.X
nameserver X.X.X.X
retrans 1000
retry 2
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 01:42 PM
03-16-2006 01:42 PM
Re: DNS
Now to test a DNS server, use the often overlooked feature of nslookup: specifying the DNS server to use. Just lookup a failing hostname with desired the DNS server as the second parameter:
nslookup failed_hostname 12.34.56.78
This forces nslookup to bypass the nsswitch.conf file and simply query the server located at 12.34.56.78. Repeat for other DNS servers.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 03:10 PM
03-16-2006 03:10 PM
Re: DNS
Hi Rob,
Pls ensure that you /etc/nsswitch.conf has a line ,
hosts: files [NOTFOUND=continue] dns
or
hosts: dns
( if you want to resolve ALL HOSTS thru dns)
Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 02:45 AM
03-17-2006 02:45 AM
Re: DNS
You need to make your it points to your primary DNS server.. Also, you need to make sure DNS routing and firewall is allowed from your HP Box to the Primary DNS..