<?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 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146638#M92483</link>
    <description>Good recommendations from all. Much thanks.</description>
    <pubDate>Wed, 17 Dec 2008 00:56:39 GMT</pubDate>
    <dc:creator>djk</dc:creator>
    <dc:date>2008-12-17T00:56:39Z</dc:date>
    <item>
      <title>DTSS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146634#M92479</link>
      <description>How do I determine if DTSS is running?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Dec 2008 20:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146634#M92479</guid>
      <dc:creator>djk</dc:creator>
      <dc:date>2008-12-16T20:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146635#M92480</link>
      <description>Perhaps:&lt;BR /&gt;&lt;BR /&gt;show system /process = *dtss*&lt;BR /&gt;&lt;BR /&gt;Somewhat crude:&lt;BR /&gt;&lt;BR /&gt;ALP $ set time = 15:03&lt;BR /&gt;%SET-E-NOTSET, error modifying time&lt;BR /&gt;-SYSTEM-E-TIMENOTSET, time service enabled; enter a time service command to update the time&lt;BR /&gt;&lt;BR /&gt;There are probably good ways, too.</description>
      <pubDate>Tue, 16 Dec 2008 21:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146635#M92480</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-12-16T21:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146636#M92481</link>
      <description>$ MC NCL SHOW DTSS STATE&lt;BR /&gt;should show you whether DTSS is defined at all (if not, you get an "entity class not supported" or similar message), and if, whether it is enabled (running).&lt;BR /&gt;&lt;BR /&gt;This is at least true for the various incarnations of DECnet Phase V, DECnet/OSI and DECnet-Plus (different names for the same product across several versions). If you are using DECnet Phase 5 Extensions on (Open)VMS/VAX 5.x, I'm not sure how you'd exactly check for DTSS presence. Scanning SHOW SYSTEM output (as the previous post suggests) would probably help.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Hans.</description>
      <pubDate>Tue, 16 Dec 2008 22:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146636#M92481</guid>
      <dc:creator>H_Bachner</dc:creator>
      <dc:date>2008-12-16T22:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146637#M92482</link>
      <description>There are a number of logical names defined when DTSS is running. I have code that determines if DTSS is running by the existence of logical name DTSS$_SERVICE_ACTIVE in the system logical name table.&lt;BR /&gt;&lt;BR /&gt;$   IF F$TRNLNM("DTSS$_SERVICE_ACTIVE").NES.""&lt;BR /&gt;$   THEN&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;You can find other useful things like the host it's synching from. See $ SHOW LOGICAL DTSS$*&lt;BR /&gt;&lt;BR /&gt;You could also look for the existence of DTSS processes. &lt;BR /&gt;&lt;BR /&gt;$ ctx = ""&lt;BR /&gt;$ temp = F$CONTEXT ("PROCESS", ctx, "PRCNAM", "DTSS$*","EQL")&lt;BR /&gt;$ IF F$PID(ctx).NES."" THEN (at least one DTSS$ process exists)&lt;BR /&gt;&lt;BR /&gt; when finished, clean up context&lt;BR /&gt;&lt;BR /&gt;$ IF F$TYPE(ctx) .eqs. "PROCESS_CONTEXT" THEN temp = F$CONTEXT ("PROCESS", ctx, "CANCEL")&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Dec 2008 22:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146637#M92482</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-12-16T22:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146638#M92483</link>
      <description>Good recommendations from all. Much thanks.</description>
      <pubDate>Wed, 17 Dec 2008 00:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss/m-p/5146638#M92483</guid>
      <dc:creator>djk</dc:creator>
      <dc:date>2008-12-17T00:56:39Z</dc:date>
    </item>
  </channel>
</rss>

