- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DNS failures
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
Discussions
Discussions
Discussions
Forums
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
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-18-2002 11:16 AM
тАО03-18-2002 11:16 AM
DNS failures
I'm having an issue with resolving adresses on a WINNT DNS server. I keep getting the error "non-existent domain" whenever I try to do an nslookup and it then immediately falls over to the secondary DNS server. I beleive it to be an issue on the NT machine and not my UNIX box but was wondering if anyone has had the same issue and point me in the right direction.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 12:51 PM
тАО03-18-2002 12:51 PM
Re: DNS failures
The primary DNS server should be first entry then secondary....
# cat /etc/resolv.conf
Pri_dns_server
Sec_dns_server
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 01:16 PM
тАО03-18-2002 01:16 PM
Re: DNS failures
Also make sure that you have a search domain line in your /etc/resolv.conf example:
search mydomain.com
This effectively "appends" mydomain.com to any "short" hostname when it sends the request out to the nameservers as in pap's example.
nameserver1 xxx.xxx.xxx.xxx
nameserver2 xxx.xxx.xxx.xxx
Note you can have multiple domains in the search line & that may be necessary if you don't know which domain the host is in OR that one of the named nameservers is authoritative for the other domains & it's not your primary nameserver.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 01:28 PM
тАО03-18-2002 01:28 PM
Re: DNS failures
disregard the numbers after nameserver in my example - there should only be
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
As Piyush pointed out order is important - from top down - max of three.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 01:49 PM
тАО03-18-2002 01:49 PM
Re: DNS failures
nslookup
Server: YourDNSname
Address: AddressofAbove
>att.com
...
Name:att.com
135.145.9.134
Verify that the Name and Address given for the DNS are correct.
Does it find att.com or does it choke?
If that fails try your own domain (with and without the .com). If these fail then your DNS is hurting. If it works without the .com then the DNS may think it has to add that to everything.
Also try a reverse lookup and give it a local ip address.
Ron
PS "exit" will get you out of lookup mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 01:58 PM
тАО03-18-2002 01:58 PM
Re: DNS failures
nslookup
***can't find server name for xxx.xxx.xxx.xxx: Non-existent domain
default name server: YYY.YYY.YYY
Address: yyy.yyy.yyy.yyy
>
xxx.xxx.xxx.xxx is the ip of my primary
YYY.YYY.YYY is the name of my secondary
yyy.yyy.yyy.yyy is the ip of my secondary
will not even attempt to resolve on the primary, immediately falls to the secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 02:01 PM
тАО03-18-2002 02:01 PM
Re: DNS failures
Can you even ping your primary's ip?
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 02:06 PM
тАО03-18-2002 02:06 PM
Re: DNS failures
What does
#netstat -rn show?
Do you have a default route?
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 02:19 PM
тАО03-18-2002 02:19 PM
Re: DNS failures
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 02:28 PM
тАО03-18-2002 02:28 PM
Re: DNS failures
You never says that you are doing nslookup on PC.
on command windows run
ipconfig /all and check
Connection-specific DNS Suffix: it sould be xxx.com
or
primary DNS suffix : xxx.com
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 02:29 PM
тАО03-18-2002 02:29 PM
Re: DNS failures
The NT DNS people HAVE to ensure that their DNS contains both "byhost" & "byaddr" entries.
Looking at the error again - I'm sure of it - can't resolve the hostname from the IP.
Sheesh you're having fun over there if the DNS "gurus" can't even get the DNS server entries right. ;~)
Good Luck,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2002 03:14 PM
тАО03-18-2002 03:14 PM
Re: DNS failures
Jake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2002 07:33 AM
тАО03-19-2002 07:33 AM
Re: DNS failures
They probably have forgotten to include the server in the
db.xxx.xxx.xxx file in their config.
Where the xxx.xxx.xxx is the subnet.
This is the file that contains reverse name mapping. This file MUST contain every host in the subnet. Is frequently the "forgotten" entry on adds/updates.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2002 12:49 PM
тАО03-19-2002 12:49 PM
Re: DNS failures
DNS follows the order in the /etc/resolv.conf. So if your first line is 192.3.4.5 then that is your primary DNS server. So check to see if that server is reachable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2002 01:10 PM
тАО03-19-2002 01:10 PM
Re: DNS failures
thanks for all your help. it seems the NT folk had an issue with their host record??? They believe this will fix the isssue. I'll keep everyone posted.
Jake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2002 03:24 PM
тАО03-19-2002 03:24 PM
Re: DNS failures
We are glad that you resolved your problem.
It will be great if you can assign points to all participants.....:)....