<?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: TCPIP command in openvms 8.2 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041193#M24341</link>
    <description>Andy,&lt;BR /&gt;&lt;BR /&gt;I concur with the comments made by Hoff and John. &lt;BR /&gt;&lt;BR /&gt;I will add that the TCPIP$CONFIGURE.COM command procedure is used for the configuration/re-configuration of the components comprising HP's TCP/IP implementation.&lt;BR /&gt;&lt;BR /&gt;The TCPIP command invokes a utility that allows the control and management of the TCPIP components. Many of the tasks accomplished by TCPIP$CONFIGURE.COM are actually accomplished using the TCPIP utility, the command procedure merely provides a menu-based front end to make it easier to accomplish the configuration process.&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, 19 Apr 2007 07:55:23 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2007-04-19T07:55:23Z</dc:date>
    <item>
      <title>TCPIP command in openvms 8.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041190#M24338</link>
      <description>When I type "tcpip" on the command line, a intepretor "TCPIP&amp;gt;" show up. Can anyone tell me which file is responsible for this command? Is it sys$manager:tcpip$config.com?&lt;BR /&gt;    Thanks!</description>
      <pubDate>Wed, 18 Apr 2007 23:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041190#M24338</guid>
      <dc:creator>andy hua</dc:creator>
      <dc:date>2007-04-18T23:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP command in openvms 8.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041191#M24339</link>
      <description>The TCPIP command verb invokes the TCPIP utility amd provides the primary management interface for TCP/IP Services product.  The command verb triggers the invocation of an executable image.  IIRC, the filename for the executable image is TCPIP$UCP.EXE.&lt;BR /&gt;&lt;BR /&gt;The TCPIP$CONFIG.COM DCL command procedure is a command procedure used to configure and to maintain the TCP/IP Services package, and this procedure performs various associated tasks using various other tools and files, including the TCP/IP Services utility mentioned above.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
      <pubDate>Wed, 18 Apr 2007 23:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041191#M24339</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-04-18T23:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP command in openvms 8.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041192#M24340</link>
      <description>andy,&lt;BR /&gt;&lt;BR /&gt;  To find the image executed by a command verb, in most cases you can use&lt;BR /&gt;&lt;BR /&gt;$ SEARCH SYS$UPDATE:*.CLD &lt;VERB&gt;&lt;BR /&gt;&lt;BR /&gt;This will work for most OpenVMS commands. BUT TCPIP is a layered product, so the CLD isn't saved in SYS$UPDATE. You could dig it out of an installation kit, but an easier way is to use ^T while executing the command:&lt;BR /&gt;&lt;BR /&gt;$ tcpip&lt;BR /&gt;TCPIP&amp;gt; ^T&lt;BR /&gt;VMS100::JOHN 14:43:26 TCPIP$UCP CPU=00:00:05.46 PF=920 IO=13968 MEM=224&lt;BR /&gt;&lt;BR /&gt;Which shows that Hoff's recollection is correct.&lt;BR /&gt;&lt;BR /&gt;In this case you can RUN the image directly and get the same result as the verb, but that's not true for all commands.&lt;BR /&gt;&lt;BR /&gt;$ run sys$system:tcpip$ucp&lt;BR /&gt;TCPIP&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Is there a particular reason you want to know?&lt;/VERB&gt;</description>
      <pubDate>Wed, 18 Apr 2007 23:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041192#M24340</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-04-18T23:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP command in openvms 8.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041193#M24341</link>
      <description>Andy,&lt;BR /&gt;&lt;BR /&gt;I concur with the comments made by Hoff and John. &lt;BR /&gt;&lt;BR /&gt;I will add that the TCPIP$CONFIGURE.COM command procedure is used for the configuration/re-configuration of the components comprising HP's TCP/IP implementation.&lt;BR /&gt;&lt;BR /&gt;The TCPIP command invokes a utility that allows the control and management of the TCPIP components. Many of the tasks accomplished by TCPIP$CONFIGURE.COM are actually accomplished using the TCPIP utility, the command procedure merely provides a menu-based front end to make it easier to accomplish the configuration process.&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, 19 Apr 2007 07:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041193#M24341</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-04-19T07:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP command in openvms 8.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041194#M24342</link>
      <description>Got it, thanks all of you above:)</description>
      <pubDate>Thu, 19 Apr 2007 08:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041194#M24342</guid>
      <dc:creator>andy hua</dc:creator>
      <dc:date>2007-04-19T08:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP command in openvms 8.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041195#M24343</link>
      <description>&lt;BR /&gt;Andy, &lt;BR /&gt;&lt;BR /&gt;Welcome to the itrc forum.&lt;BR /&gt;&lt;BR /&gt;Good to see you have your answer.&lt;BR /&gt;&lt;BR /&gt;But some of us are still curious WHY you wanted to know. What is the real problem you are trying to solve? Maybe we can offer a better solution knowing that.&lt;BR /&gt;&lt;BR /&gt;btw... please consider:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hein.&lt;BR /&gt;[ 0 points for this please ]</description>
      <pubDate>Thu, 19 Apr 2007 09:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041195#M24343</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-04-19T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP command in openvms 8.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041196#M24344</link>
      <description>&amp;gt;&amp;gt;&amp;gt;...To find the image executed by a command verb...&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Personally, I use the VERB utility off the Freeware.  VERB lists out the contents of the CLD tables for the specified command, or for all commands.  VERB is the reverse of the SET COMMAND command; it decompiles the CLD verb tables.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Apr 2007 09:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041196#M24344</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-04-19T09:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP command in openvms 8.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041197#M24345</link>
      <description>Hein.&lt;BR /&gt;    Hi, I am a newbie of OpenVMS, so still have lots of things to get familiar with.&lt;BR /&gt;    People here are all very nice, just like the VMS system:)</description>
      <pubDate>Thu, 19 Apr 2007 09:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041197#M24345</guid>
      <dc:creator>andy hua</dc:creator>
      <dc:date>2007-04-19T09:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP command in openvms 8.2</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041198#M24346</link>
      <description>Problem solved</description>
      <pubDate>Thu, 19 Apr 2007 09:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-command-in-openvms-8-2/m-p/5041198#M24346</guid>
      <dc:creator>andy hua</dc:creator>
      <dc:date>2007-04-19T09:30:27Z</dc:date>
    </item>
  </channel>
</rss>

