<?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: list all known nodes in decnet plus in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980372#M46481</link>
    <description>mcr decnet_register is the method for dealing with DECnet Phase V.&lt;BR /&gt;&lt;BR /&gt;One of the menu options allows you to list all the nodes to a text-readable file.&lt;BR /&gt;&lt;BR /&gt;--Brad</description>
    <pubDate>Fri, 23 May 2003 20:34:22 GMT</pubDate>
    <dc:creator>Bradford Hamilton</dc:creator>
    <dc:date>2003-05-23T20:34:22Z</dc:date>
    <item>
      <title>list all known nodes in decnet plus</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980370#M46479</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am profiling a number of VMS nodes installed with DECnet plus.&lt;BR /&gt;&lt;BR /&gt;I would like to know if there is anything in NCL language equivalent to decnet phase IV command "show known nodes"</description>
      <pubDate>Fri, 23 May 2003 02:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980370#M46479</guid>
      <dc:creator>Patrick_42</dc:creator>
      <dc:date>2003-05-23T02:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: list all known nodes in decnet plus</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980371#M46480</link>
      <description>Hi, try the X-window application, SYS$SYSTEM:NET$MGT, it may provide the answer you seek.</description>
      <pubDate>Fri, 23 May 2003 11:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980371#M46480</guid>
      <dc:creator>Gary Sachs</dc:creator>
      <dc:date>2003-05-23T11:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: list all known nodes in decnet plus</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980372#M46481</link>
      <description>mcr decnet_register is the method for dealing with DECnet Phase V.&lt;BR /&gt;&lt;BR /&gt;One of the menu options allows you to list all the nodes to a text-readable file.&lt;BR /&gt;&lt;BR /&gt;--Brad</description>
      <pubDate>Fri, 23 May 2003 20:34:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980372#M46481</guid>
      <dc:creator>Bradford Hamilton</dc:creator>
      <dc:date>2003-05-23T20:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: list all known nodes in decnet plus</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980373#M46482</link>
      <description>Hello Patrick,&lt;BR /&gt;&lt;BR /&gt;There is a utility called DECNET_MIGRATE to&lt;BR /&gt;convert phase IV command and command procedures&lt;BR /&gt;to phase V standard. See the following example:&lt;BR /&gt;&lt;BR /&gt;$ r sys$update:decnet_migrate&lt;BR /&gt;DECNET_MIGRATE&amp;gt; convert command "SHOW KNOWN NODES"&lt;BR /&gt;&lt;BR /&gt;! *** Converting the following NCP command to NCL:&lt;BR /&gt;!     SHOW KNOWN NODES&lt;BR /&gt;SHOW NODE 0 ROUTING CIRCUIT {{{}}} ADJACENCY * ALL STATUS&lt;BR /&gt;&lt;BR /&gt;DECNET_MIGRATE&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Guy</description>
      <pubDate>Mon, 26 May 2003 04:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980373#M46482</guid>
      <dc:creator>Guy Peleg</dc:creator>
      <dc:date>2003-05-26T04:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: list all known nodes in decnet plus</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980374#M46483</link>
      <description>&lt;BR /&gt;Patrick,&lt;BR /&gt;&lt;BR /&gt;The best answer is to go into MC DECNET_REGISTER, take option 1, and put an * in the nodename location.  That will show you all the nodes that you have "defined".   However, unlike NCP, it will not show you things like remote machines you don't have defined, but are connected to your machine.&lt;BR /&gt;&lt;BR /&gt;As I'm sure you've already discovered, NCL is nothing like NCP.  DECNET_MIGRATE under certain VMS/DECnet-Plus combinations has been known to crash machines.  In addition, the command DECNET_MIGRATE provided will only show you the nodes that are one "hop" away from this machine.  So if you are an end node, it will show you the routers in your area.  If you are a router, it'll show all the nodes you've received a hello message from.&lt;BR /&gt;&lt;BR /&gt;I hope this clarifies the use of DECNET_MIGRATE.  &lt;BR /&gt;&lt;BR /&gt;Connie&lt;BR /&gt;</description>
      <pubDate>Thu, 29 May 2003 21:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980374#M46483</guid>
      <dc:creator>Connie Tate</dc:creator>
      <dc:date>2003-05-29T21:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: list all known nodes in decnet plus</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980375#M46484</link>
      <description>&lt;BR /&gt;NCL&amp;gt;sho sess control known towers &lt;BR /&gt;&lt;BR /&gt;will generate something similar</description>
      <pubDate>Sun, 22 Jun 2003 17:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-all-known-nodes-in-decnet-plus/m-p/2980375#M46484</guid>
      <dc:creator>John Yu_1</dc:creator>
      <dc:date>2003-06-22T17:13:13Z</dc:date>
    </item>
  </channel>
</rss>

