<?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 issue on Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ntp-issue-on-linux/m-p/5246253#M52340</link>
    <description>This is not a virtual machine (VMware, Xen etc.) you are having problems with, right?&lt;BR /&gt;&lt;BR /&gt;Have you "Synchronized system clock before starting the service [ntpdate &lt;NTP server="" ip="" address=""&gt;] [..] and unchecked the Use local time source in the system"? Where's the NTP server - LAN or internet? If you set the time with ntpdate, don't start the NTP service and leave the system running for a while - does the time still run faster?&lt;/NTP&gt;</description>
    <pubDate>Sat, 03 Jul 2010 20:23:07 GMT</pubDate>
    <dc:creator>Modris Bremze</dc:creator>
    <dc:date>2010-07-03T20:23:07Z</dc:date>
    <item>
      <title>ntp issue on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-issue-on-linux/m-p/5246251#M52338</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I have a linux server RHEL 5.3 64 bit running on BL 460c blade and which is in sysnc with the time server. Few other servers are also synchronised with the time server and those works well. I am facing an issue in this blade that the time is changing 2-3 min ahead and when I am restarting the ntpd service it come back to normal and our application is affected with this now. I get only the below error at log file. Can you please guide me here. &lt;BR /&gt;&lt;BR /&gt;=========&lt;BR /&gt;ntpd exiting on signal 15&lt;BR /&gt;=========&lt;BR /&gt;Synchronize system clock before starting the service is checked and unchecked the Use local time source in the system.</description>
      <pubDate>Sat, 03 Jul 2010 12:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-issue-on-linux/m-p/5246251#M52338</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-07-03T12:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: ntp issue on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-issue-on-linux/m-p/5246252#M52339</link>
      <description>&amp;gt; ntpd exiting on signal 15&lt;BR /&gt;&lt;BR /&gt;Signal 15 is SIGTERM = the signal sent by the regular "kill" command. &lt;BR /&gt;This would be a normal message when stopping the ntpd service.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; unchecked the Use local time source in the system. &lt;BR /&gt;&lt;BR /&gt;Good. If you have only one external time source, the local timesource can confuse ntpd. Only if you have 2 or more external time sources _that agree with each other_, they can out-vote the local timesource.&lt;BR /&gt;&lt;BR /&gt;When ntpd has been running for a while, what does your "ntpq -p" output look like? Is there a "*" symbol in the first column (indicating that ntpd has successfully synchronized with a time source)? Are the "delay" and "jitter" values fairly small?&lt;BR /&gt;&lt;BR /&gt;You might also install the "adjtimex" RPM (an optional package in RHEL 5.x). After ntpd has been running for at least a day or two, run "adjtimex -p". It will print out the calibration values for the system clock.&lt;BR /&gt;The ntpd daemon adjusts the "frequency" value: ideally it would be close to 0. &lt;BR /&gt;&lt;BR /&gt;If the "frequency" number is almost as big as the "tolerance" number (either negative or positive) it may be that the range of the "frequency" value is not enough to fully correct the system clock: in that case, you must manually adjust the "tick" value using the adjtimex command. The default value for "tick" is 10000; one step in the "tick" value is equal to 6553600 steps in the "frequency" value.&lt;BR /&gt;&lt;BR /&gt;For example, if your current "tick" is 10000 and you see the "frequency" value is -32768000, it means ntpd was trying to slow down the system clock, but could not slow it down enough. To fix that, calculate how much you should adjust the "tick" value:&lt;BR /&gt;&lt;BR /&gt;-32768000 / 6553600 = -5&lt;BR /&gt;&lt;BR /&gt;So, you should change the "tick" by -5, i.e. the new value will be 9995.&lt;BR /&gt;&lt;BR /&gt;adjtimex --tick 9995&lt;BR /&gt;&lt;BR /&gt;Then restart ntpd and again wait and see for a couple of days. If ntpd now stays in sync and the "frequency" value is relatively small, you've found the correct value for "tick" in your system (and your system has an exceptionally fast/slow system clock).&lt;BR /&gt;&lt;BR /&gt;The "tick" value is not persistent: after a reboot, the default value will again be used. You may have to write a small start-up script that runs the "adjtimex --tick &lt;VALUE&gt;" command at boot before ntpd is started. &lt;BR /&gt;(Debian's start-up scripts will read the correct "tick" value from /etc/default/adjtimex file if it exists and the adjtimex command is installed; I'm not sure if RedHat has something similar. I'll check at work on Monday.)&lt;BR /&gt;&lt;BR /&gt;MK&lt;/VALUE&gt;</description>
      <pubDate>Sat, 03 Jul 2010 20:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-issue-on-linux/m-p/5246252#M52339</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-07-03T20:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: ntp issue on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-issue-on-linux/m-p/5246253#M52340</link>
      <description>This is not a virtual machine (VMware, Xen etc.) you are having problems with, right?&lt;BR /&gt;&lt;BR /&gt;Have you "Synchronized system clock before starting the service [ntpdate &lt;NTP server="" ip="" address=""&gt;] [..] and unchecked the Use local time source in the system"? Where's the NTP server - LAN or internet? If you set the time with ntpdate, don't start the NTP service and leave the system running for a while - does the time still run faster?&lt;/NTP&gt;</description>
      <pubDate>Sat, 03 Jul 2010 20:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-issue-on-linux/m-p/5246253#M52340</guid>
      <dc:creator>Modris Bremze</dc:creator>
      <dc:date>2010-07-03T20:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: ntp issue on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntp-issue-on-linux/m-p/5246254#M52341</link>
      <description>Thanks</description>
      <pubDate>Wed, 05 Jan 2011 06:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntp-issue-on-linux/m-p/5246254#M52341</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2011-01-05T06:52:16Z</dc:date>
    </item>
  </channel>
</rss>

