- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- time slow by 8 minutes
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-02-2006 04:30 AM
11-02-2006 04:30 AM
time slow by 8 minutes
Thanks
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 05:02 AM
11-02-2006 05:02 AM
Re: time slow by 8 minutes
Running 'xntpd' (NTP) on your servers is the only sane thing to do.
However, if your server is 8-minutes behind the correct time, NTP is going to take an "eternity" to adjust the time.
Since you are *slow*, set the clock ahead with 'date' and implement NTP. Stepping time forward is acceptable. Stepping time backwards can lead to problems in logging and particularly with database transations.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 05:03 AM
11-02-2006 05:03 AM
Re: time slow by 8 minutes
But you should investigate why the daemon was down in the first place.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 05:04 AM
11-02-2006 05:04 AM
Re: time slow by 8 minutes
I never had trouble putting the time right on a server that is slow..., I would set the time then /sbin/init.d/xntpd start...
Its not the same as having servers that are fast...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 05:09 AM
11-02-2006 05:09 AM
Re: time slow by 8 minutes
I would add, that it is useful to configure '/etc/rc.config.d/netdaemons' with NTPDATE_SERVER=
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 07:03 AM
11-02-2006 07:03 AM
Re: time slow by 8 minutes
No No!! The startup script for xntpd assumes that this is a reboot and therefore will jump the time instantly to the correct time! Assuming you have a valid /etc/ntp.conf file, you would run ntpdate -B NTPserver_IPaddr (note: capital B) to slowly slew the time by maintaining the same number of seconds per day but run the clock slightly faster. 8 mins will take about 3 hours or so to be within a few seconds.
Check every hour or so after starting ntpdate -B NTPserver_IPaddr and once the time is within a few seconds, then you can kill ntpdate and just run xntpd (not the startup script).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 08:27 AM
11-02-2006 08:27 AM
Re: time slow by 8 minutes
Thanks
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 08:34 AM
11-02-2006 08:34 AM
Re: time slow by 8 minutes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 09:42 AM
11-02-2006 09:42 AM
Re: time slow by 8 minutes
of the other servers. This will help keep
them in sync. One server should have its
clock configured as a time source and fudged
to a high stratum, usually 10 or 12.
This will be your backup time source if
you loose your external time source(s).
Jumping forward shouldn't cause running
services any problems.
Generally, I set one or three servers to use
the same external time sources. Again one
or three different sources. Often you can use
your ISP's DNS server(s) as a time source.
I then configure all other servers to
refer to the server(s) with the external
time source(s).
A rouge low priority time source can really
cause you problems. NTP works best with
an odd number of sources.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 12:40 PM
11-02-2006 12:40 PM
Re: time slow by 8 minutes
Just be sure that the time sources you use are willing to serve time to you - not just that they respond to the NTP queries, but that you've also gotten the OK from their admins.
Bill's suggestion to use the slow slew of ntpdate is the most solid/conservative suggestion and least likely to upset your apps. It may be "belt and suspenders" depending on your apps, but sometimes "belt and suspenders" is goodness.