<?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: set interface with a new IP address in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337615#M57518</link>
    <description>To elaborate on mark hunt's reply, shut down TCP/IP Services and you can then archive and delete the files involved with the configuration data store -- I tend to rename the sys$system:tcpip$*.dat files to .dat_bogus or such -- and then re-run the tcpip$config tool.  It'll find no database files and will the recreation and the repopulation sequence then proceeds apace as you work through the "configure everything" sequence.&lt;BR /&gt;&lt;BR /&gt;That's kind of a big hammer, though.&lt;BR /&gt;&lt;BR /&gt;Flaky hardware (if that's involved here) can lead to stability problems and errors reported further up the chain and right up into the host operating system.  I too would expect to be able to TCPIP&amp;gt; SET NOINTERFACE this stuff to remove the controller from the configuration, for instance.&lt;BR /&gt;&lt;BR /&gt;And yes, I'd expect to be able to fail over the addresses between the two controllers here using the LAN Failover pieces.</description>
    <pubDate>Thu, 15 Jan 2009 16:07:47 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2009-01-15T16:07:47Z</dc:date>
    <item>
      <title>set interface with a new IP address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337608#M57511</link>
      <description>Hello,&lt;BR /&gt;    I have an Alpha with 2 network cards. One has developed a problem so I tried to set the second card with the same IP address as the first card, however I get the error below&lt;BR /&gt;&lt;BR /&gt;Enter fully qualified host name [server]:&lt;BR /&gt;&lt;BR /&gt;        Host server exists in the database.&lt;BR /&gt;&lt;BR /&gt;        Addresses which have been assigned to another&lt;BR /&gt;        interface are flagged with "*", and cannot be&lt;BR /&gt;        assigned to this interface.&lt;BR /&gt;&lt;BR /&gt;        The Internet addresses for this host are:&lt;BR /&gt;&lt;BR /&gt;                      * 10.10.10.1&lt;BR /&gt;&lt;BR /&gt;Enter Internet address [10.10.10.1]:&lt;BR /&gt;&lt;BR /&gt;        Internet address is already assigned to another interface&lt;BR /&gt;&lt;BR /&gt;Enter Internet address [10.10.10.1]: *EXIT*&lt;BR /&gt;%RMS-E-EOF, end of file detected&lt;BR /&gt;&lt;BR /&gt;        WARNING - Error encountered during interface configuration&lt;BR /&gt;&lt;BR /&gt;I have tried to set the first card with a different address and then tried to set up the second card again but still get the same error.&lt;BR /&gt;&lt;BR /&gt;Any suggestions appreciated.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 15:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337608#M57511</guid>
      <dc:creator>Gerry Downey</dc:creator>
      <dc:date>2009-01-14T15:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: set interface with a new IP address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337609#M57512</link>
      <description>Whenever we have to float an IP between NICs we usually use aliases.&lt;BR /&gt;&lt;BR /&gt;ifconfig we0 alias x.x.x.x netmask 255.255.252.0&lt;BR /&gt;&lt;BR /&gt;Replace we0 with your network device and x.x.x.x with your IP.  Use the correct netmask.  If you don't have ifconfig as a symbol look for TCPIP$DEFINE_COMMANDS.COM.&lt;BR /&gt;&lt;BR /&gt;To remove the alias&lt;BR /&gt;ifconfig we0 -alias x.x.x.x&lt;BR /&gt;&lt;BR /&gt;To see your current setup type:&lt;BR /&gt;ifconfig -a&lt;BR /&gt;&lt;BR /&gt;I think to change the default IP of a NIC you have to setup the change then bounce your IP.  Then can assign the IP to the next NIC.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 16:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337609#M57512</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2009-01-14T16:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: set interface with a new IP address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337610#M57513</link>
      <description>What HP calls "LAN Failover" is a potential option here, if you want your addresses to float among (working) controllers.&lt;BR /&gt;&lt;BR /&gt;Each NIC gets one or more unique IP addresses, yes. &lt;BR /&gt;&lt;BR /&gt;Here, I'd clear the old address and try again.&lt;BR /&gt;&lt;BR /&gt;I've also seen the word "problem" that was mentioned here have many different meanings within IP and IP networking.  Bad routing configurations can cause all manner of untoward behavior, when the IP traffic all heads out "the wrong" NIC and onto the wrong LAN, for instance.  Might want to elaborate on the problem seen.</description>
      <pubDate>Wed, 14 Jan 2009 17:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337610#M57513</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-01-14T17:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: set interface with a new IP address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337611#M57514</link>
      <description>Gerry,&lt;BR /&gt;&lt;BR /&gt;you probably need to deassign the address from the broken card first. You seem to use HP's TCP/IP Services for OpenVMS, so you could do this with &lt;BR /&gt;$ TCPIP SET NOINTER we0&lt;BR /&gt;(if the interface in question is we0)&lt;BR /&gt;&lt;BR /&gt;Then assign the address as an alias to the other interface.&lt;BR /&gt;&lt;BR /&gt;Hans.</description>
      <pubDate>Wed, 14 Jan 2009 23:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337611#M57514</guid>
      <dc:creator>H_Bachner</dc:creator>
      <dc:date>2009-01-14T23:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: set interface with a new IP address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337612#M57515</link>
      <description>Thanks for the replies,&lt;BR /&gt; LAN failover may be an option, the two cards are 100mb and 1gb, will failover work with different speed cards?&lt;BR /&gt;&lt;BR /&gt;I tried removing the interface with &lt;BR /&gt;TCPIP SET NOINTER WE0 and this did remove the interface, however when I try to configure the remaining interface with the IP address, I get the same message.&lt;BR /&gt;&lt;BR /&gt;Is there a way of completely removing the configuration and starting off as if it is a completely new installation?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2009 15:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337612#M57515</guid>
      <dc:creator>Gerry Downey</dc:creator>
      <dc:date>2009-01-15T15:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: set interface with a new IP address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337613#M57516</link>
      <description>the relevant tcpip config files are in sys$system if you want to start again with tcpip$config ($dir sys$system:tcpip$*.dat).</description>
      <pubDate>Thu, 15 Jan 2009 15:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337613#M57516</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2009-01-15T15:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: set interface with a new IP address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337614#M57517</link>
      <description>Gerry,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I tried removing the interface with&lt;BR /&gt;&amp;gt; TCPIP SET NOINTER WE0&lt;BR /&gt;&amp;gt; and this did remove the interface, however when I try to configure the&lt;BR /&gt;&amp;gt; remaining interface with the IP address, I get the same message.&lt;BR /&gt;&lt;BR /&gt;Which version of TCP/IP services do you use? I just tried it with V5.5 ECO 2 (with the command line interface, not with TCPIP$CONFIG) and did not get a complaint.&lt;BR /&gt;&lt;BR /&gt;Maybe you need to remove the from the permanent database as well (SET CONFIG NOINTER ...).&lt;BR /&gt;&lt;BR /&gt;Hans.</description>
      <pubDate>Thu, 15 Jan 2009 16:00:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337614#M57517</guid>
      <dc:creator>H_Bachner</dc:creator>
      <dc:date>2009-01-15T16:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: set interface with a new IP address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337615#M57518</link>
      <description>To elaborate on mark hunt's reply, shut down TCP/IP Services and you can then archive and delete the files involved with the configuration data store -- I tend to rename the sys$system:tcpip$*.dat files to .dat_bogus or such -- and then re-run the tcpip$config tool.  It'll find no database files and will the recreation and the repopulation sequence then proceeds apace as you work through the "configure everything" sequence.&lt;BR /&gt;&lt;BR /&gt;That's kind of a big hammer, though.&lt;BR /&gt;&lt;BR /&gt;Flaky hardware (if that's involved here) can lead to stability problems and errors reported further up the chain and right up into the host operating system.  I too would expect to be able to TCPIP&amp;gt; SET NOINTERFACE this stuff to remove the controller from the configuration, for instance.&lt;BR /&gt;&lt;BR /&gt;And yes, I'd expect to be able to fail over the addresses between the two controllers here using the LAN Failover pieces.</description>
      <pubDate>Thu, 15 Jan 2009 16:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/set-interface-with-a-new-ip-address/m-p/4337615#M57518</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-01-15T16:07:47Z</dc:date>
    </item>
  </channel>
</rss>

