- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP sync different
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
07-19-2009 04:12 PM
07-19-2009 04:12 PM
NTP sync different
what is the time deviation can servers have when all servers are being synced with NTP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 04:18 PM
07-19-2009 04:18 PM
Re: NTP sync different
The lastest NTP version can maintain time to within about 10-milliseconds using Internet sources.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 04:31 PM
07-19-2009 04:31 PM
Re: NTP sync different
Sun Jul 19 18:25:28 MDT 2009
Sun Jul 19 18:25:29 MDT 2009
Sun Jul 19 18:25:30 MDT 2009
Sun Jul 19 18:25:30 MDT 2009
Sun Jul 19 18:25:32 MDT 2009
Sun Jul 19 18:25:33 MDT 2009
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 04:38 PM
07-19-2009 04:38 PM
Re: NTP sync different
Here is a reference: http://en.wikipedia.org/wiki/Network_Time_Protocol
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 04:27 PM
07-20-2009 04:27 PM
Re: NTP sync different
Instead I would suggest pointing an ntpq command at each system (or running one there) and looking at the peers output to see what ntp reports as its difference from the time server to which it is synced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2009 03:58 PM
07-21-2009 03:58 PM
Re: NTP sync different
> Sun Jul 19 18:25:29 MDT 2009
> Sun Jul 19 18:25:30 MDT 2009
> Sun Jul 19 18:25:30 MDT 2009
> Sun Jul 19 18:25:32 MDT 2009
> Sun Jul 19 18:25:33 MDT 2009
This is a very bad test for sync as Rick says. I use a similar script to query a lot of servers. It takes almost 1 second to get the date back from each system -- probably the same for your test. Therefore the servers appear to be in excellent sync -- your date command is far too slow across the network. NTP is accurate to a small fraction of the query you are running.
As Rick said, you want to run /usr/sbin/ntpq -p to query each server. The easiest numbers are poll and reach. Poll is the time between sync requests in seconds. 64 is the worst which means that NTP has to keep trying to get a stable sync. reach should always be 377 -- anything less means the NTP server is erratic or occasionally not reachable.
Bill Hassell, sysadmin