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-13-2001 09:18 AM
11-13-2001 09:18 AM
DNS
Example
Primary can resolve www.xxx.ca which is an alias to www.xxx.com.
Secondary can resolve www.xxx.com only, not ww.xxx.ca.
If I do an nslookup www.xxx.com primary_name_server.com it works. I do have an entry in the /etc/resolv.conf file
Any suggestions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 09:21 AM
11-13-2001 09:21 AM
Re: DNS
live free or die
harry
BTW: Bind versions < 8 are serious SECURITY risks!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 09:22 AM
11-13-2001 09:22 AM
Re: DNS
check the resolv.conf on your secondary server.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 09:51 AM
11-13-2001 09:51 AM
Re: DNS
xxx.ca and xxx.com imply two different domains. Is your secondary a slave to both xxx.ca and xxx.com? Are there other entries in xxx.ca? If so, try this on your secondary server:
nslookup>
> ls xxx.ca
This will show if it has any information for that domain. Otherwise, try removing the db.xxx.ca file (or whatever you called in) on your secondary and HUP the named process so that the table is rebuilt. Only do this after verifying that the xxx.ca domain is properly setup on the secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 10:16 AM
11-13-2001 10:16 AM
Re: DNS
remove www.xxx.ca map from seconday or move to different name then run
#sig_named restart
This will reread the maps from primary servers.
Watch /var/adm/syslog/syslog.log at same time.
Sachin