- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to update the db files on the secondary DNS se...
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
12-13-2000 10:41 AM
12-13-2000 10:41 AM
How to update the db files on the secondary DNS server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 10:52 AM
12-13-2000 10:52 AM
Re: How to update the db files on the secondary DNS server
put named in debug mode and see the logs for errors with zone XFERs.
kill -USR1 `cat /var/run/named.pid`
and look at the file /var/tmp/named.run
also make sure that the value of your serial number in your SOA records are changed each time you make changes on the primary.
ensure that the value of the new SOA is larger than it previously was.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 11:00 AM
12-13-2000 11:00 AM
Re: How to update the db files on the secondary DNS server
00345 ; Serial
The secondary server checks for a change in the serial number, if it is different than the serial number of the last update that file will be upated.
I had the problem of forgeting this step so I changed my serial number from just a meaningless string of digits to a string that represented the current date plus a revision number (mmddyyvv), i.e.; If updated my DNS today my serial number would be 12130001. if I had to make another change today I would change it to 12130002. Example:
12130001 ;Serial
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 01:39 PM
12-13-2000 01:39 PM
Re: How to update the db files on the secondary DNS server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 06:42 PM
12-13-2000 06:42 PM
Re: How to update the db files on the secondary DNS server
The Secondary Servers will update automatically, but not right away. The Values established in the DNS Primary tell the Secondary server when to check for updates, how often to check for connection problems, and how long to trust the table if the Primary is no longer available.
In short, if you make a change on the Primary, and you know they change has been recognized (i.e. you've already performed the nslookup on the new addresses), you can get the Secondary server to immediately check for an update by issuing a
kill -HUP
This tells the Secondary named server to communicate to the Primary and get the latest updates from it, NOW!
Hope that helps.
Have a Great Day!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 08:02 AM
12-14-2000 08:02 AM
Re: How to update the db files on the secondary DNS server
Attached is /var/tmp/named.run. Can anybody figure out the problem?
The current setting for DNS is
108:Refresh
3600:Retry every hour
604800:Expire after a week
86400:Minimum ttl of 1 day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 08:37 AM
12-14-2000 08:37 AM
Re: How to update the db files on the secondary DNS server
It seems that setting for refresh has some minimum limitation. We set it for 108 seconds, actually it synced after 10 minutes.