- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: named & DNS problem
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
05-21-2002 12:37 AM
05-21-2002 12:37 AM
named & DNS problem
We have a server DNS (Aserver.pippo.it) and we have configured on db.cache :
. 99999999 IN NS bserver
bserver.pluto.it. 99999999 IN A 172.16.123.50
the nslookup response for a machine present on the pluto.it is:
nslookup wsD
Using /etc/hosts on: Aserver
looking up FILES
Trying DNS
*** localhost can't find wsD: Server failed
or
nslookup wsD.puto.it
Using /etc/hosts on: Aserver
looking up FILES
Trying DNS
*** localhost can't find wsD.pluto.it: Server failed
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 01:45 AM
05-21-2002 01:45 AM
Re: named & DNS problem
I don't know about Uppercase in hostnames, but it might be a problem (who can help)?
I would suggest you start to ask your primary server, if he knows the hostname:
nslookup wsD bserver.
Then you should do the same with your Caching-Server:
nslookup wsD Aserver.
And you should give more information about your /etc/resolv.conf
and
/etc/nsswitch.conf
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 01:56 AM
05-21-2002 01:56 AM
Re: named & DNS problem
the resolv.conf is:
search pippo.it pluto.it
nameserver 127.0.0.1 # server pippo.it
nameserver 172.16.123.50 #server pluto.it
nameserver 172.16.159.116 # server pluto.it
the nsswithch is:
hosts: files [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 02:31 AM
05-21-2002 02:31 AM
Re: named & DNS problem
then type 'set debug'
you can then do lookups and see nslookup try and describe the steps it does perhaps this generates more info
type 'set no debug' to stop tracing
CTRL-D to exit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 02:39 AM
05-21-2002 02:39 AM
Re: named & DNS problem
DNS names are not case-sensitive.
Server.mydomain.com is same as server.mydomain.com
Can you do this
#ping wsD.puto.it.
#nslookup WsD.puto.it.
get back with results.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 03:16 AM
05-21-2002 03:16 AM
Re: named & DNS problem
check if your primary server can resolve the hostname:
nslookup wsd aserver
If primary server can resolve the name, check if caching server is running (do you see the named process?).
How did you start the named (give us the content of named.boot)?
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 04:09 AM
05-21-2002 04:09 AM
Re: named & DNS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 04:12 AM
05-21-2002 04:12 AM
Re: named & DNS problem
The debug stop the trace on our root server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 04:18 AM
05-21-2002 04:18 AM
Re: named & DNS problem
If I make nslookup of aserver on aserver I receive the answer by root server instead of the same aserver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 05:08 AM
05-21-2002 05:08 AM
Re: named & DNS problem
Just to clearify:
You have two DNS domains (pippo.it and pluto.it). Right?
You have two DNS servers aserver and bserver. Which server servs which domain?
The db.cache file you where talking about in your first post. Is it part of one of these servers or of a third server?
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 07:00 AM
05-21-2002 07:00 AM
Re: named & DNS problem
aserver and aserver1 for pippo.pluto.it
bserver for pluto.it
on the db.cache of pippo.it, I specify :
. 99999999 IN NS bserver.pluto.it.
bserver.pluto.it 99999999 IN A 172.16.99.16
"secondary"
. 99999999 IN NS cserver.pluto.it.
cserver.pluto.it 99999999 IN A 172.16.99.17
the machine "wsd" is defined in pluto.it.
the result of nslookup wsd is:
servera.pluto.it can't find wsd:server failed.
this is our configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 08:21 AM
05-21-2002 08:21 AM
Re: named & DNS problem
Your db.cache file should be like this. You have your d.cache file wrong.
; Initial cache data for root domain servers.
;
; <<>> DiG 2.0 <<>> @ns.internic.net . ns Last update 2/1/96
;; ANSWERS:
. 518400 NS G.ROOT-SERVERS.NET.
. 518400 NS A.ROOT-SERVERS.NET.
. 518400 NS H.ROOT-SERVERS.NET.
. 518400 NS B.ROOT-SERVERS.NET.
. 518400 NS C.ROOT-SERVERS.NET.
. 518400 NS D.ROOT-SERVERS.NET.
. 518400 NS E.ROOT-SERVERS.NET.
. 518400 NS I.ROOT-SERVERS.NET.
. 518400 NS F.ROOT-SERVERS.NET.
;
; Prep the cache (hotwire the addresses). Order does not matter.
;
;; ADDITIONAL RECORDS:
G.ROOT-SERVERS.NET. 518400 A 192.112.36.4
A.ROOT-SERVERS.NET. 518400 A 198.41.0.4
H.ROOT-SERVERS.NET. 518400 A 128.63.2.53
B.ROOT-SERVERS.NET. 518400 A 128.9.0.107
C.ROOT-SERVERS.NET. 518400 A 192.33.4.12
D.ROOT-SERVERS.NET. 518400 A 128.8.10.90
E.ROOT-SERVERS.NET. 518400 A 192.203.230.10
I.ROOT-SERVERS.NET. 518400 A 192.36.148.17
F.ROOT-SERVERS.NET. 518400 A 192.5.5.241
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 08:29 PM
05-21-2002 08:29 PM
Re: named & DNS problem
The issue is like this , if you ahve configured in nsswitch.conf file to look for dns server to resolve the name then it will look in the resolv.conf for the name server and then read that server to resolve the name and IP for wsD. Now if you knwo the IP for this server you can just add the entry in /etc/
hosts. and rename /etc/resolv.conf to say resoolv.old and try nslookup the server will resolve using /etc/hosts , then may be u can look at the solving the nameserver issue.
Manoj Srivastava