- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NTP jumps 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
03-08-2007 10:30 AM
03-08-2007 10:30 AM
NTP jumps time
i have multiple servers that sync to the order of NTP servers. Others are ok except one that ALMOST every day jumps time:
Mar 6 08:57:53 servername xntpd[4055]: synchronized to 10.10.10.10, stratum=3
Mar 6 09:01:14 servername xntpd[4055]: synchronized to 10.10.10.100, stratum=3
Mar 6 09:00:10 servername xntpd[4055]: synchronized to 10.10.10.10, stratum=3
Mar 6 09:58:41 servername xntpd[4055]: synchronized to 10.10.10.10, stratum=2
Mar 6 10:06:09 servername xntpd[4055]: synchronized to 10.10.10.100, stratum=3
Mar 8 11:39:10 servername xntpd[4055]: synchronized to 10.10.10.10, stratum=2
Mar 8 11:48:46 servername xntpd[4055]: synchronized to 10.10.10.100, stratum=3
Mar 8 11:45:34 servername xntpd[4055]: synchronized to 10.10.10.10, stratum=2
Mar 8 11:57:18 servername xntpd[4055]: synchronized to 10.10.10.10, stratum=2
Mar 8 11:59:28 servername xntpd[4055]: synchronized to 10.10.10.100, stratum=2
any ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2007 08:28 PM
03-08-2007 08:28 PM
Re: NTP jumps time
how is the time evolving over the day, is this server's clock slower and faster than the other servers? Is there a difference of 1 second even after 1 or 2 minutes?
May be, the local clock simply goes a littel wrong and the server. I think, I have sometimes seen some BIOS-Setting on a HP-PA-RISC server, to set the clock faster or slower.
The battery buffering the clock should not accect the clockspeed, even it is emty.
what are the settings for the ntp-clint?
Bye
Ralf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2007 09:22 AM
03-09-2007 09:22 AM
Re: NTP jumps time
ntpq -p
The reach value should always be (except for the xntpd daemom is first starting) 377. If not then you are having communication problems with some of your NTP servers.
You should also examine the dispersion values which should be quite small. I also suggest that you configure a minimum of 3 timeservers so that NTP.
Read /usr/share/doc/NTP_Primter.txt for instructions on how to choose timeservers and interpret the ntpq output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2007 12:21 PM
03-09-2007 12:21 PM
Re: NTP jumps time
NTP (using xntpd) is extremely accurate and will never jump the time. If you stop and restart the NTP service using the startup script, then the time will jump based on the server you have coded into /etc/rc.config.d/netdaemons. You ntp.conf file should have 3 or more servers listed and one of them should be the server listed in the startup script. Bigger data centers have a firewall acting as the compnay-wide NTP server but if you can access the Internet with your server, just use the NTP pool. See:
http://www.pool.ntp.org/
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2007 12:29 PM
03-09-2007 12:29 PM
Re: NTP jumps time
HP rep and I verified that network is good.
in my /etc/ntp.conf I have 2 entries for time server to sync against.
I verified cron and made sure no weird script is trying to manually adjust time.. xntpd daemon is running and as u can see from the copy of those log messages it is the one who syncs time incorrectly and then puts it back.
I appreciate all of ur ideas and points.. keep 'em coming, cause I'm sure one of them will be the answer i'm looking for.
only I was given is to restart xntpd daemon and see if the problem comes back
thanks,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2007 01:04 PM
03-09-2007 01:04 PM