<?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 issues time not synchronized in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-issues-time-not-synchronized/m-p/4634146#M378786</link>
    <description>Its NTP server...  any NTP client should be configured to try to get time from at least *three* NTP servers.  The NTP code has logic in it which attempts to determine the suitability of the NTP servers as time sources, and that code needs three or more time sources configured.&lt;BR /&gt;&lt;BR /&gt;If the upstream NTP server is not properly synchronized, it will not serve time to clients - that situation should be exposed by some of the output you've been asked to provide.</description>
    <pubDate>Mon, 17 May 2010 15:39:29 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2010-05-17T15:39:29Z</dc:date>
    <item>
      <title>ntp issues time not synchronized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-issues-time-not-synchronized/m-p/4634143#M378783</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;on one of the hp 9000 system we are facing issues with system time, it is not proper it is always ahead compared to its ntp server.&lt;BR /&gt;&lt;BR /&gt;And to rectify the issue we do stop and start of xntpd daemon , after that the time start synchronizing and it work proper for 1 or 2 days.&lt;BR /&gt;&lt;BR /&gt;And after 1 or 2 days the time again start loosing synchronization result in improper time on system&lt;BR /&gt;&lt;BR /&gt;errors in syslog&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/syslog.log:May 16 01:04:53 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure  or defective hardware clock&lt;BR /&gt;/var/adm/syslog/syslog.log:May 16 01:21:38 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure  or defective hardware clock&lt;BR /&gt;/var/adm/syslog/syslog.log:May 16 01:21:57 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure  or defective hardware clock&lt;BR /&gt;/var/adm/syslog/syslog.log:May 16 01:38:42 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure  or defective&lt;BR /&gt;&lt;BR /&gt;ive hardware clock&lt;BR /&gt;/var/adm/syslog/syslog.log_V1:May 15 02:53:22 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure  or defective hardware clock&lt;BR /&gt;/var/adm/syslog/syslog.log_V1:May 15 02:53:41 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure  or defective hardware clock&lt;BR /&gt;/var/adm/syslog/syslog.log_V1:May 15 03:10:26 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure  or defective hardware clock&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the ntp server is pingable&lt;BR /&gt;&lt;BR /&gt;Please assist to solve this</description>
      <pubDate>Sun, 16 May 2010 05:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-issues-time-not-synchronized/m-p/4634143#M378783</guid>
      <dc:creator>arun khatwani</dc:creator>
      <dc:date>2010-05-16T05:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: ntp issues time not synchronized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-issues-time-not-synchronized/m-p/4634144#M378784</link>
      <description>please do below acion and send us the output:&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep ntp&lt;BR /&gt;/usr/sbin/ntpq -p&lt;BR /&gt;Stop the xntpd deamon:&lt;BR /&gt;/sbin/init.d/xntpd stop&lt;BR /&gt;&lt;BR /&gt;ntpdate -d &lt;NTP server="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;start the NTP deamon.&lt;BR /&gt;/sbin/init.d/xntpd start&lt;/NTP&gt;</description>
      <pubDate>Sun, 16 May 2010 06:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-issues-time-not-synchronized/m-p/4634144#M378784</guid>
      <dc:creator>singh sanjeev</dc:creator>
      <dc:date>2010-05-16T06:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: ntp issues time not synchronized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-issues-time-not-synchronized/m-p/4634145#M378785</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Pinging the remote server is not a good test.&lt;BR /&gt;&lt;BR /&gt;ICMP simply proves that a remote server&lt;BR /&gt;responds to some special type of packets but&lt;BR /&gt;does not deal with any useful protocol like NTP.&lt;BR /&gt;&lt;BR /&gt;Some of my customers completely disable ICMP&lt;BR /&gt;and tests like traceroute and ping are&lt;BR /&gt;worthless.&lt;BR /&gt;&lt;BR /&gt;a) Is your remote server running NTP?&lt;BR /&gt;&lt;BR /&gt;b) On your client server, run the following:&lt;BR /&gt;&lt;BR /&gt;# ntpq -c peers&lt;BR /&gt;&lt;BR /&gt;# ntpq -c assoc&lt;BR /&gt;&lt;BR /&gt;# ntptrace -n &lt;REM_NTP_SERVER&gt;&lt;BR /&gt;&lt;BR /&gt;If your local clock is very different from a remote server, you will need to run&lt;BR /&gt;"ntpdate -B &lt;REM_NTP_SERVER&gt;"...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT&lt;/REM_NTP_SERVER&gt;&lt;/REM_NTP_SERVER&gt;</description>
      <pubDate>Sun, 16 May 2010 06:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-issues-time-not-synchronized/m-p/4634145#M378785</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2010-05-16T06:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: ntp issues time not synchronized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-issues-time-not-synchronized/m-p/4634146#M378786</link>
      <description>Its NTP server...  any NTP client should be configured to try to get time from at least *three* NTP servers.  The NTP code has logic in it which attempts to determine the suitability of the NTP servers as time sources, and that code needs three or more time sources configured.&lt;BR /&gt;&lt;BR /&gt;If the upstream NTP server is not properly synchronized, it will not serve time to clients - that situation should be exposed by some of the output you've been asked to provide.</description>
      <pubDate>Mon, 17 May 2010 15:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-issues-time-not-synchronized/m-p/4634146#M378786</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2010-05-17T15:39:29Z</dc:date>
    </item>
  </channel>
</rss>

