<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NTP    Time difference in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155444#M158372</link>
    <description>As mentioned, your systems are not synced to anything except themselves. Here is a more useful /etc/ntp.conf file:&lt;BR /&gt; &lt;BR /&gt;server ntp1.usno.navy.mil prefer  # US Naval Observatory - preferred&lt;BR /&gt;server ntp2.usno.navy.mil         # US Naval Observatory&lt;BR /&gt;server tick.jrc.us                # Jensen Research Center&lt;BR /&gt;server ntp-cup.external.hp.com    # HP - Cupertino, CA&lt;BR /&gt;server bonehed.lcs.mit.edu        # MIT, Boston&lt;BR /&gt;&lt;BR /&gt;server  127.127.1.0               # local clock&lt;BR /&gt;fudge   127.127.1.0 stratum 10    # backup clock (internal)&lt;BR /&gt;&lt;BR /&gt;driftfile /etc/ntp.drift          # path for drift file&lt;BR /&gt; &lt;BR /&gt;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.</description>
    <pubDate>Fri, 02 Jan 2004 21:54:05 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-01-02T21:54:05Z</dc:date>
    <item>
      <title>NTP    Time difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155440#M158368</link>
      <description>We have 3 HP-UX systems and they all use the same "/etc/ntp.conf" and the same "/etc/hosts" files. The problem is that all three reporting fdifferent times althoug they all use te same NTP server. Here is the output on each server of the command &lt;BR /&gt;ntpq -p ; date&lt;BR /&gt;SYSA:&lt;BR /&gt;     remote           refid      st t when poll reach   delay   offset    disp&lt;BR /&gt;==============================================================================&lt;BR /&gt;*LOCAL(0)        LOCAL(0)         3 l    2   64  377     0.00    0.000   10.01&lt;BR /&gt;Fri Jan  2 16:09:55 CST 2004&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SYSB:&lt;BR /&gt;     remote           refid      st t when poll reach   delay   offset    disp&lt;BR /&gt;==============================================================================&lt;BR /&gt;*LOCAL(0)        LOCAL(0)         3 l   10   64  377     0.00    0.000   10.01&lt;BR /&gt;Fri Jan  2 16:10:44 CST 2004&lt;BR /&gt;&lt;BR /&gt;SYSC:&lt;BR /&gt;     remote           refid      st t when poll reach   delay   offset    disp&lt;BR /&gt;==============================================================================&lt;BR /&gt;*LOCAL(0)        LOCAL(0)         3 l   16   64  377     0.00    0.000   10.01&lt;BR /&gt;Fri Jan  2 16:09:37 CST 2004&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jan 2004 17:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155440#M158368</guid>
      <dc:creator>Andrew_80</dc:creator>
      <dc:date>2004-01-02T17:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: NTP    Time difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155441#M158369</link>
      <description>You are pointing each system to itself only - there are no peers configured to check.&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Fri, 02 Jan 2004 17:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155441#M158369</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-01-02T17:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: NTP    Time difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155442#M158370</link>
      <description>According to this, you aren't actually syncing time with any outside time source.  It appears to me that each machine is syncing with itself.&lt;BR /&gt;&lt;BR /&gt;Post your ntp.conf file so we can confirm this.</description>
      <pubDate>Fri, 02 Jan 2004 17:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155442#M158370</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-01-02T17:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: NTP    Time difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155443#M158371</link>
      <description>An example of my ntp.conf file.&lt;BR /&gt;&lt;BR /&gt;server SYSA prefer&lt;BR /&gt;peer SYSB&lt;BR /&gt;peer SYSC&lt;BR /&gt;peer SYSD&lt;BR /&gt;peer SYSE&lt;BR /&gt;&lt;BR /&gt;The SYSA system is a stratum 2 server - it is going out to sync time with a stratum 1 server.&lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docsrv.sco.com/NET_tcpip/CTOC-ntpN.ntp.html" target="_blank"&gt;http://docsrv.sco.com/NET_tcpip/CTOC-ntpN.ntp.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do a search for ntp and another web site to look at is at udel.</description>
      <pubDate>Fri, 02 Jan 2004 17:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155443#M158371</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-01-02T17:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: NTP    Time difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155444#M158372</link>
      <description>As mentioned, your systems are not synced to anything except themselves. Here is a more useful /etc/ntp.conf file:&lt;BR /&gt; &lt;BR /&gt;server ntp1.usno.navy.mil prefer  # US Naval Observatory - preferred&lt;BR /&gt;server ntp2.usno.navy.mil         # US Naval Observatory&lt;BR /&gt;server tick.jrc.us                # Jensen Research Center&lt;BR /&gt;server ntp-cup.external.hp.com    # HP - Cupertino, CA&lt;BR /&gt;server bonehed.lcs.mit.edu        # MIT, Boston&lt;BR /&gt;&lt;BR /&gt;server  127.127.1.0               # local clock&lt;BR /&gt;fudge   127.127.1.0 stratum 10    # backup clock (internal)&lt;BR /&gt;&lt;BR /&gt;driftfile /etc/ntp.drift          # path for drift file&lt;BR /&gt; &lt;BR /&gt;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.</description>
      <pubDate>Fri, 02 Jan 2004 21:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-time-difference/m-p/3155444#M158372</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-01-02T21:54:05Z</dc:date>
    </item>
  </channel>
</rss>

