- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS name resolution not working
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
02-15-2007 08:26 AM
02-15-2007 08:26 AM
How can I check whether DNS1 (120.115.18.12) is working for our servers as a DNS server or not?
# more /etc/resolv.conf
search company.com
nameserver 120.115.18.12
nameserver 120.115.18.12
#
Please suggest
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 08:42 AM
02-15-2007 08:42 AM
Re: DNS name resolution not working
YOu could do:
# nslookup
> set all
...this will show you the options, policies and servers used.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 08:58 AM
02-15-2007 08:58 AM
Re: DNS name resolution not working
checklist:
See if you can ping the servers.
Do a simple nslookup for an outside hostname.
All nslookup results include the server used to provide the answer.
If you are having a problem consider taking out the search statement.
Why are there two duplicate name servers in there? The point of this file is to have alternate servers to provide answers when the primary dns server is down.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 09:07 AM
02-15-2007 09:07 AM
Re: DNS name resolution not working
# more /etc/resolv.conf
search company.com
nameserver 120.115.18.12
nameserver 120.115.18.13
#
# nslookup
*** Can't find server name for address 120.115.18.12: Non-existent domain
Using /etc/hosts on: server_hostname
> set all
Set options:
noswtrace querytype=A
#Lookups = 3
files [RCCC] nis [RCCC] dns [RRRR]
Default Name Server: dns2.company.com
Address: 120.115.18.13
Default NIS Server:
Default files Server: server_hostname
>
>
Please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 09:15 AM
02-15-2007 09:15 AM
Re: DNS name resolution not working
Does that has the dns in the search ?
Rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 11:49 AM
02-15-2007 11:49 AM
Solutionpasswd: files
group: files
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
ipnodes: files [NOTFOUND=return] dns
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
services: files
Then to check name resolution, use nslookup and also nsquery:
nslookup hp.com
nsquery hosts hp.com
You can test each server all by itself like this:
nslookup hp.com 120.115.18.12
nslookup hp.com 120.115.18.13
If neither responds, then your system is blocked from using these servers.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2007 04:24 AM
02-16-2007 04:24 AM
Re: DNS name resolution not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2007 06:25 AM
02-27-2007 06:25 AM