- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Leap second, NTP and HP-UX system time
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-2005 12:48 AM
11-28-2005 12:48 AM
Last time this happened in the end of year 1998. Any experiences will be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 12:52 AM
11-28-2005 12:52 AM
Re: Leap second, NTP and HP-UX system time
I suspect an NTP patch will be issued - if not already out there.
Search the patch DB for NTP to see if one is available.
Short of that contact your local HP ASE for further info.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 01:00 AM
11-28-2005 01:00 AM
Re: Leap second, NTP and HP-UX system time
and a itrc thread with this discussion.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=971488
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 01:03 AM
11-28-2005 01:03 AM
Re: Leap second, NTP and HP-UX system time
As far as I remember ntp handles it, nothing on your systems will notice it at all.
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-28-2005 01:14 AM
11-28-2005 01:14 AM
Re: Leap second, NTP and HP-UX system time
As far as I understand, there will not be a time like 23:59:60, but instead the system time will be stepped or slewed accordingly. Similar to a case where the hardware clock runs 1 sec ahead. I am right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 01:35 AM
11-28-2005 01:35 AM
Re: Leap second, NTP and HP-UX system time
As far as I understand, if you or I actually watch, yes, we would see "23:59:60". The choice of how our server synchronizes to that moment -- either by a step or by a slew is dependent on the configuration we chose for 'xntpd'.
If you wish to slew time, specify :
XNTPD_ARGS=-x
in '/etc/rc.config.d/netdaemons'.
If you wish to step time changes, omit the '-x' switch. If you change the way you implement the daemon, simply stop and re-start with:
# /sbin/init.d/xntpd stop
# /sbin/init.d/xntpd start
The document reference I posted plus the man pages for 'xntpd' have additional information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 01:44 AM
11-28-2005 01:44 AM
Re: Leap second, NTP and HP-UX system time
Sorry for asking the same question again. But since the system will step back the time (assuming NO -x option on xntpd) 1 sec (presumably at 00:00:01 to 00:00:00) I assume there will not be a need for 23:59:60. I am missing something? Or did I misunderstand?
What I understand is something like this:
23:59:58
23:59:59
00:00:00
00:00:00 <== "leap second occurred, stepped time back 1 second"
00:00:01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 01:58 AM
11-28-2005 01:58 AM
Re: Leap second, NTP and HP-UX system time
The document shows examples of adding and subtracting leap seconds. Since we are apparently adding one, the document notes we will see:
23:59:58
23:59:59
23:59:60 <= leap second
00:00:00
00:00:01
Note that the adjustment occurs during the last hour of the day.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 03:55 AM
01-01-2006 03:55 AM
Re: Leap second, NTP and HP-UX system time
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=971488