<?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: --REGARDING NCL--- in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030961#M82091</link>
    <description>&lt;!--!*#--&gt;The NCL help suggests something like this:&lt;BR /&gt;&lt;BR /&gt;ALP $ mcr ncl loop loopback application name LOCAL:.alp2&lt;BR /&gt;&lt;BR /&gt;Node 0 Loopback Application&lt;BR /&gt;at 2007-02-27-23:39:32.272-06:00I3.316&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Start Time                        = 2007-02-27-23:39:32.247-06:00I3.316&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But you'd better not be in a hurry if the&lt;BR /&gt;fellow at the other end is dead:&lt;BR /&gt;&lt;BR /&gt;ALP $ pipe show time ; mcr ncl loop loopback application name LOCAL:.alpx ; show time&lt;BR /&gt;  27-FEB-2007 23:39:56&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Node 0 Loopback Application&lt;BR /&gt;at 2007-02-27-23:42:40.193-06:00I3.335&lt;BR /&gt;&lt;BR /&gt;command failed due to:&lt;BR /&gt; process failure&lt;BR /&gt;&lt;BR /&gt;The Connection to the remote mirror failed&lt;BR /&gt;    Start Time                        = 2007-02-27-23:39:56.662-06:00I3.318&lt;BR /&gt;    Reason                            = 32869556&lt;BR /&gt;  27-FEB-2007 23:42:40&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Feb 2007 00:43:37 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-02-28T00:43:37Z</dc:date>
    <item>
      <title>--REGARDING NCL---</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030960#M82090</link>
      <description>please help how can i detect  remote  decnet nodes are alive or not from my servers .Is there any ncl commands??&lt;BR /&gt;On our servers OpenVMS 7.3-2 is running and decnet phase V is installed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2007 00:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030960#M82090</guid>
      <dc:creator>Mrityunjoy Kundu</dc:creator>
      <dc:date>2007-02-28T00:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: --REGARDING NCL---</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030961#M82091</link>
      <description>&lt;!--!*#--&gt;The NCL help suggests something like this:&lt;BR /&gt;&lt;BR /&gt;ALP $ mcr ncl loop loopback application name LOCAL:.alp2&lt;BR /&gt;&lt;BR /&gt;Node 0 Loopback Application&lt;BR /&gt;at 2007-02-27-23:39:32.272-06:00I3.316&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Start Time                        = 2007-02-27-23:39:32.247-06:00I3.316&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But you'd better not be in a hurry if the&lt;BR /&gt;fellow at the other end is dead:&lt;BR /&gt;&lt;BR /&gt;ALP $ pipe show time ; mcr ncl loop loopback application name LOCAL:.alpx ; show time&lt;BR /&gt;  27-FEB-2007 23:39:56&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Node 0 Loopback Application&lt;BR /&gt;at 2007-02-27-23:42:40.193-06:00I3.335&lt;BR /&gt;&lt;BR /&gt;command failed due to:&lt;BR /&gt; process failure&lt;BR /&gt;&lt;BR /&gt;The Connection to the remote mirror failed&lt;BR /&gt;    Start Time                        = 2007-02-27-23:39:56.662-06:00I3.318&lt;BR /&gt;    Reason                            = 32869556&lt;BR /&gt;  27-FEB-2007 23:42:40&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2007 00:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030961#M82091</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-02-28T00:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: --REGARDING NCL---</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030962#M82092</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;DECnet will let you look at the adjacencies on the circuits. Do you have any DECnet routing nodes? If so then they will have a list of the adjacencies that they can see too.&lt;BR /&gt;&lt;BR /&gt;Are you using "DECnet over IP" - if so then use TCPIP PING to probe the TCP/IP transpot layers.&lt;BR /&gt;&lt;BR /&gt;Useful NCL commands are:&lt;BR /&gt;&lt;BR /&gt;NCL&amp;gt; SHOW ROUTING CIRCUIT *&lt;BR /&gt;&lt;BR /&gt;NCL&amp;gt; SHOW ROUTING CIRCUIT &lt;CIRCUIT_NAME&gt; ADJACENCY * ALL&lt;BR /&gt;&lt;BR /&gt;Also to do the same thing for a remote node (typically a router such as a DECnis) use the form:&lt;BR /&gt;&lt;BR /&gt;NCL&amp;gt; SHOW NODE &lt;NODE_NAME&gt; ROUTING CIRCUIT ADJACENY * ALL&lt;BR /&gt;&lt;BR /&gt;Another easy way is to hook up a LAN analyser to the local ethernet network and capture packets for a while (longer than HELLO TIMER, which by default in Phase V is 5 minutes [I think] - I usually bring it down to say 30 seconds or less). Assuming that you're using Phase IV compatible addressing then you'll see packets with source addresses of the form AA-00-04-00-xx-yy where xx-yy will give you the DECnet Phase IV address (byte reverse, then convert to decimal, then modulo 1024 gives you the area and the remainder modulo 1024 gives you the number within the area). SCSNODE = &lt;PHASE iv="" area=""&gt; * 1024 + &lt;PHASE iv="" number="" in="" area=""&gt;&lt;BR /&gt;&lt;BR /&gt;This might help with some of the background:&lt;BR /&gt;&lt;A href="http://www.downloads.xdelta.co.uk/vmstjv5%20feb2005/decnet%20article%20vms%20tj%20v5%20feb2005.pdf" target="_blank"&gt;http://www.downloads.xdelta.co.uk/vmstjv5%20feb2005/decnet%20article%20vms%20tj%20v5%20feb2005.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin (&lt;A href="http://www.xdelta.co.uk)." target="_blank"&gt;www.xdelta.co.uk).&lt;/A&gt;&lt;/PHASE&gt;&lt;/PHASE&gt;&lt;/NODE_NAME&gt;&lt;/CIRCUIT_NAME&gt;</description>
      <pubDate>Thu, 01 Mar 2007 06:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030962#M82092</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2007-03-01T06:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: --REGARDING NCL---</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030963#M82093</link>
      <description>Hi kundu,&lt;BR /&gt;&lt;BR /&gt;you can check it very easily if you know decnet address of remote server and you can check decnet address of any system, give command in system prompt&lt;BR /&gt;$&amp;gt;&amp;gt;show net&lt;BR /&gt;Product:  DECNET        Node:  horse                Address(es):  12.23&lt;BR /&gt;Product:  TCP/IP        Node:  horse                Address(es):  10.192.0.23&lt;BR /&gt;&lt;BR /&gt;As per your question now you can check it from another remote server by command&lt;BR /&gt;$&amp;gt;&amp;gt;set host 12.23&lt;BR /&gt;and remote node will connect definately if alive.&lt;BR /&gt;&lt;BR /&gt;Atul Sardana.</description>
      <pubDate>Thu, 01 Mar 2007 16:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030963#M82093</guid>
      <dc:creator>atul sardana</dc:creator>
      <dc:date>2007-03-01T16:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: --REGARDING NCL---</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030964#M82094</link>
      <description>I understand the immediate question (and others have provided entirely valid suggestions), but I might ask your intended purpose here, and whether or not this is a cluster, and if it is feasible to hold open network connections to other nodes.  With some added information around the problem, we might be able to provide a more targeted solution than simply polling a node for reachability.  Polling certainly works, of course.</description>
      <pubDate>Thu, 01 Mar 2007 17:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030964#M82094</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-03-01T17:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: --REGARDING NCL---</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030965#M82095</link>
      <description>And with all questions like this, "alive"&lt;BR /&gt;can mean many things.  Whether DECnet or IP,&lt;BR /&gt;being able to "ping" a node tells you that it&lt;BR /&gt;can do something, but that's not the same as&lt;BR /&gt;telling you that it can do what you want it&lt;BR /&gt;to do.&lt;BR /&gt;&lt;BR /&gt;For example, if you need to know if the Web&lt;BR /&gt;server is operating properly, then try to&lt;BR /&gt;download a Web page.  While some failures&lt;BR /&gt;can stop both from working, "ping" and an&lt;BR /&gt;HTTP download can generally succeed or fail&lt;BR /&gt;independently.  On the DECnet side, SET HOST&lt;BR /&gt;tells you one thing, but not everything.</description>
      <pubDate>Thu, 01 Mar 2007 17:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030965#M82095</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-03-01T17:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: --REGARDING NCL---</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030966#M82096</link>
      <description>You can check if the node is reachable by doing something like :&lt;BR /&gt;$ if f$sea("node::login.com") .nes. "" then ...&lt;BR /&gt;&lt;BR /&gt;Of course your proxy must be well defined then.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 02 Mar 2007 08:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030966#M82096</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-03-02T08:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: --REGARDING NCL---</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030967#M82097</link>
      <description>Thanks...for help me...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Mar 2007 04:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/regarding-ncl/m-p/5030967#M82097</guid>
      <dc:creator>Mrityunjoy Kundu</dc:creator>
      <dc:date>2007-03-05T04:43:54Z</dc:date>
    </item>
  </channel>
</rss>

