<?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 Problems in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504845#M5080</link>
    <description>Hello Jeff&lt;BR /&gt;&lt;BR /&gt;Have you tried      'peer 164.137.1.21'&lt;BR /&gt;instead of 'server'.&lt;BR /&gt;&lt;BR /&gt;Kjell</description>
    <pubDate>Wed, 16 Mar 2005 02:11:26 GMT</pubDate>
    <dc:creator>Kjell Carlsson</dc:creator>
    <dc:date>2005-03-16T02:11:26Z</dc:date>
    <item>
      <title>NTP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504842#M5077</link>
      <description>The company has recently installed an NTP server which I am trying to sync my OpenVMS systems against.&lt;BR /&gt;&lt;BR /&gt;I have used NTPDATE to successfully update the local OpenVMS system to the time server, but trying to maintain sync. with NTP running as a service is causing issues.&lt;BR /&gt;&lt;BR /&gt;I have setup the .CONF file with a single line in for the time server to connect too.&lt;BR /&gt;&lt;BR /&gt;The output I am getting from the NTP service states the following;&lt;BR /&gt;&lt;BR /&gt;11 Mar 16:44:31  ntpd version = 4.1.0&lt;BR /&gt;11 Mar 16:44:31  precision = 10000 usec&lt;BR /&gt;11 Mar 16:44:32  frequency initialized 0.000 from SYS$SPECIFIC:[TCPIP$NTP]TCPIP$NTP.DRIFT&lt;BR /&gt;11 Mar 16:47:51  time slew 158.823000 s&lt;BR /&gt;11 Mar 16:48:56  synchronisation lost&lt;BR /&gt;11 Mar 17:44:35  offset: 158.823000 sec  freq: 0.000 ppm  poll: 16 sec  error: 0.008735&lt;BR /&gt;11 Mar 18:44:36  offset: 158.823000 sec  freq: 0.000 ppm  poll: 16 sec  error: 0.008735&lt;BR /&gt;&lt;BR /&gt;In the example above the local system is off by 158 seconds, since I have started the service the time hasn't been pulled in at all, and is still 158 seconds out ?&lt;BR /&gt;&lt;BR /&gt;This is happening under TCP/IP v.5.4 &amp;amp; 5.3 (Alpha &amp;amp; VAX).  &lt;BR /&gt;&lt;BR /&gt;Am I doing something wrong here ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Mar 2005 07:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504842#M5077</guid>
      <dc:creator>Jefferson Humber</dc:creator>
      <dc:date>2005-03-15T07:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504843#M5078</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Have you gone into TCPIP$CONFIG under Core Environment and done the complete Time Zone setup? That's the 1st thing to check.&lt;BR /&gt;&lt;BR /&gt;You don't mention the steps you've followed to start running NTP, presumably you've enabled the NTP server component as well.&lt;BR /&gt;&lt;BR /&gt;You might post a sanitized version of the .CONF file.&lt;BR /&gt;&lt;BR /&gt;What do you get if you try &lt;BR /&gt;&lt;BR /&gt;$ NTPTRACE &lt;TIMESERVERADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;Robert&lt;/TIMESERVERADDRESS&gt;</description>
      <pubDate>Tue, 15 Mar 2005 08:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504843#M5078</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-03-15T08:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504844#M5079</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;TCP/IP setup OK.&lt;BR /&gt;&lt;BR /&gt;Timezone logicals as follows (UK).&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;  "SYS$DST_DELTA_TIME" = "ffffeb1b3ab18920"&lt;BR /&gt;  "SYS$LOCALTIME" = "SYS$SYSROOT:[SYS$ZONEINFO.SYSTEM]GB-EIRE."&lt;BR /&gt;  "SYS$TIMEZONE_DAYLIGHT_SAVING" = "0"&lt;BR /&gt;  "SYS$TIMEZONE_DIFFERENTIAL" = "0"&lt;BR /&gt;  "SYS$TIMEZONE_NAME" = "GMT"&lt;BR /&gt;  "SYS$TIMEZONE_RULE" = "GMT0BST-1,M3.4.0/01,M10.5.0/02"&lt;BR /&gt;  "TCPIP$BIND_TIMEOUT" = "...."&lt;BR /&gt;&lt;BR /&gt;NTP started through SYS$MANAGER:TCPIP$NTP_STARTUP.COM&lt;BR /&gt;&lt;BR /&gt;The only lines uncommented in the .CONF file are as follows;&lt;BR /&gt;&lt;BR /&gt;driftfile SYS$SPECIFIC:[TCPIP$NTP]TCPIP$NTP.DRIFT&lt;BR /&gt;&lt;BR /&gt;server 164.137.1.21&lt;BR /&gt;&lt;BR /&gt;The output I get from the NTPTRACE is as follows;&lt;BR /&gt;&lt;BR /&gt;SFFCI5&amp;gt;ntptrace 164.137.1.21&lt;BR /&gt;164.137.1.21: stratum 2, offset 1.493902, synch distance 1.00000&lt;BR /&gt;gbayls01.gb.batgen.com: stratum 2, offset 1.755818, synch distance 1.00000&lt;BR /&gt;gbghls04.gb.batgen.com: stratum 2, offset 1.266054, synch distance 1.00000&lt;BR /&gt;xlcrls01.batgen.com: stratum 2, offset -0.097131, synch distance 2.01331&lt;BR /&gt;timeserver.my.batgen.com: stratum 1, offset 0.076987, synch distance 0.00000, refid 'GPS'&lt;BR /&gt;&lt;BR /&gt;Could it be something to do with the Stratum level assigned to the timeserver ?&lt;BR /&gt;&lt;BR /&gt;Thanks again in advance,&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Mar 2005 11:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504844#M5079</guid>
      <dc:creator>Jefferson Humber</dc:creator>
      <dc:date>2005-03-15T11:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504845#M5080</link>
      <description>Hello Jeff&lt;BR /&gt;&lt;BR /&gt;Have you tried      'peer 164.137.1.21'&lt;BR /&gt;instead of 'server'.&lt;BR /&gt;&lt;BR /&gt;Kjell</description>
      <pubDate>Wed, 16 Mar 2005 02:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504845#M5080</guid>
      <dc:creator>Kjell Carlsson</dc:creator>
      <dc:date>2005-03-16T02:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504846#M5081</link>
      <description>Hello&lt;BR /&gt;Let see if DTSS process is disabled.</description>
      <pubDate>Wed, 16 Mar 2005 03:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504846#M5081</guid>
      <dc:creator>Didier Ravagli</dc:creator>
      <dc:date>2005-03-16T03:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504847#M5082</link>
      <description>Hi,&lt;BR /&gt;I think, NTP doesn't change large difference in the time. Try to set time manualy (approximately) and restart NTP service.&lt;BR /&gt;Petr</description>
      <pubDate>Wed, 16 Mar 2005 04:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504847#M5082</guid>
      <dc:creator>Petr Spisek</dc:creator>
      <dc:date>2005-03-16T04:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504848#M5083</link>
      <description>There is no DTSS on the systems.&lt;BR /&gt;&lt;BR /&gt;The manual states anything less than +/- 1000 seconds should be OK.&lt;BR /&gt;&lt;BR /&gt;Am currently trying PEER instead of SERVER in the .CONF file.&lt;BR /&gt;&lt;BR /&gt;However, I have just learnt that the local server is running MS W32Time SNTP.  I feel this is the problem, it's not proper NTP. ;-(&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 16 Mar 2005 04:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504848#M5083</guid>
      <dc:creator>Jefferson Humber</dc:creator>
      <dc:date>2005-03-16T04:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504849#M5084</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;As long as the server and your client are able to agree on the version of NTP they are communicating on they should be fine.  The versions supported by TCP/IP 5.4 and 5.3 should be adequate. &lt;BR /&gt;&lt;BR /&gt;One thing you might do is invoke NTPQ and every couple of minutes enter a 'peer' command and an 'assoc' command and track any changes that you see in the output from that over about 30 minutes.   It can take quite a while for things to settle down.  Eventually it should reach a more or less stable situation.  It would be interesting to see what the status looks like at that point. &lt;BR /&gt;&lt;BR /&gt;Within ntpq you might also try the command 'host 164.137.1.21' and then enter the peer and assoc commands and see what kind of output you get.&lt;BR /&gt;&lt;BR /&gt;I was thinking that you might have an issue of security settings -- but from your trace it wouldn't appear that your client is having any trouble talking with the server.  The output that you showed from your log shows your NTP client attempting to slew the clock so it was at least one time trying to make an adjustment.</description>
      <pubDate>Wed, 16 Mar 2005 08:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-problems/m-p/3504849#M5084</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-03-16T08:37:05Z</dc:date>
    </item>
  </channel>
</rss>

