<?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: Local Host In TCPIP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422601#M48139</link>
    <description>Hi Matt,&lt;BR /&gt;&lt;BR /&gt;actually the easiest way to get it back is to re-execute tcpip$configure and bind the hostname to the NIC you want. Make sure you have the hostname both in UPPER and lower case in your local database, since some programs break if they do not get it in the case they expect.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
    <pubDate>Tue, 16 Nov 2004 12:36:39 GMT</pubDate>
    <dc:creator>Martin P.J. Zinser</dc:creator>
    <dc:date>2004-11-16T12:36:39Z</dc:date>
    <item>
      <title>Local Host In TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422597#M48135</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;running TCPIP V5.4 - eco 2 on VMS 7.3-2 on DS25.&lt;BR /&gt;&lt;BR /&gt;(We have 3 Nics, however only one is being used.)&lt;BR /&gt;&lt;BR /&gt;After removing the system name and address from the local host database, the system reboots with a tcpip error about the local host.&lt;BR /&gt;The logical TCPIP$INET_HOST is not defined, and when I do a TCPIP sho COMM/LOCAL, the node name is blank.&lt;BR /&gt;&lt;BR /&gt;I have then done a TCPIP COMM/LOCAL=, and a TCPIP SET CONF COMM/LOCAL=, howver this info is lost on the reboot.&lt;BR /&gt;&lt;BR /&gt;I think that I need to 'bind' the host name to the specific interface. Anyone know how to do this, or think of another reason as to why this isn't working ?&lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;&lt;BR /&gt;PS I can work around the issue by putting the node name and address back into the local host file.</description>
      <pubDate>Mon, 15 Nov 2004 20:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422597#M48135</guid>
      <dc:creator>matthew robey</dc:creator>
      <dc:date>2004-11-15T20:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Local Host In TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422598#M48136</link>
      <description>Matt,&lt;BR /&gt;&lt;BR /&gt;  By default TCPIP$CONFIG.COM will enter the name of the local host and LOCALHOST= 127.0.0.1 to the local database, because the information is needed during startup prior to starting the BIND resolver.&lt;BR /&gt;&lt;BR /&gt;  TCPIP engineering have a  wish list item (relatively low priority) to redesign the startup so that it will work correctly with no local data base. Until (if!) they implement that change, you'll need to have a minimum of the host name and LOCALHOST defined in the local host file. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;  PS I can work around the issue &lt;BR /&gt;&amp;gt;  by putting the node name and &lt;BR /&gt;&amp;gt;  address back into the local host &lt;BR /&gt;&amp;gt;  file.&lt;BR /&gt;&lt;BR /&gt;Sorry, it's not workaround, that's the fix!</description>
      <pubDate>Mon, 15 Nov 2004 21:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422598#M48136</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-11-15T21:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Local Host In TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422599#M48137</link>
      <description>Hey Matt, &lt;BR /&gt;  where have you moved to? (email bounce) Please send me mail.</description>
      <pubDate>Mon, 15 Nov 2004 21:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422599#M48137</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-11-15T21:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Local Host In TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422600#M48138</link>
      <description>Matt,&lt;BR /&gt;&lt;BR /&gt;define TCPIP$HOST sufficiently early in the boorstrap to point to your host file(in NET$LOGICALS.COM or SYLOGICALS.COM, such that it is set before TCP/IP startup), and the values in there will be used.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Tue, 16 Nov 2004 05:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422600#M48138</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-11-16T05:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Local Host In TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422601#M48139</link>
      <description>Hi Matt,&lt;BR /&gt;&lt;BR /&gt;actually the easiest way to get it back is to re-execute tcpip$configure and bind the hostname to the NIC you want. Make sure you have the hostname both in UPPER and lower case in your local database, since some programs break if they do not get it in the case they expect.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 16 Nov 2004 12:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422601#M48139</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-11-16T12:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Local Host In TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422602#M48140</link>
      <description>Thanks for the help guys.&lt;BR /&gt;&lt;BR /&gt;I think I will just reeneter the details in the local host database.&lt;BR /&gt;&lt;BR /&gt;I did try going into TCPIP$CONFIG to 'bind' a host name to the specific interface, but couldn't see where to do it.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;&lt;BR /&gt;Matt</description>
      <pubDate>Tue, 16 Nov 2004 16:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422602#M48140</guid>
      <dc:creator>matthew robey</dc:creator>
      <dc:date>2004-11-16T16:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Local Host In TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422603#M48141</link>
      <description>I think what Martin ment was to define the interfaces. The IP addr of first interface defined should also define the local host</description>
      <pubDate>Tue, 16 Nov 2004 16:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/local-host-in-tcpip/m-p/3422603#M48141</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-11-16T16:49:49Z</dc:date>
    </item>
  </channel>
</rss>

