<?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: Linux ( RHEL6.4) NTP issues in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6312933#M81556</link>
    <description>&lt;P&gt;(Sorry about the late answer.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the Windows DC synchronized to some real NTP server, or is it just using its own system clock as a time source?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;On the Windows DC, what is the value of the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags registry key?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the Windows DC is synchronized to a real upstream NTP server, the value of the AnnounceFlags registry key should be set to 5 (DWORD value). If the Windows DC is supposed to use its internal clock, the value of the AnnounceFlags registry key should be 0xA (i.e. 10 represented in Hexadecimal).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/816042/en-us" target="_blank"&gt;http://support.microsoft.com/kb/816042/en-us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you stop ntpd on the Linux server, and then run "ntpdate -d &amp;lt;Windows.server.IP.address&amp;gt;", what is the output? (Replace the &amp;lt;Windows.server.IP.address&amp;gt; with the actual IP address, of course.)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The "reference time", "originate timestamp" and "transmit timestamp" should all have non-zero values in ntpdate -d output. If the "reference time" has a zero value (i.e. Mon, Jan 1 1900...), then the Windows server is unsure of the correctness of its time, and you should fix the Windows server first.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Dec 2013 20:03:07 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2013-12-23T20:03:07Z</dc:date>
    <item>
      <title>Linux ( RHEL6.4) NTP issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6307305#M81552</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are trying to point our Linux VMS runningNTP version 4.2.6p5 to Windows 2008 R2 ( NTP service).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ntpdate -u &amp;lt; domain controler&amp;gt; works fine&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UPD port 123&amp;nbsp;is open . I have checked using NMAP utility&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$ ntpstat -p&lt;/P&gt;
&lt;P&gt;unsnchronized&lt;/P&gt;
&lt;P&gt;timeserver restarting&lt;/P&gt;
&lt;P&gt;polling every 64s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No major changes done to the standard /etc/ntp.conf file except pointing to the windows DC for NTP service.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ntpq&amp;gt;as&lt;/P&gt;
&lt;P&gt;SHOWS reject for NTP servers , but they are reachable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help !!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Raja&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved&amp;nbsp;from Linux &amp;gt; System Administration to Linux &amp;gt; networking. - Hp Forum Moderator&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 01:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6307305#M81552</guid>
      <dc:creator>Raja_b02</dc:creator>
      <dc:date>2013-12-18T01:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linux ( RHEL6.4) NTP issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6307407#M81553</link>
      <description>&lt;P&gt;What is the output of "ntpq -np"? How large are the delay/offset/jitter values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NTP protocol always distributes UTC time, but Windows system clock runs in local time.&lt;/P&gt;&lt;P&gt;So if you are using a Windows-based NTP service, it is very important that the timezone setting is set correctly on the Windows server: otherwise the conversion from the local time in Windows system clock to UTC time for NTP will produce an incorrect result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unix and Linux systems run their system clocks fundamentally in UTC time, so it is likely that your Linux VMs already have the correct timezone setting. But you should still check the timezone settings to be sure. In any Unix/Linux system, "date -u" should always return a correct UTC timestamp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When a VM starts up, it may inherit its system clock time from the host platform - and if the host platform's clock or timezone setting is wrong, the system clock may have a value that is too different from real time, causing ntpd to reject a NTP time server or to abort completely.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On virtual machines, VMware recommends adding this setting in the beginning of /etc/ntp.conf:&lt;/P&gt;&lt;PRE&gt;tinker panic 0&lt;/PRE&gt;&lt;P&gt;Ref:&lt;/P&gt;&lt;P&gt;&lt;A href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;amp;cmd=displayKC&amp;amp;externalId=1006427" target="_blank"&gt;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;amp;cmd=displayKC&amp;amp;externalId=1006427&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is because the virtualization host platform may "steal" some processing time from the VM if the VM is idle, causing the VM's system clock to sometimes seem slow compared to real time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other virtualization platforms may have similar recommendations: check the documentation of your virtualization platform.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2013 14:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6307407#M81553</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2013-12-17T14:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Linux ( RHEL6.4) NTP issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6308253#M81554</link>
      <description>&lt;P&gt;Hi MK,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your response. Here are some more details. FYI, I am testing this on a Physical server. Tryig to point to AD server running Windows 2008 R2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ntpq -np&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; remote&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; refid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; st t when poll reach&amp;nbsp;&amp;nbsp; delay&amp;nbsp;&amp;nbsp; offset&amp;nbsp; jitter&lt;BR /&gt;==============================================================================&lt;BR /&gt;&amp;nbsp;10.137.28.11&amp;nbsp;&amp;nbsp;&amp;nbsp; .LOCL.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 u&amp;nbsp;&amp;nbsp; 28&amp;nbsp;&amp;nbsp; 64&amp;nbsp; 377&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.905&amp;nbsp; -73.356&amp;nbsp; 88.051&lt;BR /&gt;&amp;nbsp;10.137.28.12&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.137.28.11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 u&amp;nbsp;&amp;nbsp; 28&amp;nbsp;&amp;nbsp; 64&amp;nbsp; 377&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.943&amp;nbsp; -84.742&amp;nbsp; 87.031&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ntpstat -p&lt;BR /&gt;unsynchronised&lt;BR /&gt;&amp;nbsp; time server re-starting&lt;BR /&gt;&amp;nbsp;&amp;nbsp; polling server every 8 s&lt;BR /&gt;[root@deherwspldb01 etc]# ntpq&lt;BR /&gt;ntpq&amp;gt; as&lt;/P&gt;&lt;P&gt;ind assid status&amp;nbsp; conf reach auth condition&amp;nbsp; last_event cnt&lt;BR /&gt;===========================================================&lt;BR /&gt;&amp;nbsp; 1 65492&amp;nbsp; 9024&amp;nbsp;&amp;nbsp; yes&amp;nbsp;&amp;nbsp; yes&amp;nbsp; none&amp;nbsp;&amp;nbsp;&amp;nbsp; reject&amp;nbsp;&amp;nbsp; reachable&amp;nbsp; 2&lt;BR /&gt;&amp;nbsp; 2 65493&amp;nbsp; 9024&amp;nbsp;&amp;nbsp; yes&amp;nbsp;&amp;nbsp; yes&amp;nbsp; none&amp;nbsp;&amp;nbsp;&amp;nbsp; reject&amp;nbsp;&amp;nbsp; reachable&amp;nbsp; 2&lt;BR /&gt;ntpq&amp;gt; exit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[root@deherwspldb01 etc]# date&lt;BR /&gt;Wed Dec 18 09:02:42 CET 2013&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[root@deherwspldb01 etc]# clock&lt;BR /&gt;Wed 18 Dec 2013 09:02:44 AM CET&amp;nbsp; -0.239436 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[root@deherwspldb01 etc]# /sbin/hwclock&lt;BR /&gt;Wed 18 Dec 2013 09:02:49 AM CET&amp;nbsp; -0.969215 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[root@deherwspldb01 etc]# date -u&lt;BR /&gt;Wed Dec 18 08:02:51 UTC 2013&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 08:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6308253#M81554</guid>
      <dc:creator>Raja_b02</dc:creator>
      <dc:date>2013-12-18T08:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linux ( RHEL6.4) NTP issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6308357#M81555</link>
      <description>&lt;P&gt;Further more, please find the below o/p from one of the Linux servers pointed to Widnwos DC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ntpdc -c sysinfo&lt;BR /&gt;system peer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0&lt;BR /&gt;system peer mode:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unspec&lt;BR /&gt;leap indicator:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&lt;BR /&gt;stratum:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&lt;BR /&gt;precision:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -24&lt;BR /&gt;root distance:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00000 s&lt;BR /&gt;root dispersion:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.04388 s&lt;BR /&gt;reference ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [73.78.73.84]&lt;BR /&gt;reference time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000000.00000000&amp;nbsp; Mon, Jan&amp;nbsp; 1 1900&amp;nbsp; 1:00:00.000&lt;BR /&gt;system flags:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; auth monitor ntp kernel stats&lt;BR /&gt;jitter:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.000000 s&lt;BR /&gt;stability:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.000 ppm&lt;BR /&gt;broadcastdelay:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.000000 s&lt;BR /&gt;authdelay:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.000000 s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Timezone on Windows AD is set to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On LInux&lt;/P&gt;&lt;P&gt;# ls -l /etc/localtime&lt;BR /&gt;lrwxrwxrwx. 1 root root 33 Dec 18 08:37 localtime -&amp;gt; /usr/share/zoneinfo/Europe/Berlin&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 10:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6308357#M81555</guid>
      <dc:creator>Raja_b02</dc:creator>
      <dc:date>2013-12-18T10:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linux ( RHEL6.4) NTP issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6312933#M81556</link>
      <description>&lt;P&gt;(Sorry about the late answer.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the Windows DC synchronized to some real NTP server, or is it just using its own system clock as a time source?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;On the Windows DC, what is the value of the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags registry key?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the Windows DC is synchronized to a real upstream NTP server, the value of the AnnounceFlags registry key should be set to 5 (DWORD value). If the Windows DC is supposed to use its internal clock, the value of the AnnounceFlags registry key should be 0xA (i.e. 10 represented in Hexadecimal).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/816042/en-us" target="_blank"&gt;http://support.microsoft.com/kb/816042/en-us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you stop ntpd on the Linux server, and then run "ntpdate -d &amp;lt;Windows.server.IP.address&amp;gt;", what is the output? (Replace the &amp;lt;Windows.server.IP.address&amp;gt; with the actual IP address, of course.)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The "reference time", "originate timestamp" and "transmit timestamp" should all have non-zero values in ntpdate -d output. If the "reference time" has a zero value (i.e. Mon, Jan 1 1900...), then the Windows server is unsure of the correctness of its time, and you should fix the Windows server first.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2013 20:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rhel6-4-ntp-issues/m-p/6312933#M81556</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2013-12-23T20:03:07Z</dc:date>
    </item>
  </channel>
</rss>

