<?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: UCX Programming UDP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ucx-programming-udp/m-p/4077838#M55535</link>
    <description>&amp;gt; The node/port is declared as UNREACHABLE.&lt;BR /&gt;&lt;BR /&gt;Who declares this, and how?  Actual code and&lt;BR /&gt;actual status values might be more helpful&lt;BR /&gt;than colorful but vague descriptions.&lt;BR /&gt;&lt;BR /&gt;Do other network operations (ping, Telnet,&lt;BR /&gt;traceroute, ...) between these systems work&lt;BR /&gt;or fail?  (Actual commands with actual&lt;BR /&gt;output this time?)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is the UCX version 4.0 the main reason for&lt;BR /&gt;&amp;gt; that [...]&lt;BR /&gt;&lt;BR /&gt;Probably depends on exactly what "that" is.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; To which version?&lt;BR /&gt;&lt;BR /&gt;Probably depends on where you plan to put it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Where can I get it?&lt;BR /&gt;&lt;BR /&gt;Probably depends on what it is.  HP still&lt;BR /&gt;sells its products, I believe.  Other folks&lt;BR /&gt;sell theirs.</description>
    <pubDate>Thu, 27 Sep 2007 21:23:34 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-09-27T21:23:34Z</dc:date>
    <item>
      <title>UCX Programming UDP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-programming-udp/m-p/4077836#M55533</link>
      <description>I got a problem with UCX. The communication (QIO) to a Windows XP system is not possible. The node/port is declared as UNREACHABLE.&lt;BR /&gt;The same program is working fine with a DOS box. &lt;BR /&gt;Is the UCX version 4.0 the main reason for that (as I expect). Do I have to upgrade the system? To which version? Where can I get it?&lt;BR /&gt;Any input is appreciated.</description>
      <pubDate>Thu, 27 Sep 2007 20:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-programming-udp/m-p/4077836#M55533</guid>
      <dc:creator>Indiana Jones</dc:creator>
      <dc:date>2007-09-27T20:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Programming UDP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-programming-udp/m-p/4077837#M55534</link>
      <description>Indiana,&lt;BR /&gt;&lt;BR /&gt;  IP is IP, it shouldn't matter what stack you're using to get basic stuff like reachability. That said, UCX 4.0 is very old, so it's probably a good idea to upgrade to a more recent version. You haven't mentioned what version of OpenVMS you're running, so I can't say what you should be looking for.&lt;BR /&gt;&lt;BR /&gt;  Kits are on the consolidated distribution, or (for TCPIP), on the layered products disk distributed with OpenVMS kits.&lt;BR /&gt;&lt;BR /&gt;  I'd be interested to see a program using $QIO that runs on a DOS system! Try some basic checks like: &lt;BR /&gt;&lt;BR /&gt;$ UCX PING target-host&lt;BR /&gt;$ TELNET target-host&lt;BR /&gt;&lt;BR /&gt;to see if your problem is systemic (ie: nothing works), or something specific to your program (the above will succeed to some extend, but your program still fails).</description>
      <pubDate>Thu, 27 Sep 2007 21:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-programming-udp/m-p/4077837#M55534</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-09-27T21:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Programming UDP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-programming-udp/m-p/4077838#M55535</link>
      <description>&amp;gt; The node/port is declared as UNREACHABLE.&lt;BR /&gt;&lt;BR /&gt;Who declares this, and how?  Actual code and&lt;BR /&gt;actual status values might be more helpful&lt;BR /&gt;than colorful but vague descriptions.&lt;BR /&gt;&lt;BR /&gt;Do other network operations (ping, Telnet,&lt;BR /&gt;traceroute, ...) between these systems work&lt;BR /&gt;or fail?  (Actual commands with actual&lt;BR /&gt;output this time?)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is the UCX version 4.0 the main reason for&lt;BR /&gt;&amp;gt; that [...]&lt;BR /&gt;&lt;BR /&gt;Probably depends on exactly what "that" is.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; To which version?&lt;BR /&gt;&lt;BR /&gt;Probably depends on where you plan to put it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Where can I get it?&lt;BR /&gt;&lt;BR /&gt;Probably depends on what it is.  HP still&lt;BR /&gt;sells its products, I believe.  Other folks&lt;BR /&gt;sell theirs.</description>
      <pubDate>Thu, 27 Sep 2007 21:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-programming-udp/m-p/4077838#M55535</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-09-27T21:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Programming UDP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-programming-udp/m-p/4077839#M55536</link>
      <description>Indiana Jones,&lt;BR /&gt;&lt;BR /&gt;As has been mentioned, does PING and/or TRACEROUTE work? "Unreachable" implies a problem with either the specification of the network address or the underlying specification of the interfaces access to the network. More details about the network and the configuration of the interfaces (including IP address, subnet mask, gateway address, and any specified routes) would be extremely helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 27 Sep 2007 22:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-programming-udp/m-p/4077839#M55536</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-09-27T22:41:18Z</dc:date>
    </item>
  </channel>
</rss>

