- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP Time difference
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
01-02-2004 09:17 AM
01-02-2004 09:17 AM
ntpq -p ; date
SYSA:
remote refid st t when poll reach delay offset disp
==============================================================================
*LOCAL(0) LOCAL(0) 3 l 2 64 377 0.00 0.000 10.01
Fri Jan 2 16:09:55 CST 2004
SYSB:
remote refid st t when poll reach delay offset disp
==============================================================================
*LOCAL(0) LOCAL(0) 3 l 10 64 377 0.00 0.000 10.01
Fri Jan 2 16:10:44 CST 2004
SYSC:
remote refid st t when poll reach delay offset disp
==============================================================================
*LOCAL(0) LOCAL(0) 3 l 16 64 377 0.00 0.000 10.01
Fri Jan 2 16:09:37 CST 2004
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2004 09:26 AM
01-02-2004 09:26 AM
Re: NTP Time difference
Example, have SYSA look at SYSB and SYSC as well; have SYSB look at SYSA and SYSC as well;have SYSC look at SYSA and SYSB as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2004 09:28 AM
01-02-2004 09:28 AM
Re: NTP Time difference
Post your ntp.conf file so we can confirm this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2004 09:38 AM
01-02-2004 09:38 AM
Solutionserver SYSA prefer
peer SYSB
peer SYSC
peer SYSD
peer SYSE
The SYSA system is a stratum 2 server - it is going out to sync time with a stratum 1 server.
All of my internal systems look at SYSA and sync with it. In addition I have each system looking at their peers to sync with them as well. Look at the following web site, has some good info.
http://docsrv.sco.com/NET_tcpip/CTOC-ntpN.ntp.html
Do a search for ntp and another web site to look at is at udel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2004 01:54 PM
01-02-2004 01:54 PM
Re: NTP Time difference
server ntp1.usno.navy.mil prefer # US Naval Observatory - preferred
server ntp2.usno.navy.mil # US Naval Observatory
server tick.jrc.us # Jensen Research Center
server ntp-cup.external.hp.com # HP - Cupertino, CA
server bonehed.lcs.mit.edu # MIT, Boston
server 127.127.1.0 # local clock
fudge 127.127.1.0 stratum 10 # backup clock (internal)
driftfile /etc/ntp.drift # path for drift file
You need several NTP sources for reliability. Most public timeservers limit the nunber of hosts from a single network so pick one machine to be the primary server with multiple NTP servers. Then point your other systems to that server. NOTE: external servers require that your firewall pass port 123 so you can sync to these servers. Alternatively, your network administrator can setup your firewall to sync to several NTP sources and then provide NTP services to everyone in your company.
Bill Hassell, sysadmin