<?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 / Linux in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492734#M67079</link>
    <description>would this book be of help?&lt;BR /&gt;&lt;A href="http://www.amazon.com/exec/obidos/ASIN/1555581552/spyderbyte-20" target="_blank"&gt;http://www.amazon.com/exec/obidos/ASIN/1555581552/spyderbyte-20&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Feb 2005 04:50:32 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2005-02-28T04:50:32Z</dc:date>
    <item>
      <title>UCX / Linux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492731#M67076</link>
      <description>Does someone has a list of ucx commands and their equivallent in Redhat 7.2 Linux ?&lt;BR /&gt;Saves me reading all the man pages.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 24 Feb 2005 09:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492731#M67076</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-02-24T09:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: UCX / Linux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492732#M67077</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;  If you mean TCPIP Services, then:&lt;BR /&gt;&lt;BR /&gt;$ @SYS$MANAGER:TCPIP$DEFINE_COMMANDS&lt;BR /&gt;&lt;BR /&gt;  will define symbols for many Unix style TCPIP utilities. Use them exactly as you would on Linux.&lt;BR /&gt;&lt;BR /&gt;  If you mean "really" UCX, then some of the utilities are there if you look. See if SYS$SYSTEM:UCX$&lt;UNIX-UTILITY-NAME&gt;.EXE is present and use it as a foreign command. For example:&lt;BR /&gt;&lt;BR /&gt;$ nslookup=="$UCX$NSLOOKUP"&lt;BR /&gt;$ nslookup &lt;BR /&gt;&lt;BR /&gt;&lt;/UNIX-UTILITY-NAME&gt;</description>
      <pubDate>Sun, 27 Feb 2005 14:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492732#M67077</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-02-27T14:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: UCX / Linux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492733#M67078</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;I am afraid that Wim needs the oposite. He knows how to manage UCX and wants the equivalent commands on Linux.&lt;BR /&gt;&lt;BR /&gt;Wim,&lt;BR /&gt;&lt;BR /&gt;Maybe looking at the TCPIP Tuning and Troubleshooting manual&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/732final/6631/6631pro.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/732final/6631/6631pro.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you can find some references. The tcpip management on Linux is not concentrated in one program (as UCX or TCPIP on VMS) but you have many programs and files. For example:&lt;BR /&gt;UCX&amp;gt; SET HOST name /ADDRESS=&lt;BR /&gt;is done with editing the /etc/hosts file on Linux. Most of the services are managed thru the xinetd (or inetd on older versions) daemon, which is configured with many files which are in /etc/xinetd.d.&lt;BR /&gt;Routes and gateways are configured with the route command, but this is volatile and if you want to make this permanent you must modify the scripts which are int /etc/sysconfig.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 28 Feb 2005 03:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492733#M67078</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-02-28T03:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: UCX / Linux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492734#M67079</link>
      <description>would this book be of help?&lt;BR /&gt;&lt;A href="http://www.amazon.com/exec/obidos/ASIN/1555581552/spyderbyte-20" target="_blank"&gt;http://www.amazon.com/exec/obidos/ASIN/1555581552/spyderbyte-20&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Feb 2005 04:50:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492734#M67079</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-02-28T04:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: UCX / Linux</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492735#M67080</link>
      <description>&lt;A href="http://www.tldp.org/HOWTO/VMS-to-Linux-HOWTO/index.html" target="_blank"&gt;http://www.tldp.org/HOWTO/VMS-to-Linux-HOWTO/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is not what I was looking for but it may be interresting to others.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 03 Mar 2005 03:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-linux/m-p/3492735#M67080</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-03-03T03:37:56Z</dc:date>
    </item>
  </channel>
</rss>

