<?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: UCX - NTP and UTC time difference in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938445#M50740</link>
    <description>Thanks to you guyus for your reply.  &lt;BR /&gt;&lt;BR /&gt;I think that the SYS$TIMEZONE_DIFFERENTIAL logical will probably be the key.  I ran the UTC$TIMEZONE_SETUP file and checked the logical and it did not change.  I rebooted and it still did not change.  I then tryied editing the UTC$TIMEZONE_SETUP.COM file and it appears that the data comes from binary files, one per unique time zone.  I searched sys$manager:*.com for SYS$TIMEZONE_DIFFERENTIAL, but it is not defined there.  I do get the correct answers on the screen for time zone and differences in hours.  Perhaps there is something I missed.  Or is there someplace where I could write a command file to look at the time and re-define SYS$TIMEZONE_DIFFERENTIAL after it gets defined by whatever generates the logical and before UCX$NTPD is started.  How about in UCX$NTPD_STARTUP.COM?  That, of course, does not handle running durring the time change (to/from DLS from/to standard)&lt;BR /&gt;&lt;BR /&gt;Any help/hints would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ray</description>
    <pubDate>Fri, 04 Nov 2005 13:11:45 GMT</pubDate>
    <dc:creator>Raymond P. Manyik</dc:creator>
    <dc:date>2005-11-04T13:11:45Z</dc:date>
    <item>
      <title>UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938441#M50736</link>
      <description>I was able to set up NTP on UCX on a VAX here this summer without any issues.  When I tried setting up others I noticed that it still has a 7 hour time difference from UTC.  The logical is correct for the UCX time zone and the logical ucx$tdf is -8 (I am on the west coast of US).  The log for the ucx$ntpd indicates the following line:&lt;BR /&gt;* Timezone Differential Factor is -25200&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me where the NTP client gets its time differential.  The template file to set up the configuration is misleading in that the example for setting up UCX$NTP_TZ doesn't make sense.  -40000 is not the number of seconds between UT and Boston in the summer.  The logical name is not defined by the system.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;BR /&gt;&lt;BR /&gt;Ray</description>
      <pubDate>Thu, 03 Nov 2005 20:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938441#M50736</guid>
      <dc:creator>Raymond P. Manyik</dc:creator>
      <dc:date>2005-11-03T20:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938442#M50737</link>
      <description>Hi,&lt;BR /&gt;look for the SYS$TIMEZONE_DIFFERENTIAL logical. If it's there you should see -25200 which is -7hours&lt;BR /&gt;It can be changed via SYS$MANAGER:UTC$TIMEZONE_SETUP.COM. &lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Fri, 04 Nov 2005 02:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938442#M50737</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-04T02:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938443#M50738</link>
      <description>You may have to set the time zone stuff in UCX as well as on VMS for older versions.&lt;BR /&gt;UCX SET CONFIG TIME "..."&lt;BR /&gt;then do &lt;BR /&gt;UCX GENERATE TIME&lt;BR /&gt;to update the logicals and then restart your NTP server to pick up the result.</description>
      <pubDate>Fri, 04 Nov 2005 04:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938443#M50738</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-04T04:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938444#M50739</link>
      <description>Hi Ray,&lt;BR /&gt;&lt;BR /&gt;You must be running an old version of TCP/IP services for OpenVMS. The logical UCX$NTP_TZ is in hhmmss format. So -40000 means 4 hours behind UTC and 100000 means 10 hours ahead of UTC.&lt;BR /&gt;&lt;BR /&gt;The logical sys$timezone_differential is in seconds. So -14400 is 4 hours behind UTC and 39600 is 11 hours ahead of UTC.&lt;BR /&gt;&lt;BR /&gt;If a system has both of these logicals defined, UCX$NTP_TZ will be ignored&lt;BR /&gt;and SYS$TIMEZONE_DIFFERENTIAL will be used to define the time zone offset.&lt;BR /&gt;&lt;BR /&gt;The timezone differential factor you showed is 7 hours behind UTC. If the real TDF is -8 hours, you can use UTC$TIME_SETUP to set up your timezone differential and your system time correctly.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 04:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938444#M50739</guid>
      <dc:creator>Michael Yu_3</dc:creator>
      <dc:date>2005-11-04T04:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938445#M50740</link>
      <description>Thanks to you guyus for your reply.  &lt;BR /&gt;&lt;BR /&gt;I think that the SYS$TIMEZONE_DIFFERENTIAL logical will probably be the key.  I ran the UTC$TIMEZONE_SETUP file and checked the logical and it did not change.  I rebooted and it still did not change.  I then tryied editing the UTC$TIMEZONE_SETUP.COM file and it appears that the data comes from binary files, one per unique time zone.  I searched sys$manager:*.com for SYS$TIMEZONE_DIFFERENTIAL, but it is not defined there.  I do get the correct answers on the screen for time zone and differences in hours.  Perhaps there is something I missed.  Or is there someplace where I could write a command file to look at the time and re-define SYS$TIMEZONE_DIFFERENTIAL after it gets defined by whatever generates the logical and before UCX$NTPD is started.  How about in UCX$NTPD_STARTUP.COM?  That, of course, does not handle running durring the time change (to/from DLS from/to standard)&lt;BR /&gt;&lt;BR /&gt;Any help/hints would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ray</description>
      <pubDate>Fri, 04 Nov 2005 13:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938445#M50740</guid>
      <dc:creator>Raymond P. Manyik</dc:creator>
      <dc:date>2005-11-04T13:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938446#M50741</link>
      <description>Hi Ray,&lt;BR /&gt;&lt;BR /&gt;Which version of OpenVMS are you running? Depending on the version and whether you are using DTSS, the source of the timezone differential may be different. It might be coming from sys$update$timezone_rules.dat or SYS$SYSROOT:[SYS$ZONEINFO.SYSTEM.SOURCES]NORTHAMERICA. (source for the timezones in North America, any change to it will need recompiling using ZIC).&lt;BR /&gt;&lt;BR /&gt;Please post the output of&lt;BR /&gt;&lt;BR /&gt;SHOW LOGICAL *TIME*&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 16:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938446#M50741</guid>
      <dc:creator>Michael Yu_3</dc:creator>
      <dc:date>2005-11-04T16:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938447#M50742</link>
      <description>Here is the output from show logical *time*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  "CHS_TIME" = "MBA31:"&lt;BR /&gt;  "DHS_TIME" = "MBA32:"&lt;BR /&gt;  "SYS$LOCALTIME" = "SYS$SYSROOT:[SYS$ZONEINFO.SYSTEM.US]PACIFIC."&lt;BR /&gt;  "SYS$TIMEZONE_DIFFERENTIAL" = "-28800"&lt;BR /&gt;  "TIMEDATE_IS_DST" = "0"&lt;BR /&gt;&lt;BR /&gt;Note that I made the change to the UCX$NTP_Startup.com to set the logical SYS$TIMEZONE_DIFFERENTIAL to the correct value.  Without my changes it displays -25200.&lt;BR /&gt;&lt;BR /&gt;Here is the version information on the system.&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show version /all&lt;BR /&gt;&lt;BR /&gt;  Digital TCP/IP Services for OpenVMS VAX Version V4.1&lt;BR /&gt;  on a VAXstation 4000-90 running OpenVMS V7.1&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ray</description>
      <pubDate>Fri, 04 Nov 2005 17:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938447#M50742</guid>
      <dc:creator>Raymond P. Manyik</dc:creator>
      <dc:date>2005-11-04T17:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938448#M50743</link>
      <description>Hi Ray,&lt;BR /&gt;&lt;BR /&gt;@sys$examples:daylight_savings.com&lt;BR /&gt;&lt;BR /&gt;Theis will queue a batch job to be run at your choosing to change the TDF (and local time, if needed).  The prompts are fairly straightforward.</description>
      <pubDate>Sat, 05 Nov 2005 07:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938448#M50743</guid>
      <dc:creator>Bradford Hamilton</dc:creator>
      <dc:date>2005-11-05T07:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938449#M50744</link>
      <description>Hi Ray,&lt;BR /&gt;&lt;BR /&gt;You are running V7.1 of OpenVMS and you have set your timezone to US/PACIFIC.&lt;BR /&gt;&lt;BR /&gt;From the output of show logical *time*, you are not using DTSS.&lt;BR /&gt;&lt;BR /&gt;You were running in daylight saving time before the last Sunday of October. Since you are using V7.1 and not using DTSS, there is no automatic TDF change made when daylight saving ended on Oct 30. Hence you have the problem of still having the TDF as -7.&lt;BR /&gt;&lt;BR /&gt;So what you need to do is to use DAYLIGHT_SAVINGS.COM to perform the manual daylight saving change.&lt;BR /&gt;&lt;BR /&gt;If you were using DTSS, then it can help you perform the automatic TDF change.&lt;BR /&gt;&lt;BR /&gt;If you were using V7.3 or later, the sysgen parameter AUTO_DLIGHT_SAV also helps you with automatic TDF change.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Nov 2005 07:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938449#M50744</guid>
      <dc:creator>Michael Yu_3</dc:creator>
      <dc:date>2005-11-05T07:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938450#M50745</link>
      <description>"If you were using V7.3 or later, the sysgen parameter AUTO_DLIGHT_SAV also helps you with automatic TDF change."&lt;BR /&gt;&lt;BR /&gt;The OP is using VAX - AUTO_DLIGHT_SAV is Alpha-only; never made it to VAX.</description>
      <pubDate>Sat, 05 Nov 2005 08:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938450#M50745</guid>
      <dc:creator>Bradford Hamilton</dc:creator>
      <dc:date>2005-11-05T08:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938451#M50746</link>
      <description>Hi Bradford,&lt;BR /&gt;&lt;BR /&gt;Yes, AUTO_DLIGHT_SAV is Alpha only. Thanks for pointing that out.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Nov 2005 19:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938451#M50746</guid>
      <dc:creator>Michael Yu_3</dc:creator>
      <dc:date>2005-11-06T19:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938452#M50747</link>
      <description>AUTO_DLIGHT_SAV is _not_ Alpha only.&lt;BR /&gt;&lt;BR /&gt;It's present on all VMS 64bit platforms, and worked perfectly on my Itanium boxes last week.</description>
      <pubDate>Sun, 06 Nov 2005 19:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938452#M50747</guid>
      <dc:creator>Alex  Daniels</dc:creator>
      <dc:date>2005-11-06T19:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938453#M50748</link>
      <description>Thank you all for your responses.  I am on a trip and will not be back at the office for the next couple of weeks.  I will try the example command file and see if there takes care of it all.&lt;BR /&gt;&lt;BR /&gt;Michael, is DTSS a part of UCX that I could turn on or is it another product?  &lt;BR /&gt;&lt;BR /&gt;If I am going to set up a batch file to â  resetâ   the time difference and local times, do I need to restart the NTPD process or does it check the time difference logical on a periodic basis?  If I need to kill is should I just use the VMS commands to blow it away or is there some suggested UCX commands to just stop and restart that one process?&lt;BR /&gt;&lt;BR /&gt;Thank you again for the help.   The message from Mike Reznak was a big key to get me to a place where I only have a problem twice a year.  If I can get it set up to run on its own, that would completely close it out for me.  Since I wonâ  t be back in the office for a couple of weeks this thread will be in limbo.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ray&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Nov 2005 22:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938453#M50748</guid>
      <dc:creator>Raymond P. Manyik</dc:creator>
      <dc:date>2005-11-07T22:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938454#M50749</link>
      <description>Hi Ray,&lt;BR /&gt;&lt;BR /&gt;DTSS is part of DECnet/OSI.&lt;BR /&gt;&lt;BR /&gt;You can stop NTP with UCX$NTPD_SHUTDOWN.COM and start NTP with UCX$NTPD_STARTUP.COM.&lt;BR /&gt;&lt;BR /&gt;NTP should be sending and receiving UTC time. The system time displayed will use the timezone differentials.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Nov 2005 22:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938454#M50749</guid>
      <dc:creator>Michael Yu_3</dc:creator>
      <dc:date>2005-11-07T22:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - NTP and UTC time difference</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938455#M50750</link>
      <description>I believe that I now have enough information to be able to set up the system to operate with NTP and to make the transitions to and from DST.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help&lt;BR /&gt;&lt;BR /&gt;Ray</description>
      <pubDate>Wed, 23 Nov 2005 13:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-ntp-and-utc-time-difference/m-p/4938455#M50750</guid>
      <dc:creator>Raymond P. Manyik</dc:creator>
      <dc:date>2005-11-23T13:36:02Z</dc:date>
    </item>
  </channel>
</rss>

