<?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 sync in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ntp-sync/m-p/3927875#M81171</link>
    <description>OpenVMS V7.3 and later contain automatic daylight saving time (DST) mechanisms.&lt;BR /&gt;&lt;BR /&gt;OpenVMS V7.2 does not have in-built automatic mechanisms, and it's not supported by NTP.  Back then, it was DECnet DTSS (DECdtss) or DCE DTSS that managed the values.  Or the DST values were managed manually.  You'll likely want to use the DAYLIGHT_SAVINGS.COM procedure to reset the DST, when the time rolls around.  &lt;BR /&gt;&lt;BR /&gt;There are some ECOs in this area over various releases, too.  Not AFAIK ECOs for the US DST change for V7.2, but still relevant regardless.  OpenVMS Alpha V7.3-2 is the next release with current ECO updates still being provided; with prior version support status.&lt;BR /&gt;&lt;BR /&gt;There's a whole section on maintaining the timezone differential factor (TDF) and DST mechanisms on OpenVMS available over in the OpenVMS FAQ.  The most current edition of the OpenVMS FAQ is over at &lt;A href="http://www.HoffmanLabs.Com/VMSFAQ/" target="_blank"&gt;http://www.HoffmanLabs.Com/VMSFAQ/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Since you are asking the question (and as you should), run a test or two when you have the opportunity.   See if things work the way you expect, and want.&lt;BR /&gt;&lt;BR /&gt;ps: ensure this is an NTP server you are synchronizing with, and not an SNTP server.  SNTP servers don't necessarily play well with NTP clients.&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Jan 2007 22:38:32 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2007-01-17T22:38:32Z</dc:date>
    <item>
      <title>NTP sync</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-sync/m-p/3927872#M81168</link>
      <description>I am getting errors when trying to sync an OpenVMS 7.2 machine to a NTP server.  The output of ntpdate is below&lt;BR /&gt;&lt;BR /&gt;DMB01:: ntpdate -d SERVER_NAME&lt;BR /&gt;server SERVER_NAME (x.x.x.x), port 123&lt;BR /&gt;stratum 2, precision -20, leap 00&lt;BR /&gt;refid [16843904] delay +0.0255959 dispersion +0.0003957 offset +3600.6403944&lt;BR /&gt;&lt;BR /&gt;transmitted 4, in filter 4&lt;BR /&gt;reference time:    17-JAN-2007 16:04:47.65&lt;BR /&gt;originate timestamp: 17-JAN-2007 16:48:41.75&lt;BR /&gt;transmit timestamp:  17-JAN-2007 15:48:41.11&lt;BR /&gt;filter delay:      +0.02559 +0.02561 +0.02561 +0.02659&lt;BR /&gt;                         +0.00000 +0.00000 +0.00000 +0.00000&lt;BR /&gt;filter offset:     +3600.64 +3600.63 +3600.64 +3600.64&lt;BR /&gt;                         +0.00000 +0.00000 +0.00000 +0.00000&lt;BR /&gt;&lt;BR /&gt;Selected server is SERVER_NAME (x.x.x.x) offset +3600.6403944&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It seems the reference, originate, and transmit times are all different.  What would be the reason behind that?</description>
      <pubDate>Wed, 17 Jan 2007 16:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-sync/m-p/3927872#M81168</guid>
      <dc:creator>AJohnson</dc:creator>
      <dc:date>2007-01-17T16:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: NTP sync</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-sync/m-p/3927873#M81169</link>
      <description>&lt;BR /&gt;Looking at this line&lt;BR /&gt;&lt;BR /&gt;filter offset: +3600.64 +3600.63 +3600.64 +3600.64&lt;BR /&gt;&lt;BR /&gt;Check the time zone rules for your system. See sys$manager:UTC$TIME_SETUP.COM if I recall correctly for that version of VMS.  Stop NTP, make your changes and restart NTP.  &lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 17 Jan 2007 19:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-sync/m-p/3927873#M81169</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2007-01-17T19:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: NTP sync</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-sync/m-p/3927874#M81170</link>
      <description>Thanks, it looks like the tdf was off on that system.  How will the US DST date change affect OpenVMS, would I just need to update the TDF again on the new dates chosen for DST rather than letting the system set it?</description>
      <pubDate>Wed, 17 Jan 2007 21:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-sync/m-p/3927874#M81170</guid>
      <dc:creator>AJohnson</dc:creator>
      <dc:date>2007-01-17T21:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: NTP sync</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-sync/m-p/3927875#M81171</link>
      <description>OpenVMS V7.3 and later contain automatic daylight saving time (DST) mechanisms.&lt;BR /&gt;&lt;BR /&gt;OpenVMS V7.2 does not have in-built automatic mechanisms, and it's not supported by NTP.  Back then, it was DECnet DTSS (DECdtss) or DCE DTSS that managed the values.  Or the DST values were managed manually.  You'll likely want to use the DAYLIGHT_SAVINGS.COM procedure to reset the DST, when the time rolls around.  &lt;BR /&gt;&lt;BR /&gt;There are some ECOs in this area over various releases, too.  Not AFAIK ECOs for the US DST change for V7.2, but still relevant regardless.  OpenVMS Alpha V7.3-2 is the next release with current ECO updates still being provided; with prior version support status.&lt;BR /&gt;&lt;BR /&gt;There's a whole section on maintaining the timezone differential factor (TDF) and DST mechanisms on OpenVMS available over in the OpenVMS FAQ.  The most current edition of the OpenVMS FAQ is over at &lt;A href="http://www.HoffmanLabs.Com/VMSFAQ/" target="_blank"&gt;http://www.HoffmanLabs.Com/VMSFAQ/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Since you are asking the question (and as you should), run a test or two when you have the opportunity.   See if things work the way you expect, and want.&lt;BR /&gt;&lt;BR /&gt;ps: ensure this is an NTP server you are synchronizing with, and not an SNTP server.  SNTP servers don't necessarily play well with NTP clients.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 22:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-sync/m-p/3927875#M81171</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-01-17T22:38:32Z</dc:date>
    </item>
  </channel>
</rss>

