<?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 TCPIP$CONFIG Questions/Issues in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-config-questions-issues/m-p/5217503#M58992</link>
    <description>Gentlemen,&lt;BR /&gt;&lt;BR /&gt;Am having a problem running TCPIP$CONFIG. Running VMS 8.3 on Alpha.&lt;BR /&gt;&lt;BR /&gt;Here's the deal. After completing this initial configuration of the server, I wanted to change the Host Name of this server before having it added into DNS by our newtork people.&lt;BR /&gt;So I ran TCPIP$CONFIG, bu instead of just going into #2 Interfaces and just changing the name, I deleted the configuration from in there and deleted the name.&lt;BR /&gt;&lt;BR /&gt;But here's the major problem now. Whenever I try to run TCPIP$CONFIG, when I do the 5 options: #1 Domain - # 2 Interfaces #3 Routing, #4 Bind and #5 Time Zone, it won't let me do #2 Interfaces. Kicks me out with following error after it brings up the Interface &amp;amp; Address Configuration Menu:&lt;BR /&gt;&lt;BR /&gt;%DCL-W-NOQUAL, qualifiers not allowed - supply only verb and parameters \JOB\&lt;BR /&gt;&lt;BR /&gt;Then it kicks me to DCL.&lt;BR /&gt;&lt;BR /&gt;So I tried to config the interface directly thru UCX with the SET INTERFACE we0 and SET COFIG INTERFACE we0 commands. It took these one time and I was able to telnet in and out of that box. But by the time I got back to my desk, it would not let me telnet into the box.&lt;BR /&gt;&lt;BR /&gt;I rebooted system,and since then it only kept the info set up by the SET CONFIG INTERFACE WE0 but when I try to do a SET INTERFACE WE0, it tells me  the internet driver is not loaded.&lt;BR /&gt;&lt;BR /&gt;So seems as tho I've got 2 different issues here.&lt;BR /&gt;&lt;BR /&gt;Has anyone ever had problems with the menu like I explained above? If yes, what did you do to fix? I have not loaded any patches on this system yet, so I need to download the latest one, but at this point, I guess I'll have to download to another system and either xfer it by tape or Decnet, which I have not set up yet.&lt;BR /&gt;&lt;BR /&gt;PLEASE HELP!!!&lt;BR /&gt;&lt;BR /&gt;Warren</description>
    <pubDate>Wed, 06 Jan 2010 18:18:13 GMT</pubDate>
    <dc:creator>Warren G Landrum</dc:creator>
    <dc:date>2010-01-06T18:18:13Z</dc:date>
    <item>
      <title>TCPIP$CONFIG Questions/Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-config-questions-issues/m-p/5217503#M58992</link>
      <description>Gentlemen,&lt;BR /&gt;&lt;BR /&gt;Am having a problem running TCPIP$CONFIG. Running VMS 8.3 on Alpha.&lt;BR /&gt;&lt;BR /&gt;Here's the deal. After completing this initial configuration of the server, I wanted to change the Host Name of this server before having it added into DNS by our newtork people.&lt;BR /&gt;So I ran TCPIP$CONFIG, bu instead of just going into #2 Interfaces and just changing the name, I deleted the configuration from in there and deleted the name.&lt;BR /&gt;&lt;BR /&gt;But here's the major problem now. Whenever I try to run TCPIP$CONFIG, when I do the 5 options: #1 Domain - # 2 Interfaces #3 Routing, #4 Bind and #5 Time Zone, it won't let me do #2 Interfaces. Kicks me out with following error after it brings up the Interface &amp;amp; Address Configuration Menu:&lt;BR /&gt;&lt;BR /&gt;%DCL-W-NOQUAL, qualifiers not allowed - supply only verb and parameters \JOB\&lt;BR /&gt;&lt;BR /&gt;Then it kicks me to DCL.&lt;BR /&gt;&lt;BR /&gt;So I tried to config the interface directly thru UCX with the SET INTERFACE we0 and SET COFIG INTERFACE we0 commands. It took these one time and I was able to telnet in and out of that box. But by the time I got back to my desk, it would not let me telnet into the box.&lt;BR /&gt;&lt;BR /&gt;I rebooted system,and since then it only kept the info set up by the SET CONFIG INTERFACE WE0 but when I try to do a SET INTERFACE WE0, it tells me  the internet driver is not loaded.&lt;BR /&gt;&lt;BR /&gt;So seems as tho I've got 2 different issues here.&lt;BR /&gt;&lt;BR /&gt;Has anyone ever had problems with the menu like I explained above? If yes, what did you do to fix? I have not loaded any patches on this system yet, so I need to download the latest one, but at this point, I guess I'll have to download to another system and either xfer it by tape or Decnet, which I have not set up yet.&lt;BR /&gt;&lt;BR /&gt;PLEASE HELP!!!&lt;BR /&gt;&lt;BR /&gt;Warren</description>
      <pubDate>Wed, 06 Jan 2010 18:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-config-questions-issues/m-p/5217503#M58992</guid>
      <dc:creator>Warren G Landrum</dc:creator>
      <dc:date>2010-01-06T18:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP$CONFIG Questions/Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-config-questions-issues/m-p/5217504#M58993</link>
      <description>The code seems to protect against redefinition of DEFINE and DEASSIGN which are both invoked with the /JOB qualifier. But, the code then goes on to use abbreviated forms of those verbs. Any chance that you have a wildcarded symbol definition for DEF*INE or DEAS*SIGN? Or maybe just DEF or DEASS symbol definitions? If so, try deleting those symbols and retrying.&lt;BR /&gt;&lt;BR /&gt;$ search sys$manager:tcpip$config.com "dclcmds:" /window=(0,7)&lt;BR /&gt;$set_dclcmds:&lt;BR /&gt;$backup := backup&lt;BR /&gt;$call := call&lt;BR /&gt;$close := close&lt;BR /&gt;$copy := copy&lt;BR /&gt;$create := create&lt;BR /&gt;$deassign := deassign&lt;BR /&gt;$define := define&lt;BR /&gt;$ search sys$manager:tcpip$config.com "/job"&lt;BR /&gt;define /job tcpip$fsafe_pgflquo &amp;amp;_pgflquo)&lt;BR /&gt;$deass /job tcpip$fsafe_pgflquo&lt;BR /&gt;_var = f$element(0, " ", _line) ; def/job tcpip$_var &amp;amp;_var)&lt;BR /&gt;$deass/job tcpip$_var&lt;BR /&gt;def/job/nolog tcpip$_var &amp;amp;_line)&lt;BR /&gt;$deass/job tcpip$_var&lt;BR /&gt;def/job tcpip$_refcnt &amp;amp;_refcnt)&lt;BR /&gt;$deass/job tcpip$_refcnt&lt;BR /&gt;def/job tcpip$_interface &amp;amp;_interface)&lt;BR /&gt;$deass/job tcpip$_interface&lt;BR /&gt;def/job tcpip$_interface &amp;amp;_interface)&lt;BR /&gt;$deass/job tcpip$_interface&lt;BR /&gt;def/job tcpip$def_netmask &amp;amp;_netm)&lt;BR /&gt;$deass/job tcpip$def_netmask&lt;BR /&gt;def/job tcpip$def_netmask &amp;amp;_netm)&lt;BR /&gt;$deass/job tcpip$def_netmask&lt;BR /&gt;def/job tcpip$_config &amp;amp;_line)&lt;BR /&gt;$deass/job tcpip$_config</description>
      <pubDate>Wed, 06 Jan 2010 18:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-config-questions-issues/m-p/5217504#M58993</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2010-01-06T18:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP$CONFIG Questions/Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-config-questions-issues/m-p/5217505#M58994</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;You it the nail on the head!!! I had DEF defined in my login.com and as soon as I deleted it and ran tcpip$config, the Interface section worked perfectly.&lt;BR /&gt;&lt;BR /&gt;Thanks for getting back to me so quickly. Wish I could give you 20 points instead of 10 !!!&lt;BR /&gt;&lt;BR /&gt;Warren</description>
      <pubDate>Wed, 06 Jan 2010 19:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-config-questions-issues/m-p/5217505#M58994</guid>
      <dc:creator>Warren G Landrum</dc:creator>
      <dc:date>2010-01-06T19:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP$CONFIG Questions/Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-config-questions-issues/m-p/5217506#M58995</link>
      <description>Jim bailed me ou - as I was in apparent brainlock!!</description>
      <pubDate>Wed, 06 Jan 2010 19:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-config-questions-issues/m-p/5217506#M58995</guid>
      <dc:creator>Warren G Landrum</dc:creator>
      <dc:date>2010-01-06T19:27:11Z</dc:date>
    </item>
  </channel>
</rss>

