<?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: HOST.DAT file in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009157#M83902</link>
    <description>Thank you.. I will do that right away</description>
    <pubDate>Tue, 29 May 2007 12:54:42 GMT</pubDate>
    <dc:creator>Mike Poole_1</dc:creator>
    <dc:date>2007-05-29T12:54:42Z</dc:date>
    <item>
      <title>HOST.DAT file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009153#M83898</link>
      <description>OPENVMS 7.3-2 on Alpha DS10&lt;BR /&gt;&lt;BR /&gt;Whenever I try to TCPIP SET HOST or TCPIP SET NOHOST I get this:&lt;BR /&gt;&lt;BR /&gt;ALPCSI::SYS$COMMON:.SYSEXE&amp;gt; tcpip show host /local&lt;BR /&gt;%TCPIP-E-HOSTERROR, cannot process host request&lt;BR /&gt;-TCPIP-W-NORECORD, information not found&lt;BR /&gt;-RMS-F-RAC, invalid record access mode&lt;BR /&gt;ALPCSI::SYS$COMMON:.SYSEXE&amp;gt; tcpip&lt;BR /&gt;TCPIP&amp;gt; show&lt;BR /&gt;_What: host&lt;BR /&gt;_PARAM1: local&lt;BR /&gt;%TCPIP-E-HOSTERROR, cannot process host request&lt;BR /&gt;-TCPIP-W-NORECORD, information not found&lt;BR /&gt;-RMS-F-RAC, invalid record access mode&lt;BR /&gt;TCPIP&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What does this mean?&lt;BR /&gt;&lt;BR /&gt;I need to fix the IP address of our backup server in the HOST.DAT file.&lt;BR /&gt;&lt;BR /&gt;Thank you so much!</description>
      <pubDate>Tue, 29 May 2007 11:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009153#M83898</guid>
      <dc:creator>Mike Poole_1</dc:creator>
      <dc:date>2007-05-29T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: HOST.DAT file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009154#M83899</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;this sounds suspiciously like a mangled hosts file. Typically, the result of somebody trying to edit the hosts file with a text editor, instead of going through the TCPIP commands.&lt;BR /&gt;&lt;BR /&gt;Check the location of the host file&lt;BR /&gt;&lt;BR /&gt;$ SHOW LOGICAL TCPIP$HOST&lt;BR /&gt;&lt;BR /&gt;then do a DIR/FULL of TCPIP$HOST&lt;BR /&gt;&lt;BR /&gt;you should see an indexed file:-&lt;BR /&gt;&lt;BR /&gt;File organization:  Indexed, Prolog: 3, Using 2 keys&lt;BR /&gt;                             In 3 areas&lt;BR /&gt;&lt;BR /&gt;I bet that you will find a text file instead.&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 29 May 2007 11:38:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009154#M83899</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2007-05-29T11:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: HOST.DAT file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009155#M83900</link>
      <description>Duncan is right on, easily reproduced..&lt;BR /&gt;&lt;BR /&gt;$ cre x.tmp&lt;BR /&gt;^Z&lt;BR /&gt;$ defin TCPIP$HOST sys$Login:x.tmp&lt;BR /&gt; tcpip&lt;BR /&gt;TCPIP&amp;gt; sho host foobar&lt;BR /&gt;%TCPIP-E-HOSTERROR, cannot process host request&lt;BR /&gt;-TCPIP-W-NORECORD, information not found&lt;BR /&gt;-RMS-F-RAC, invalid record access mode&lt;BR /&gt;TCPIP&amp;gt;&lt;BR /&gt;&lt;BR /&gt;its a tempting file to edit, as if you type&lt;BR /&gt;it it looks like a txt file.</description>
      <pubDate>Tue, 29 May 2007 12:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009155#M83900</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-05-29T12:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: HOST.DAT file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009156#M83901</link>
      <description>Or somebody has done an edit on this host file, realized it was a mistake to open an indexed file the editor, did &lt;BR /&gt;exit&lt;BR /&gt;instead of quit, and even with no modification, the file is no longer indexed, but sequential.&lt;BR /&gt;&lt;BR /&gt;Do a conv/fdl=correct_fdl corrupted_host host&lt;BR /&gt;&lt;BR /&gt;I suppose you have another tcpip$host file available, to get a correct fdl</description>
      <pubDate>Tue, 29 May 2007 12:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009156#M83901</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-05-29T12:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: HOST.DAT file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009157#M83902</link>
      <description>Thank you.. I will do that right away</description>
      <pubDate>Tue, 29 May 2007 12:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009157#M83902</guid>
      <dc:creator>Mike Poole_1</dc:creator>
      <dc:date>2007-05-29T12:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: HOST.DAT file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009158#M83903</link>
      <description>Yep it shows sequential.&lt;BR /&gt;&lt;BR /&gt;Is it possible to delete the host.dat file and then have it recreated with TCPIP$CONFIG?&lt;BR /&gt;&lt;BR /&gt;I really only have about 3 or 4 hosts that I need in there.</description>
      <pubDate>Tue, 29 May 2007 13:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009158#M83903</guid>
      <dc:creator>Mike Poole_1</dc:creator>
      <dc:date>2007-05-29T13:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: HOST.DAT file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009159#M83904</link>
      <description>OK I think I may be getting somewhere.  I deleted the two older host.dat files and the one that is in there now is correct and shows 'indexed'.&lt;BR /&gt;&lt;BR /&gt;Can I restart TCPIP to get it to use that file or do I need to redefine tcpip$host?</description>
      <pubDate>Tue, 29 May 2007 13:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009159#M83904</guid>
      <dc:creator>Mike Poole_1</dc:creator>
      <dc:date>2007-05-29T13:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: HOST.DAT file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009160#M83905</link>
      <description>See if you can do a tcpip sho host *&lt;BR /&gt;you might not have to restart it. maybe&lt;BR /&gt;set the protection so no ones tempted&lt;BR /&gt;to edit it (again:)</description>
      <pubDate>Tue, 29 May 2007 15:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009160#M83905</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-05-29T15:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: HOST.DAT file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009161#M83906</link>
      <description>Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;I will do that</description>
      <pubDate>Tue, 29 May 2007 15:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/host-dat-file/m-p/4009161#M83906</guid>
      <dc:creator>Mike Poole_1</dc:creator>
      <dc:date>2007-05-29T15:18:40Z</dc:date>
    </item>
  </channel>
</rss>

