<?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 question in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044861#M337</link>
    <description>Robert,&lt;BR /&gt;&lt;BR /&gt;It seems to be even more weird.&lt;BR /&gt;There is a logical that points to the database:&lt;BR /&gt;TCPIP$CONFIGURATION" = "SYS$COMMON:[SYSEXE]TCPIP$CONFIGURATION.DAT;1&lt;BR /&gt;&lt;BR /&gt;**** MIND THE VERSION NUMBER ****&lt;BR /&gt;&lt;BR /&gt;Now check this file:&lt;BR /&gt;&lt;BR /&gt;dir SYS$COMMON:[SYSEXE]TCPIP$CONFIGURATION.DAT&lt;BR /&gt;&lt;BR /&gt;(without version....)&lt;BR /&gt;&lt;BR /&gt;You _should_ have version ;1 there - and just that one.  I couldn't get to the system involved but since SET CONFIG ENABLE NOSERVICE did the trick I think there is just one such file in my case. Still, you could be helped with this information.</description>
    <pubDate>Tue, 12 Aug 2003 08:45:48 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2003-08-12T08:45:48Z</dc:date>
    <item>
      <title>TCPIP question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044858#M334</link>
      <description>I ran into the following problem in TCPIP 5.0, ECO 1 on VMS 7.1-2:&lt;BR /&gt;&lt;BR /&gt;$ UCX SET SERVICE SPILCOM -&lt;BR /&gt;    /PORT=6001 -&lt;BR /&gt;    /PROTO=TCP -&lt;BR /&gt;    /PROCESS=UCX_SPILCOM -&lt;BR /&gt;    /USER=BPS_SPIL -&lt;BR /&gt;    /FILE=DISK26:[USERS.SPIL]SPILCOM.COM -&lt;BR /&gt;    /LIMIT=10 -&lt;BR /&gt;        /INACTIVITY_TIMER=1 -&lt;BR /&gt;    /SOCKET_OPTIONS=NOKEEPALIVE&lt;BR /&gt;$ UCX ENABLE SERVICE SPILCOM&lt;BR /&gt;$ UCX SET CONFIG ENABLE SERVICE SPILCOM&lt;BR /&gt;%TCPIP-E-CONFIGERROR, error processing configuration request&lt;BR /&gt;-SYSTEM-F-BADPARAM, bad parameter value&lt;BR /&gt;&lt;BR /&gt;Trying the very same on VMS7.3-1, TCPIP 5.3 ECO 1, I did not get the error, it just succeeded.&lt;BR /&gt;&lt;BR /&gt;Solution:&lt;BR /&gt;&lt;BR /&gt;UCX SET CONFIG ENABLE NOSERVICE SPILCOM&lt;BR /&gt;&lt;BR /&gt;So 5.3 is somewhat more intelligent, or will my permanent database contain 'lost data'?&lt;BR /&gt;&lt;BR /&gt;I wonder, where is this database located, so I can have a look....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Willem&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Aug 2003 08:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044858#M334</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-08-08T08:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044859#M335</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;  The TCPIP SERVICE data base is pointed to by the logical name TCPIP$SERVICE, or, by default in SYS$SYSTEM:TCPIP$SERVICE.DAT. It's a binary file, so, if you really want to peek, try DUMP/RECORD. You're better off examining the data with the TCPIP SHOW SERVICE command. &lt;BR /&gt;&lt;BR /&gt;  The TCPIP$SERVICE data base holds information about the services. The configuration (SET CONFIG) just contains names of services to be enabled. (the file is TCPIP$CONFIGURATION.DAT) So:&lt;BR /&gt;&lt;BR /&gt;TCPIP SHOW SERVICE&lt;BR /&gt;TCPIP SHOW CONFIGURATION SERVICE ENABLE&lt;BR /&gt;&lt;BR /&gt;should show you all you need. &lt;BR /&gt;&lt;BR /&gt;I have no explanation for the BADPARAM error, but since it's from such an old version, and you have been unable to repeat the condition on a newer version, it's probably not worth investigating</description>
      <pubDate>Sun, 10 Aug 2003 23:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044859#M335</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2003-08-10T23:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044860#M336</link>
      <description>Willem,&lt;BR /&gt;   I'm running 5.1 eco 3, and have a similar problem.&lt;BR /&gt;&lt;BR /&gt;I set up a couple of services in the database, but initially got the parameters wrong.&lt;BR /&gt;&lt;BR /&gt;Any subsequent attempts to correct the parameters or start the service just came back with an error.&lt;BR /&gt;&lt;BR /&gt;The only course of action left at the time was to delete the services database and recreate everything from scratch.&lt;BR /&gt;&lt;BR /&gt;I still have a residual problem on one node, with starting the services. Doesn't matter what SET CONFIG commands I use, whenever we reboot the node, the service does not automatically restart itself. Luckily this is on a test machine, so it's not too critical.&lt;BR /&gt;&lt;BR /&gt;It would be nice if you could show what's in the permanent database, as well as the volatile, but if this is fixed under 5.3, maybe I shouldn't worry too much!&lt;BR /&gt;&lt;BR /&gt;Robert.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Aug 2003 07:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044860#M336</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2003-08-11T07:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044861#M337</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;It seems to be even more weird.&lt;BR /&gt;There is a logical that points to the database:&lt;BR /&gt;TCPIP$CONFIGURATION" = "SYS$COMMON:[SYSEXE]TCPIP$CONFIGURATION.DAT;1&lt;BR /&gt;&lt;BR /&gt;**** MIND THE VERSION NUMBER ****&lt;BR /&gt;&lt;BR /&gt;Now check this file:&lt;BR /&gt;&lt;BR /&gt;dir SYS$COMMON:[SYSEXE]TCPIP$CONFIGURATION.DAT&lt;BR /&gt;&lt;BR /&gt;(without version....)&lt;BR /&gt;&lt;BR /&gt;You _should_ have version ;1 there - and just that one.  I couldn't get to the system involved but since SET CONFIG ENABLE NOSERVICE did the trick I think there is just one such file in my case. Still, you could be helped with this information.</description>
      <pubDate>Tue, 12 Aug 2003 08:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044861#M337</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-08-12T08:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044862#M338</link>
      <description>Only one file there, version ;1, but good try!&lt;BR /&gt;&lt;BR /&gt;I think the .DAT entry is basically just screwed up and needs deleting/reinserting.&lt;BR /&gt;&lt;BR /&gt;It would just be nice if I could what the permanent database contains.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Tue, 12 Aug 2003 08:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044862#M338</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2003-08-12T08:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044863#M339</link>
      <description>Since it's just a testmachine, can you mess with it? Unhappily enough I can't do it no more. I promoted my Alpha to production and I don't have a spare one (yet) :-(&lt;BR /&gt; &lt;BR /&gt;** login directly (on console)&lt;BR /&gt;** Stop TCPIP&lt;BR /&gt;** dump ALL info &lt;BR /&gt;** RENAME the file&lt;BR /&gt;** @SYS$MANGER:TCPIP$CONFIG&lt;BR /&gt;** Configure system again&lt;BR /&gt;** Check this new file (supposing it's created ;-)) with the old one.&lt;BR /&gt;&lt;BR /&gt;I know, you shouldn't mess with it but you may get a good file (if it screws up your system you can alway get back since the old file still exists...)&lt;BR /&gt;&lt;BR /&gt;Curently, I have a project with higher priority but it's worthwhile to dive into this file....</description>
      <pubDate>Wed, 13 Aug 2003 07:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-question/m-p/3044863#M339</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-08-13T07:07:16Z</dc:date>
    </item>
  </channel>
</rss>

