- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CNAME resolv 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
11-04-2003 05:40 AM
11-04-2003 05:40 AM
In my primary dns server I add CNAME for other centers in my main zone file. something like
Sav-1 IN CNAME Sav-1.vdgc.co.uk.
Sav-2 IN CNAME Sav-2.vdgc.co.uk.
Sti-1 IN CNAME Sti-1.vdgc.co.uk.
Tri-1 IN CNAME Tri-1.vdgc.co.uk.
Wks-1 IN CNAME Wks-1.vdgc.co.uk.
I also downloads the map of vdgc.co.uk as sec.vdgc.co.uk and so master can resolv this name
#nslookup Sav-1
Trying DNS
Name: Sav-1.vdgc.co.uk
Address: 10.55.2.198
Aliases: Sav-1.vdgc.com
On my secondary server I am not downloading sec.vdgc.co.uk but I have sec.vdgc.com file which has CNAME reference
Secondary# grep Sav-1 *
sec.vdgc.com:Sav-1 86400 IN CNAME Sav-1.vdgc.co.uk.
I am still not able to resolv the name
secondary#nslookup Sav-1
Name Server: secondary.vdgc.com
Address: 10.20.0.8
Trying DNS
*** can't find Sav-1: Non-existent domain
What is going on here?
Sachin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 05:45 AM
11-04-2003 05:45 AM
Re: CNAME resolv problem
1) the domain statement is missing or different from the first dns server in /etc/resolv.conf
2) The zone records in /var/named are not consistent betweent the two servers.
Correct this and the problem should go away.
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
11-04-2003 07:08 AM
11-04-2003 07:08 AM
Re: CNAME resolv problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 08:26 AM
11-04-2003 08:26 AM
Re: CNAME resolv problem
Which version of BIND are you using?
Can you post your /etc/resolv.conf and /etc/nsswitch.conf?
and the domain names on both servers is the same?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 10:04 AM
11-04-2003 10:04 AM
Re: CNAME resolv problem
secondary 8.2.2
primary
domain vdgc.com
nameserver 10.20.16.1 #braque
Secondary
domain vdgc.com
nameserver 10.20.0.8
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 10:05 AM
11-04-2003 10:05 AM
Re: CNAME resolv problem
primary & secondary
hosts: dns files
If I pull vdgc.co.uk zone to secondary then name resolv works for that CNAME
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 06:14 PM
11-04-2003 06:14 PM
Solution