<?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: Disabling DECnet Plus from starting. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171363#M50768</link>
    <description>I tried adding &lt;BR /&gt;&lt;BR /&gt;$ IF F$TRNLNM("NET$IGNORE_DECNET") .NES. "" THEN EXIT&lt;BR /&gt;&lt;BR /&gt;To SYS$COMMON:[SYS$STARTUP]SYS$NET_SERVICES_DECNET.COM&lt;BR /&gt;&lt;BR /&gt;However we do a &lt;BR /&gt;&lt;BR /&gt;DEFINE/SYSTEM IGNORE_DECNET TRUE&lt;BR /&gt;&lt;BR /&gt;in sys$manager:net$logicals.com &lt;BR /&gt;&lt;BR /&gt;Which I assume gets called after &lt;BR /&gt;&lt;BR /&gt;SYS$COMMON:[SYS$STARTUP]SYS$NET_SERVICES_DECNET.COM&lt;BR /&gt;&lt;BR /&gt;is run.&lt;BR /&gt;&lt;BR /&gt;By putting $EXIT at the top of &lt;BR /&gt;&lt;BR /&gt;SYS$COMMON:[SYS$STARTUP]SYS$NET_SERVICES_DECNET.COM&lt;BR /&gt;&lt;BR /&gt;We do not get any DECnet details on SHOW NETWORK.&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
    <pubDate>Fri, 23 Jan 2004 07:06:44 GMT</pubDate>
    <dc:creator>Rob Kersey</dc:creator>
    <dc:date>2004-01-23T07:06:44Z</dc:date>
    <item>
      <title>Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171355#M50760</link>
      <description>We currently have DECnet Plus (DEC AXPVMS DECNET_OSI V7.3-2) installed.&lt;BR /&gt;&lt;BR /&gt;We would like to disable this from starting as it is another layered product we do not wish to use as we have IP.&lt;BR /&gt;&lt;BR /&gt;I have looked in SYS$MANAGER:SYSTARTUP_VMS.COM but can only see the option to disable DECnet from starting, not DECnet Plus.&lt;BR /&gt;&lt;BR /&gt;Would SYS$NODE logical be defined as it is not currently!&lt;BR /&gt;&lt;BR /&gt;A closer investigation into sys$manager:startup.com I found:&lt;BR /&gt;&lt;BR /&gt;$p1 = f$extract(stdrv$i+1,f$locate(",",f$extract(stdrv$i+1,999,stdrv$requests)),stdrv$requests)&lt;BR /&gt;$if P1.EQS."NETWORK"&lt;BR /&gt;$then&lt;BR /&gt;$if f$search("SYS$STARTUP:NET$STARTUP.COM").NES."" then -&lt;BR /&gt;$ @SYS$STARTUP:NET$STARTUP "''p1'" "''p2'" "''p3'" "''p4'" "''p5'" "''p6'" "''p7'" "''p8'"&lt;BR /&gt;$exit&lt;BR /&gt;&lt;BR /&gt;So we have renamed NET$STARTUP.COM to NET$STARTUP1.COM.&lt;BR /&gt;&lt;BR /&gt;This seem to have stopped DECnet Plus from starting up, althought a SHOW NET still shows DECnet. I feel it is not the correct way to do it.&lt;BR /&gt;&lt;BR /&gt;A closer look in the DECnet-Plus for OpenVMS&lt;BR /&gt;Network Management manual says that we could define NET$IGNORE_DECNET   TRUE in SYS$MANAGER:NET$LOGICALS.COM &lt;BR /&gt;&lt;BR /&gt;Would this be the better/cleaner/official way of disabling DECnet plus to get a cleaner bowl?</description>
      <pubDate>Thu, 22 Jan 2004 13:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171355#M50760</guid>
      <dc:creator>Rob Kersey</dc:creator>
      <dc:date>2004-01-22T13:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171356#M50761</link>
      <description>I think NET$IGNORE_DECNET is the way to go. &lt;BR /&gt;See &lt;A href="http://h71000.www7.hp.com/doc/73final/6499/6499pro_008.html#index_x_276" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/6499/6499pro_008.html#index_x_276&lt;/A&gt;</description>
      <pubDate>Thu, 22 Jan 2004 13:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171356#M50761</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-01-22T13:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171357#M50762</link>
      <description>Hi Rob,&lt;BR /&gt;here there is the documentation page for your interest &lt;A href="http://h71000.www7.hp.com/doc/73final/6499/6499pro_008.html#log_names_start" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/6499/6499pro_008.html#log_names_start&lt;/A&gt;&lt;BR /&gt;It seem you have:&lt;BR /&gt;$ DEFINE/SYSTEM NET$IGNORE_DECNET TRUE&lt;BR /&gt;before command NET$STARTUP in SYSTARTUP_VMS.COM.&lt;BR /&gt; &lt;BR /&gt;Bye&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2004 13:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171357#M50762</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-01-22T13:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171358#M50763</link>
      <description>DEFINE/SYSTEM NET$IGNORE_DECNET TRUE in SYS$MANAGER:NET$LOGICALS.COM &lt;BR /&gt;&lt;BR /&gt;Seems to have had exactly the same effect as renaming net$startup.com to net$startup1.com (As expected I suppose).&lt;BR /&gt;&lt;BR /&gt;Although DECnet still shows up on a $SHOW NET.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2004 14:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171358#M50763</guid>
      <dc:creator>Rob Kersey</dc:creator>
      <dc:date>2004-01-22T14:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171359#M50764</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;  The SHOW NET command reflects what's been defined with the SET NETWORK command. It's a kind of data base stored in logical names which are used by START/NETWORK, STOP/NETWORK, SHOW NETWORK etc...&lt;BR /&gt;&lt;BR /&gt;(See HELP SET NETWORK and SHOW LOGICAL SYS$NET_SERVICE*. This is an "open" mechanism which you're free to find a use for ;-)&lt;BR /&gt;&lt;BR /&gt;  The command procedure SYS$STARTUP:SYS$NET_SERVICES.COM just looks for files called SYS$STARTUP:SYS$NET_SERVICES_*.COM and executes any that are found. You have a procedure "_DECNET.COM" which defines the DECnet network. Since it doesn't have any code to check NET$IGNORE_DECNET, it will be executed. This is a shortcoming, which I'll feed back to the DECnet folk.&lt;BR /&gt;&lt;BR /&gt;  In the mean time, you can use SET NETWORK/REMOVE to delete the DECnet entry from the data base.&lt;BR /&gt;&lt;BR /&gt;  Cleaner, but unsupported, you could RENAME the file, or add the line:&lt;BR /&gt;&lt;BR /&gt;$ IF F$TRNLNM("NET$IGNORE_DECNET").NES."" THEN EXIT&lt;BR /&gt;&lt;BR /&gt;at the top of the procedure.</description>
      <pubDate>Thu, 22 Jan 2004 20:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171359#M50764</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-01-22T20:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171360#M50765</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;In this case I will simply put $EXIT on the first line of both NET$STARTUP.COM &amp;amp; SYS$NET_SERVICES_DECNET.COM.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Fri, 23 Jan 2004 03:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171360#M50765</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-01-23T03:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171361#M50766</link>
      <description>remember that DECnet/Plus is started earlier than SYSTARTUP_VMS.COM&lt;BR /&gt;I would define the logical and add the suggested line in the net services command file  to check it.</description>
      <pubDate>Fri, 23 Jan 2004 04:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171361#M50766</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-01-23T04:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171362#M50767</link>
      <description>SYS$NODE is only defined when decnet is up. In fact, the shutdown is only done when it exists. To have NO shutdown, define shutdown$decnet_minutes as -1 (t.i. never).&lt;BR /&gt;&lt;BR /&gt;Note that lots of programs use sys$node so it might be best to define it by hand.</description>
      <pubDate>Fri, 23 Jan 2004 05:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171362#M50767</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-01-23T05:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171363#M50768</link>
      <description>I tried adding &lt;BR /&gt;&lt;BR /&gt;$ IF F$TRNLNM("NET$IGNORE_DECNET") .NES. "" THEN EXIT&lt;BR /&gt;&lt;BR /&gt;To SYS$COMMON:[SYS$STARTUP]SYS$NET_SERVICES_DECNET.COM&lt;BR /&gt;&lt;BR /&gt;However we do a &lt;BR /&gt;&lt;BR /&gt;DEFINE/SYSTEM IGNORE_DECNET TRUE&lt;BR /&gt;&lt;BR /&gt;in sys$manager:net$logicals.com &lt;BR /&gt;&lt;BR /&gt;Which I assume gets called after &lt;BR /&gt;&lt;BR /&gt;SYS$COMMON:[SYS$STARTUP]SYS$NET_SERVICES_DECNET.COM&lt;BR /&gt;&lt;BR /&gt;is run.&lt;BR /&gt;&lt;BR /&gt;By putting $EXIT at the top of &lt;BR /&gt;&lt;BR /&gt;SYS$COMMON:[SYS$STARTUP]SYS$NET_SERVICES_DECNET.COM&lt;BR /&gt;&lt;BR /&gt;We do not get any DECnet details on SHOW NETWORK.&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Fri, 23 Jan 2004 07:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171363#M50768</guid>
      <dc:creator>Rob Kersey</dc:creator>
      <dc:date>2004-01-23T07:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171364#M50769</link>
      <description>I just tested the boot without decnet. DECW normally shows sys$node_fullname (LOCAL:.xxx) in the login box and without decnet simply xxx (the logical sys$node_fullname is gone).&lt;BR /&gt;SYS$NODE is indeed gone too.&lt;BR /&gt;&lt;BR /&gt;But I find a difference in time logicals. SYS$TIMEZONE_NAME, SYS$TIMEZONE_RULE and SYS$TIMEZONE_DAYLIGHT_SAVING are gone and SYS$TIMEZONE_DIFFERENTIAL is 7200 instead of 3600.&lt;BR /&gt;&lt;BR /&gt;Is this normal ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2004 07:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171364#M50769</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-01-23T07:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171365#M50770</link>
      <description>re timezone - what does @SYS$MANAGER:UTC$TIME_SETUP.COM say your time zone info is?</description>
      <pubDate>Fri, 23 Jan 2004 08:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171365#M50770</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-01-23T08:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171366#M50771</link>
      <description>Ian : with decnet back up : DTSS in use.&lt;BR /&gt;&lt;BR /&gt;Could it be that there is a bad config active when dtss is not used ?</description>
      <pubDate>Fri, 23 Jan 2004 08:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171366#M50771</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-01-23T08:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171367#M50772</link>
      <description>Hello again Wim.&lt;BR /&gt;&lt;BR /&gt;Prevent DTSS from starting:&lt;BR /&gt;&lt;BR /&gt;In SYS$STARTUP:NET$LOGICALS.COM you will have to define  NET$DISABLE_DTSS  as TRUE&lt;BR /&gt;(in the SYSTEM table).&lt;BR /&gt;&lt;BR /&gt;That will prevent DTSS starting.&lt;BR /&gt;Make sure to use NET$logicals, because otherwise you will serve your mustard after the meal is eaten.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Fri, 23 Jan 2004 08:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171367#M50772</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-01-23T08:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171368#M50773</link>
      <description>the timezone stuff is now part of VMS (from V7.3 was lifted from DTSS). &lt;BR /&gt;If you do  &lt;BR /&gt;@SYS$COMMON:[SYSMGR]UTC$time_setup.com show&lt;BR /&gt;&lt;BR /&gt;what does it show</description>
      <pubDate>Fri, 23 Jan 2004 10:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171368#M50773</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-01-23T10:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171369#M50774</link>
      <description>&amp;gt; We currently have DECnet Plus (DEC AXPVMS &amp;gt;DECNET_OSI V7.3-2) installed.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;We would like to disable this from starting as &amp;gt;it is another layered product we do not wish &amp;gt;to use as we have IP.&lt;BR /&gt;&lt;BR /&gt;I've been reading this thread with some interest - allow me to ask a naive question:&lt;BR /&gt;&lt;BR /&gt;What forces you to use DECnet?  Is there something in your system or application that is actively using DECnet?  If so, is there any way to stop the system/app from using it?&lt;BR /&gt;&lt;BR /&gt;Put another way, if you don't like DECnet, don't use it - I don't think you need to.  Trying to get rid of DECnet may cause you more problems than just leaving it alone.&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Jan 2004 08:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171369#M50774</guid>
      <dc:creator>Bradford Hamilton_1</dc:creator>
      <dc:date>2004-01-24T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171370#M50775</link>
      <description>&amp;gt; Trying to get rid of DECnet may cause you more problems than just leaving it alone. &lt;BR /&gt;&lt;BR /&gt;meaning: de-install (PROD REMOVE) ??&lt;BR /&gt;&lt;BR /&gt;Well, you WILL run into problems. I tried that, and after that:&lt;BR /&gt;- all kinds of cluster trouble&lt;BR /&gt;- Even TCPIP didn't work anymore&lt;BR /&gt;&lt;BR /&gt;Solution: Remove ALL .NCP and .NCL procedures and ree-installed DECNet.&lt;BR /&gt;&lt;BR /&gt;So: DON't de-install. Removal of above files &lt;BR /&gt;may help to prevent DECNet actually starting.</description>
      <pubDate>Sun, 25 Jan 2004 11:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171370#M50775</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-01-25T11:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171371#M50776</link>
      <description>DECnet engineering have been formally informed of this issue. It's been acknowledged and will be addressed it in a future version or ECO.&lt;BR /&gt;&lt;BR /&gt;Keep your eyes on the release notes.</description>
      <pubDate>Wed, 28 Jan 2004 20:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171371#M50776</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-01-28T20:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171372#M50777</link>
      <description>John,&lt;BR /&gt;    which issue has been formally reported?</description>
      <pubDate>Thu, 29 Jan 2004 04:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171372#M50777</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-01-29T04:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171373#M50778</link>
      <description>Bradford : no decnet means&lt;BR /&gt;1) no copies in the format node::file unless the badly working /ftp&lt;BR /&gt;2) certain applications may no longer work. You must test everything.&lt;BR /&gt;3) no task to task (if used by applications)&lt;BR /&gt;4) if you use TCP : also check all tcp drp settings and test them (keepalive, retransmit timeout, TIME_WAIT sockets, etc)&lt;BR /&gt;5) etc&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2004 11:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171373#M50778</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-01-29T11:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling DECnet Plus from starting.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171374#M50779</link>
      <description>Leave it alone...&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2005 23:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disabling-decnet-plus-from-starting/m-p/3171374#M50779</guid>
      <dc:creator>Tony Naidoo</dc:creator>
      <dc:date>2005-01-11T23:46:48Z</dc:date>
    </item>
  </channel>
</rss>

