<?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: DTSS re enable in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875427#M65905</link>
    <description>Thanks for all for your assistance :&lt;BR /&gt;&lt;BR /&gt;I've re-enabled DTSS  with sys$startup:dtss$startup&lt;BR /&gt;&lt;BR /&gt;(i just have to re-configure timezone differential factor with net$configure before)&lt;BR /&gt;&lt;BR /&gt;Jan :&lt;BR /&gt;you have probably reason... at that time i just assign point only to answer that really deals with the subject or give me a way to solve my problems, and not for comments or incorrects way... In the future i will assign 0 or 1 points in that case...&lt;BR /&gt;You're probably too materialist (or capitalist) and me too consumer... lol&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;philippe&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Dec 2004 10:11:27 GMT</pubDate>
    <dc:creator>berlioz</dc:creator>
    <dc:date>2004-12-15T10:11:27Z</dc:date>
    <item>
      <title>DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875417#M65895</link>
      <description>According to thread number 694612 (to disable DTSS message on console) i've disable DTSS on my system (net$logicals.com file with net$disable_dtss true)&lt;BR /&gt;&lt;BR /&gt;But... there's no more daylight saving time on my system... &lt;BR /&gt;&lt;BR /&gt;So... i need to re-enable DTSS&lt;BR /&gt;&lt;BR /&gt;What's the best way ?&lt;BR /&gt;thanks in advance for all...</description>
      <pubDate>Tue, 14 Dec 2004 10:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875417#M65895</guid>
      <dc:creator>berlioz</dc:creator>
      <dc:date>2004-12-14T10:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875418#M65896</link>
      <description>what version of VMS? If V7.3 or later then you could use the daylight savings time change built in to VMS.</description>
      <pubDate>Tue, 14 Dec 2004 12:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875418#M65896</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-12-14T12:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875419#M65897</link>
      <description>Berlioz,&lt;BR /&gt;&lt;BR /&gt;if you want the DTSS functionality of automatic daylight saving time switching and just want to suppress the 'too few servers detected' event messages sent to OPCOM (console and OPERATOR.LOG), just disable them (as also shown in the referenced thread). The suggested way to disable these messages is:&lt;BR /&gt;&lt;BR /&gt;Copy SYS$MANAGER:NET$EVENT_LOCAL.TEMPLATE to NET$EVENT_LOCAL.NCL&lt;BR /&gt;&lt;BR /&gt;Add the following line to the file:&lt;BR /&gt;&lt;BR /&gt;BLOCK EVENT DISPATCHER OUTBOUND STREAM local_stream GLOBAL FILTER -&lt;BR /&gt;   ((NODE,DTSS), too few servers detected)&lt;BR /&gt;&lt;BR /&gt;Issueing this command once via NCL disables these messages in the running system (e.g. after re-starting DTSS).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 14 Dec 2004 13:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875419#M65897</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-12-14T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875420#M65898</link>
      <description>ian : My OpenVMS version is 7.3.2. Can you explain me in details your other way to deal with daylight saving time and how to manage them...&lt;BR /&gt;&lt;BR /&gt;volker : ok, but how can i restart DTSS ?&lt;BR /&gt;&lt;BR /&gt;Philippe</description>
      <pubDate>Wed, 15 Dec 2004 04:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875420#M65898</guid>
      <dc:creator>berlioz</dc:creator>
      <dc:date>2004-12-15T04:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875421#M65899</link>
      <description>Here is the way we normally restart DTSS :&lt;BR /&gt;MC SYSMAN&lt;BR /&gt;SET E/C (if you have more than 1 node)&lt;BR /&gt;DO MC NCL DISA DTSS&lt;BR /&gt;DO MC NCL DEL DTSS&lt;BR /&gt;SETPROFILE /PRIVILEDGE=LOG_IO&lt;BR /&gt;CONFIG SET TIME hh:mm:ss&lt;BR /&gt;(this being the machine time - not the speaking clock)&lt;BR /&gt;DO @SYS$STARTUP:DTSS$STARTUP&lt;BR /&gt;EXIT&lt;BR /&gt;This is as long as your startup files are still in place.&lt;BR /&gt;Yours Terry.</description>
      <pubDate>Wed, 15 Dec 2004 04:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875421#M65899</guid>
      <dc:creator>Terry Yeomans</dc:creator>
      <dc:date>2004-12-15T04:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875422#M65900</link>
      <description>Terry,&lt;BR /&gt;&lt;BR /&gt;mostly okay with that, but why would you do a CONFIG SET TIME, if immediately after that enable DTSS, which sets the time to be synchronised with your time provider?&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 15 Dec 2004 05:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875422#M65900</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-12-15T05:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875423#M65901</link>
      <description>There is much information here&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/faq/vmsfaq_004.html#time4" target="_blank"&gt;http://h71000.www7.hp.com/wizard/faq/vmsfaq_004.html#time4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However I was refering to the new System parameter AUTO_DLIGHT_SAV (OpenVMS Alpha Version 7.3 and later which is documented here&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/732FINAL/aa-pv5mh-tk/00/00/57-con.html#dst-sec" target="_blank"&gt;http://h71000.www7.hp.com/doc/732FINAL/aa-pv5mh-tk/00/00/57-con.html#dst-sec&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 05:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875423#M65901</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-12-15T05:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875424#M65902</link>
      <description>Jan,&lt;BR /&gt;this example comes from a vax 4000 series machine that uses vms 6.2 - it works as proven very recently) - so don't knock it !&lt;BR /&gt;We haven't had any problems on out vms 7.x machines to prove whether it works on them or not.&lt;BR /&gt;Happy Christmas&lt;BR /&gt;Yours Terry.</description>
      <pubDate>Wed, 15 Dec 2004 05:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875424#M65902</guid>
      <dc:creator>Terry Yeomans</dc:creator>
      <dc:date>2004-12-15T05:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875425#M65903</link>
      <description>Berlioz,&lt;BR /&gt;&lt;BR /&gt;from your forum profils:&lt;BR /&gt;&lt;BR /&gt;I have assigned points to   27  of   92  responses to my questions. &lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 07:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875425#M65903</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-12-15T07:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875426#M65904</link>
      <description>If you ar running OVMS 7.3-2 you should use the sys$manager:UTC$TIME_SETUP.COM for managing the dst. For this to work you will have to apply the VMS732_TDF-V0200 patch. This patch will fix some problems with UTC$TIME_SETUP.COM &lt;BR /&gt;Also you should add the line  DEFINE/SYSTEM/EXEC NET$DISABLE_DTSS "YES" in sylogicals&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 08:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875426#M65904</guid>
      <dc:creator>D H_1</dc:creator>
      <dc:date>2004-12-15T08:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS re enable</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875427#M65905</link>
      <description>Thanks for all for your assistance :&lt;BR /&gt;&lt;BR /&gt;I've re-enabled DTSS  with sys$startup:dtss$startup&lt;BR /&gt;&lt;BR /&gt;(i just have to re-configure timezone differential factor with net$configure before)&lt;BR /&gt;&lt;BR /&gt;Jan :&lt;BR /&gt;you have probably reason... at that time i just assign point only to answer that really deals with the subject or give me a way to solve my problems, and not for comments or incorrects way... In the future i will assign 0 or 1 points in that case...&lt;BR /&gt;You're probably too materialist (or capitalist) and me too consumer... lol&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;philippe&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 10:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-re-enable/m-p/4875427#M65905</guid>
      <dc:creator>berlioz</dc:creator>
      <dc:date>2004-12-15T10:11:27Z</dc:date>
    </item>
  </channel>
</rss>

