- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS Serial Numbers
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
02-08-2001 01:40 PM
02-08-2001 01:40 PM
DNS Serial Numbers
We are using the convention of yymmddhhmm for our serial number, However the leading 0 does not get passed down to our secondaries. When we use the format yyymmddhhmm. Our secondaries come up with a new serial number altogether.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 02:40 PM
02-08-2001 02:40 PM
Re: DNS Serial Numbers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 03:45 PM
02-08-2001 03:45 PM
Re: DNS Serial Numbers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2001 06:58 PM
02-08-2001 06:58 PM
Re: DNS Serial Numbers
If the number is a 32 bit signed value, the maximum it can be is 2 ^ 31 - 1 or 2,147,483,647. Thus, the yyyymmddXX format will work for a few more years.
BTW, if it is an unsigned value, the maximum value is roughly doubled, which will be good for a good bit longer.
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 12:14 AM
02-09-2001 12:14 AM
Re: DNS Serial Numbers
Don't worry about leading zeros, they are not significant.
The largest serial number is 4,294,967,295. Be careful when you go into the billions though, because 4,000,000,000 is actually *smaller* than 2,000,000,000 since the comparison is done using sequence space arithmetic.
You should really pick up a copy of DNS&BIND. It is a must read for every DNS admin.
Matts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 12:17 AM
02-09-2001 12:17 AM
Re: DNS Serial Numbers
4,000,000,000 is actually *smaller* than 1,000,000,000
(sequence space arithmetic is hard...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2001 06:09 AM
02-09-2001 06:09 AM
Re: DNS Serial Numbers
In most cases, the actual numbers are stripped to their "real" form so
00102015501 is really
102015501 when read by secondaries or other applications reading the SOA header.
It should be relatively easy though to have secondaries get info if there is a "different" serial number (I'm pretty sure this is the default mechanism.)
So at this point as long as your serial number is different, maps are transferred anyway.
I.E. Last serial number x-fered from secondary. "1001001". SOA reports a serial number of "1002" so the secondary transfers the zone anyway. :)
Regards,
Shannon