- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: My secondary DNS is not updated
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-28-2002 05:36 AM
11-28-2002 05:36 AM
My secondary DNS is not updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 06:02 AM
11-28-2002 06:02 AM
Re: My secondary DNS is not updated
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 06:12 AM
11-28-2002 06:12 AM
Re: My secondary DNS is not updated
On your secondary server your database files will have a Refresh field, this is the time in seconds after which the server checks for any updated files on the primary
Fields are like
IN SOA
1 ; Serial
10800 ; Refresh every 3 hrs
3600 ; retry every hour
And so on
However , you can update the secondary any time using the
#sig_named restart
command
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 06:23 AM
11-28-2002 06:23 AM
Re: My secondary DNS is not updated
@ IN SOA primary.dns.co.uk. root.primary.dns.co.uk. (
13 ; Serial
3600 ; Refresh
1800 ; Retry
604800 ; Expire after a week
86400 ) ; Minimum ttl of 1 day
IN NS primary.dns.co.uk.
IN NS secondary.dns.co.uk.
This way when you have an update and restart the named process the changes will be pushed out to your secondary server as opposed to waiting for a sheduled check.
You should note that this cannot be done on version 4 of BIND.
Kind regards,
Robert Thorneycroft
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 02:25 PM
11-28-2002 02:25 PM
Re: My secondary DNS is not updated
Where do I specify my 2nd dns is secondary of my 1st DNS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 09:21 PM
11-28-2002 09:21 PM
Re: My secondary DNS is not updated
After you any changes in Primary DNS server's database files you have increment the serial
number which is resent in those files.
example
serial 1000
Then change to
serial 1001
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 09:23 PM
11-28-2002 09:23 PM
Re: My secondary DNS is not updated
1. You should have proper NS records on primary.
2. Your Secondary servers should have permission to do a zone-transfer.
3. Your secondary should have the proper config file statements and correct ip of primary,
4. Zone serial no should be updated on every modification.
5. Refresh, retry, expire and minimum values on zone file should be valid.
Are you running BIND? Which version is running on primary server?
Lot more things to check, as you have not given enough details.
FIRST: are you setting up a new secondary? or troubleshooting a secondary, worked well sometime before?
~ Kars