<?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: Using a Time Server and my rp7440 drifts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075523#M439486</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Run a series of nqpq commands to track the drift.&lt;BR /&gt;&lt;BR /&gt;I'd think about getting the system hardware checked if its running that badly off in such a short time.&lt;BR /&gt;&lt;BR /&gt;ntpdate is a command you may be able to put in cron (Have it in Linux no idea where it came from) that could keep the system more in line.&lt;BR /&gt;&lt;BR /&gt;ntpdate timeserver&lt;BR /&gt;Will force an update.&lt;BR /&gt;&lt;BR /&gt;Also see if ntpd is even running right.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 22 Oct 2007 10:54:09 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-10-22T10:54:09Z</dc:date>
    <item>
      <title>Using a Time Server and my rp7440 drifts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075520#M439483</link>
      <description>Here is my ntp.conf:&lt;BR /&gt;&lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt;server timeserver&lt;BR /&gt;broadcastclient yes&lt;BR /&gt;restrict default ignore&lt;BR /&gt;&lt;BR /&gt;Drift file:&lt;BR /&gt;0.000 0&lt;BR /&gt;&lt;BR /&gt;This server lags behind all the others about 5 minutes over the weekend.&lt;BR /&gt;&lt;BR /&gt;I have all the lastest and greatest patches and I have 9 HP-UX 11.11 servers that work just fine.   HELP!!!</description>
      <pubDate>Mon, 22 Oct 2007 10:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075520#M439483</guid>
      <dc:creator>harmt01</dc:creator>
      <dc:date>2007-10-22T10:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Time Server and my rp7440 drifts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075521#M439484</link>
      <description>I would comment out you "restrict default ignore" entry.&lt;BR /&gt;&lt;BR /&gt;You have also violated one of the fundamental rules of good NTP design in that you have a single timeserver. The NTP client has nothing to comapre as to stability of the data. Normally, you want at least 3 timeservers. &lt;BR /&gt;&lt;BR /&gt;I would also add a timeserver entry to the ntp.conf file that instructs ntp to use the built-in clock as a last-resort.&lt;BR /&gt;&lt;BR /&gt;server 127.127.1.1 stratum 10 # localhost&lt;BR /&gt;&lt;BR /&gt;Because you have a driftfile configured and the drift is 0. I rather suspect that the local clock is the only thing that is actually begin used.&lt;BR /&gt;&lt;BR /&gt;We can learn a lot by your posting of the output of ntpq -p. That will tell us what is going on.</description>
      <pubDate>Mon, 22 Oct 2007 10:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075521#M439484</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-10-22T10:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Time Server and my rp7440 drifts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075522#M439485</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# ntpq -pn&lt;BR /&gt;&lt;BR /&gt;...what does that show?&lt;BR /&gt;&lt;BR /&gt;If your server's time is more thatn ~ 1000 seconds from correct time, your 'xntpd' daamon will die shortly after startup.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 22 Oct 2007 10:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075522#M439485</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-10-22T10:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Time Server and my rp7440 drifts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075523#M439486</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Run a series of nqpq commands to track the drift.&lt;BR /&gt;&lt;BR /&gt;I'd think about getting the system hardware checked if its running that badly off in such a short time.&lt;BR /&gt;&lt;BR /&gt;ntpdate is a command you may be able to put in cron (Have it in Linux no idea where it came from) that could keep the system more in line.&lt;BR /&gt;&lt;BR /&gt;ntpdate timeserver&lt;BR /&gt;Will force an update.&lt;BR /&gt;&lt;BR /&gt;Also see if ntpd is even running right.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 22 Oct 2007 10:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075523#M439486</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-22T10:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Time Server and my rp7440 drifts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075524#M439487</link>
      <description>Thanks, added more servers and restarted XNTPD.  Before doing this I got "Server Timed Out"  Now I get a reading off all the time servers.&lt;BR /&gt;&lt;BR /&gt;Much Thanks,&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Oct 2007 11:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075524#M439487</guid>
      <dc:creator>harmt01</dc:creator>
      <dc:date>2007-10-22T11:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Time Server and my rp7440 drifts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075525#M439488</link>
      <description>Thanks</description>
      <pubDate>Tue, 29 Jan 2008 20:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-a-time-server-and-my-rp7440-drifts/m-p/5075525#M439488</guid>
      <dc:creator>harmt01</dc:creator>
      <dc:date>2008-01-29T20:33:50Z</dc:date>
    </item>
  </channel>
</rss>

