<?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: setting time im VMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650646#M72287</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to set the time and date in OpenVMS, use the SET TIME command. See HELP SET TIME&lt;BR /&gt;&lt;BR /&gt;$ SET TIME=17-OCT-2005:13:00:00&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Mon, 17 Oct 2005 05:49:16 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2005-10-17T05:49:16Z</dc:date>
    <item>
      <title>setting time im VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650645#M72286</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt; how can I set time in vms 7.2-1?&lt;BR /&gt;exactly command please,&lt;BR /&gt;Lima.</description>
      <pubDate>Mon, 17 Oct 2005 05:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650645#M72286</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2005-10-17T05:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: setting time im VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650646#M72287</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to set the time and date in OpenVMS, use the SET TIME command. See HELP SET TIME&lt;BR /&gt;&lt;BR /&gt;$ SET TIME=17-OCT-2005:13:00:00&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 17 Oct 2005 05:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650646#M72287</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-17T05:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: setting time im VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650647#M72288</link>
      <description>Hi&lt;BR /&gt;you can also use:&lt;BR /&gt;SET TIME="17-oct-2005 16:33"&lt;BR /&gt;or&lt;BR /&gt;SET TIME=" + 01:00 " &lt;BR /&gt;to increase un hour the current time.&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.</description>
      <pubDate>Mon, 17 Oct 2005 09:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650647#M72288</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-10-17T09:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: setting time im VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650648#M72289</link>
      <description>Hi vogra,&lt;BR /&gt;&lt;BR /&gt;DAYLIGHT saving!&lt;BR /&gt;&lt;BR /&gt;$ @SYS$EXAMPLES:DAYLIGHT_SAVINGS.COM&lt;BR /&gt;&lt;BR /&gt;Run this procedure to adjust the system time and TDF (time differential factor) automatically twice a year. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Mon, 17 Oct 2005 13:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650648#M72289</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-10-17T13:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: setting time im VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650649#M72290</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;command set time is not enabled, when UCX DTSS or TCPIP NTP service for time synchronization is running. Then you have use UTC$TIMEZONE_SETUP.COM or disable service for a while.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 18 Oct 2005 01:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650649#M72290</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-10-18T01:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: setting time im VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650650#M72291</link>
      <description>re: Mike,&lt;BR /&gt;&lt;BR /&gt;you still can use SET TIME if TCPIP NTP is running, but you can't use this command when running DECnet-Plus DTSS.&lt;BR /&gt;&lt;BR /&gt;If it's necessary to set the time while running DTSS, you need to temporarily disable DTSS with:&lt;BR /&gt;&lt;BR /&gt;$ MC NCL DISABLE DTSS&lt;BR /&gt;$ MC NCL DELETE DTSS&lt;BR /&gt;$ SET TIME=...&lt;BR /&gt;$ @SYS$STARTUP:DTSS$STARTUP&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 18 Oct 2005 02:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650650#M72291</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-18T02:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: setting time im VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650651#M72292</link>
      <description>[Just happened across the following today.]&lt;BR /&gt;&lt;BR /&gt;If you want to adjust the time in a cluster, you can use the following command:&lt;BR /&gt;&lt;BR /&gt;MCR SYSMAN&lt;BR /&gt;SYSMAN&amp;gt; SET ENVIRON/CLUSTER&lt;BR /&gt;SYSMAN&amp;gt; CONFIG SET TIME dd-MMM-yyyy hh:mm:ss&lt;BR /&gt;SYSMAN&amp;gt; EXIT&lt;BR /&gt;&lt;BR /&gt;This will ensure all the nodes use the same time as far as possible.&lt;BR /&gt;&lt;BR /&gt;Have a look a SYSMAN HELP CONF SET TIME&lt;BR /&gt;&lt;BR /&gt;and particularly:&lt;BR /&gt;&lt;BR /&gt;SYSMAN&amp;gt; HELP CONF SET TIME DESC&lt;BR /&gt;...&lt;BR /&gt;As a result of slight inaccuracies in each processor clock,&lt;BR /&gt;times on various members of a cluster tend to drift apart.&lt;BR /&gt;The following procedure synchronizes system times in a cluster&lt;BR /&gt;environment:&lt;BR /&gt;&lt;BR /&gt;$  SYNCH_CLOCKS:&lt;BR /&gt;$  RUN SYS$SYSTEM:SYSMAN&lt;BR /&gt;       SET ENVIRONMENT/CLUSTER&lt;BR /&gt;       CONFIGURATION SET TIME&lt;BR /&gt;       EXIT&lt;BR /&gt;$  WAIT 6:00:00&lt;BR /&gt;$  GOTO SYNCH_CLOCKS&lt;BR /&gt;&lt;BR /&gt;The procedure sets the time on all cluster nodes to the value&lt;BR /&gt;obtained from the local time-of-year clock, waits 6 hours, then&lt;BR /&gt;resets the time for the cluster.&lt;BR /&gt;&lt;BR /&gt;This won't work if DTSS is being used, but in that case there's no need to synch clocks anyway.</description>
      <pubDate>Tue, 18 Oct 2005 07:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650651#M72292</guid>
      <dc:creator>Sebastian Bazley</dc:creator>
      <dc:date>2005-10-18T07:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: setting time im VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650652#M72293</link>
      <description>To keep the time in the cluster between the nodes aligned you can also setup NTP services on all the nodes, and let all the nodes look at eachother. Make sure that one (or better all) nodes have an external synch.&lt;BR /&gt;Modify TCPIP$NTP.CONF with the correct STRATUM for eacht node and if possible external nodes.&lt;BR /&gt;Startup NTP and check it with eq. ntpq -c peer&lt;BR /&gt;&lt;BR /&gt;Problem we had this weekend, 4 node cluster, DAYLIGHT_SAVING was set to 1 as on alle the nodes. This system didn't modify the time during the switch this weekend. Other nodes, not cluster(members), using the same configuration (timezone rules, sysgen paras etc) did it correct this weekend. I'm not sure what cased this.&lt;BR /&gt;Unfortunaly we don't use DTSS anymore. (That was working fine, so don't use it :( ! )&lt;BR /&gt;&lt;BR /&gt;AvR</description>
      <pubDate>Mon, 31 Oct 2005 11:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/setting-time-im-vms/m-p/3650652#M72293</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2005-10-31T11:41:57Z</dc:date>
    </item>
  </channel>
</rss>

