<?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 too few servers message in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377509#M47777</link>
    <description>Antonio,&lt;BR /&gt;&lt;BR /&gt;Uwe's solution DOES stop the repeating messages, after maybe a few between starting it and stopping it again.&lt;BR /&gt;&lt;BR /&gt;The way to PREVENT it from starting is a SYSTEM_WIDE, logical name NET$DISABLE_DTSS, with any TRUE value.&lt;BR /&gt;&lt;BR /&gt;Define this logical sufficiently EARLY in the bootstrap, ie, in NET$LOGICALS.COM&lt;BR /&gt;&lt;BR /&gt;As the name suggests, this disables DTSS startup.&lt;BR /&gt;&lt;BR /&gt;--- This becomes especially vital if NTP will be used, as is becoming ever more the case in environments where NOT all systems are running DECnet   :-(&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jan</description>
    <pubDate>Mon, 13 Sep 2004 06:34:52 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2004-09-13T06:34:52Z</dc:date>
    <item>
      <title>DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377501#M47769</link>
      <description>After upgraded decnet from IV to V I see on console periodically a message like:&lt;BR /&gt;DTSS too few servers detected&lt;BR /&gt; &lt;BR /&gt;Reading documentation I understand system can't try a datatime server.&lt;BR /&gt;How I can solve?&lt;BR /&gt;May I set this server as DTSS server?&lt;BR /&gt;May I set old server (with decnet IV) as clerk?&lt;BR /&gt; &lt;BR /&gt;Every help will be appreciated.&lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2004 04:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377501#M47769</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-09-13T04:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377502#M47770</link>
      <description>I never needed a DTSS, so I put this in SYSTARTUP_VMS:&lt;BR /&gt;&lt;BR /&gt;$ run SYS$SYSTEM:NCL&lt;BR /&gt;DISABLE DTSS&lt;BR /&gt;DELETE DTSS&lt;BR /&gt;EXIT&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;It is possible that you can prevent the start of DTSS through a logical name these days, but I haven't seen a Ph IV system for some time now.</description>
      <pubDate>Mon, 13 Sep 2004 04:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377502#M47770</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-09-13T04:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377503#M47771</link>
      <description>Each dtss clerk (client) is looking for servers to sync with. You can see how many its looking for with &lt;BR /&gt;MCR NCL SHOW DTSS SERVERS REQUIRED.&lt;BR /&gt;Its usually 3. It looks on the local lan. If you do have some DTSS servers elsewhere you can added them to SYS$MANAGER:DTSS$CONFIG.DAT as "Global DECNET DOMAIN:.a.b.c"&lt;BR /&gt;&lt;BR /&gt;You can reduce the servers required although 3 is best. You can setup DECnet/Plus system as a server. You can turn off DTSS and use NTP. It depends on your setup.</description>
      <pubDate>Mon, 13 Sep 2004 04:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377503#M47771</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-13T04:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377504#M47772</link>
      <description>Antonio,&lt;BR /&gt;&lt;BR /&gt;Setting this server as a DTSS server will not solve yours problem. It needs almost 3 time servers to work properly. So Uves solution will be better (I use the same when DECnet V is needed, I like much more IV)&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 13 Sep 2004 04:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377504#M47772</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-09-13T04:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377505#M47773</link>
      <description>Antonio,&lt;BR /&gt;&lt;BR /&gt;The message normally includes "Number detected" and "Number required". If you only did an upgrade, the configured number required probably changed. Compare with another node (mc ncl sho dts ser req).&lt;BR /&gt;&lt;BR /&gt;If number detected is zero, you might have network problems.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 13 Sep 2004 04:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377505#M47773</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-13T04:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377506#M47774</link>
      <description>Hi,&lt;BR /&gt;If I understand DTSS give distribution of time server across network.&lt;BR /&gt;Used Uwe's command to avoid message.&lt;BR /&gt; &lt;BR /&gt;may I set this as DTSS server?&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2004 04:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377506#M47774</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-09-13T04:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377507#M47775</link>
      <description>DTSS is a way of syncronising time amonst distributed systems. You can set your system to be a DTSS server. However by default systems are looking for three servers so this probably won't stop the message. By disabling DTSS you can stop the message but then should use someother form of time syncronisation. You can permenantly disable DTSS by renaming/removing SYS$MANAGER:NET$DTSS*.NCL</description>
      <pubDate>Mon, 13 Sep 2004 05:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377507#M47775</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-13T05:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377508#M47776</link>
      <description>Uwes command disables DTSS completely.&lt;BR /&gt;Check *dts*.ncl in sys$manager to adjust the config (empty it when needed). But are you using dtss on your site or not ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 13 Sep 2004 06:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377508#M47776</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-13T06:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377509#M47777</link>
      <description>Antonio,&lt;BR /&gt;&lt;BR /&gt;Uwe's solution DOES stop the repeating messages, after maybe a few between starting it and stopping it again.&lt;BR /&gt;&lt;BR /&gt;The way to PREVENT it from starting is a SYSTEM_WIDE, logical name NET$DISABLE_DTSS, with any TRUE value.&lt;BR /&gt;&lt;BR /&gt;Define this logical sufficiently EARLY in the bootstrap, ie, in NET$LOGICALS.COM&lt;BR /&gt;&lt;BR /&gt;As the name suggests, this disables DTSS startup.&lt;BR /&gt;&lt;BR /&gt;--- This becomes especially vital if NTP will be used, as is becoming ever more the case in environments where NOT all systems are running DECnet   :-(&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Mon, 13 Sep 2004 06:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377509#M47777</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-09-13T06:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377510#M47778</link>
      <description>Ian, Wim,&lt;BR /&gt;found NET$DTSS_CLERK_STARTUP.NCL so I guess my system start as clerk. Reading into it I saw syntax to I tried issue follow command:&lt;BR /&gt;$ MC NCL CREATE DTSS TYPE SERVER&lt;BR /&gt;System answered me:&lt;BR /&gt;%NCL-E-CMLSENDFAILED, error sending command request&lt;BR /&gt;-CML-E-EMAAPROB, error returned from VMS EMA agent&lt;BR /&gt;-NCL-E-ENTCLSNOTSUPP, entity class not supported&lt;BR /&gt; &lt;BR /&gt;Jan,&lt;BR /&gt;not system logical found; I've only NET$LOGICALS.TEMPLATE in my system.&lt;BR /&gt; &lt;BR /&gt;I never used DTSS service (because I never used Decnet V); now in my mind, using this service I can set one host as time server; isn't true?&lt;BR /&gt;Because I want understand how this work, I prefer set this one as unique time server (vms V7.3-2, decnet V) while old server (vms V6.2, decnet IV) become client (clerk).&lt;BR /&gt;If old server cannot work as client, I'm avaiable to install decnet V on it.&lt;BR /&gt;I'm convinced unique time server is secure but I will understand how this work and I will practise decnet V.&lt;BR /&gt; &lt;BR /&gt;Thank you&lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2004 07:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377510#M47778</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-09-13T07:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377511#M47779</link>
      <description>Antonio,&lt;BR /&gt;before you try out the DTSS server, I suggest you check your DECnet license. I _think_ you need a full function (DVNETRTG or DVNETEXT) license for this.</description>
      <pubDate>Mon, 13 Sep 2004 07:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377511#M47779</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-09-13T07:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377512#M47780</link>
      <description>Antonio&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;not system logical found; I've only NET$LOGICALS.TEMPLATE in my system&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;That file is exactly what the name suggests: a template with a lot of DECnet steering logicals.&lt;BR /&gt;&lt;BR /&gt;If you want/need ANY network function to be somewhat other than the default, THEN you copy the .TEMPLATE to .COM, and make the adjustment.&lt;BR /&gt;Most functions are already there, just commented out.&lt;BR /&gt;DTSS disable you will have to add yourself.&lt;BR /&gt;&lt;BR /&gt;And yes, DECnet V (or Plus, as I think is today's name) has A LOT of functionality, with A LOT of not-so-easy syntax. It allows for A LOT of 'fun'.&lt;BR /&gt;&lt;BR /&gt;Success&lt;BR /&gt;Jan</description>
      <pubDate>Mon, 13 Sep 2004 07:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377512#M47780</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-09-13T07:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377513#M47781</link>
      <description>Uwe,&lt;BR /&gt;thank you for warning.&lt;BR /&gt;I received from HP a lot of license (time limited) as software development, so I'm learning about some new software (as Decnet V). On new server I've installed both licenses. I prefer leave old server as is (because it's production server) while new server is only for testing.&lt;BR /&gt; &lt;BR /&gt;Jan,&lt;BR /&gt;I'm reading NET$LOGICALS.TEMPLATE to understand something about DTSS.&lt;BR /&gt; &lt;BR /&gt;Tahnk you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2004 07:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377513#M47781</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-09-13T07:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377514#M47782</link>
      <description>Antonio,&lt;BR /&gt;&lt;BR /&gt;This is a known issue and to eliminate these messages you can add this line to your systartup_vms.com file&lt;BR /&gt;&lt;BR /&gt;$ mcr ncl block event dispatcher outbound stream local_stream global filter ((Node, DTSS), Too Few Servers Detected)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Mohamed</description>
      <pubDate>Mon, 13 Sep 2004 07:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377514#M47782</guid>
      <dc:creator>Mohamed  K Ahmed</dc:creator>
      <dc:date>2004-09-13T07:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377515#M47783</link>
      <description>Mohamed,&lt;BR /&gt;&lt;BR /&gt;That isn't a solution. It simply removes the message but the software is still detecting it.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 13 Sep 2004 08:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377515#M47783</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-13T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377516#M47784</link>
      <description>Wim,&lt;BR /&gt;I didn't say it is a solution, I said "to eliminate this message"&lt;BR /&gt;&lt;BR /&gt;If I can just find the document that talks about this I will post a solution, I know I have it somewhere...&lt;BR /&gt;&lt;BR /&gt;Mohamed</description>
      <pubDate>Mon, 13 Sep 2004 08:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377516#M47784</guid>
      <dc:creator>Mohamed  K Ahmed</dc:creator>
      <dc:date>2004-09-13T08:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377517#M47785</link>
      <description>See also NET$EVENT_LOCAL.TEMPLATE&lt;BR /&gt;&lt;BR /&gt;Often now its a IP only network so disable DTSS  has described and config NTP instead.</description>
      <pubDate>Mon, 13 Sep 2004 08:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377517#M47785</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-13T08:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377518#M47786</link>
      <description>This comes from the OpenVMS Ask the Wizard section on the hp.com website&lt;BR /&gt;&lt;BR /&gt;You have apparently chosen DECdtss and DECnet-Plus while upgrading, and you do not&lt;BR /&gt;have any DECdtss time servers configured.&lt;BR /&gt; &lt;BR /&gt;You can configure a DECdtss time server per the DECdtss documentation, you can disable reporting these messages, you can disable DECdtss, or you can downgrade to DECnet Phase IV.&lt;BR /&gt; &lt;BR /&gt;To disable DECdtss on the local node, use the commands:&lt;BR /&gt; &lt;BR /&gt;$ run sys$system:ncl&lt;BR /&gt;ncl&amp;gt; disable dtss&lt;BR /&gt;ncl&amp;gt; delete dtss&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2004 08:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377518#M47786</guid>
      <dc:creator>Mohamed  K Ahmed</dc:creator>
      <dc:date>2004-09-13T08:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377519#M47787</link>
      <description>Well, Mohammed, I thought I suggested that a few hours ago...</description>
      <pubDate>Mon, 13 Sep 2004 08:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377519#M47787</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-09-13T08:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: DTSS too few servers message</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377520#M47788</link>
      <description>Please disregard my last posting, here is what I meant:&lt;BR /&gt;&lt;BR /&gt;This comes from the OpenVMS Ask the Wizard section on the hp.com website&lt;BR /&gt;&lt;BR /&gt;You have apparently chosen DECdtss and DECnet-Plus while upgrading, and you do not&lt;BR /&gt;have any DECdtss time servers configured.&lt;BR /&gt;&lt;BR /&gt;You can configure a DECdtss time server per the DECdtss documentation, you can disable reporting these messages, you can disable DECdtss, or you can downgrade to DECnet Phase IV.&lt;BR /&gt;&lt;BR /&gt;To disable DECdtss on the local node, use the commands that Uwe mentioned a few hours ago  !!</description>
      <pubDate>Mon, 13 Sep 2004 08:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dtss-too-few-servers-message/m-p/3377520#M47788</guid>
      <dc:creator>Mohamed  K Ahmed</dc:creator>
      <dc:date>2004-09-13T08:44:22Z</dc:date>
    </item>
  </channel>
</rss>

