<?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: IP move in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927184#M110818</link>
    <description>you can do this from a telnet session as long as your cables are properly connected to the same net and you give ifconfig lan100bt down and ifconfig lanGB up IP_ADD in a () separated by ;&lt;BR /&gt;&lt;BR /&gt;the problem may come if your 1000BT cable is not connected to the same subnet or the 1000BT card or your swith port has some issues.&lt;BR /&gt;Otherwise it works without any problem. No need to reboot or do net stop and net start.&lt;BR /&gt;After the new card starts working change the old lan (lan100BT) entry in netconf to the new lan (1000BT).&lt;BR /&gt;&lt;BR /&gt;hope this helps..&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Mar 2003 08:28:27 GMT</pubDate>
    <dc:creator>monasingh_1</dc:creator>
    <dc:date>2003-03-14T08:28:27Z</dc:date>
    <item>
      <title>IP move</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927181#M110815</link>
      <description>Hi ALL,&lt;BR /&gt;&lt;BR /&gt;I have added gigabit lan card to a existing 100 mbps server.&lt;BR /&gt;So want to change the IP to go thru gigabit card, what should be the best way.&lt;BR /&gt;One way i can think of is enable and configure the gigabit card with the IP and then disable the 100mb card.&lt;BR /&gt;&lt;BR /&gt;Is there a better way/&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Mar 2003 03:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927181#M110815</guid>
      <dc:creator>ricky_8</dc:creator>
      <dc:date>2003-03-14T03:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: IP move</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927182#M110816</link>
      <description>If you want to assign the same exsting IP to the new,   giga bit then only care should be take that the cahnges should be made from the console of the system, not from any normal telnet session</description>
      <pubDate>Fri, 14 Mar 2003 03:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927182#M110816</guid>
      <dc:creator>CCIL</dc:creator>
      <dc:date>2003-03-14T03:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: IP move</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927183#M110817</link>
      <description>You need to make the changes to the /etc/rc.config.d/hpgelanconf file&lt;BR /&gt;Use the same information from your existing network file, depending on the existing network file.&lt;BR /&gt;You could attempt to do this on the fly, with the /sbin/init.d/net stop - start, but it may be better to do a system reboot. Make sure that your lan card number is the same as being used in /etc/rc.config.d/netconf file.</description>
      <pubDate>Fri, 14 Mar 2003 03:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927183#M110817</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-03-14T03:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: IP move</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927184#M110818</link>
      <description>you can do this from a telnet session as long as your cables are properly connected to the same net and you give ifconfig lan100bt down and ifconfig lanGB up IP_ADD in a () separated by ;&lt;BR /&gt;&lt;BR /&gt;the problem may come if your 1000BT cable is not connected to the same subnet or the 1000BT card or your swith port has some issues.&lt;BR /&gt;Otherwise it works without any problem. No need to reboot or do net stop and net start.&lt;BR /&gt;After the new card starts working change the old lan (lan100BT) entry in netconf to the new lan (1000BT).&lt;BR /&gt;&lt;BR /&gt;hope this helps..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Mar 2003 08:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927184#M110818</guid>
      <dc:creator>monasingh_1</dc:creator>
      <dc:date>2003-03-14T08:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: IP move</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927185#M110819</link>
      <description>Ricky,&lt;BR /&gt;&lt;BR /&gt;Either use lanscan, find the lanX for the new card, edit /etc/rc.config.d/netconf and replace the lanX entry for the 100mb card with the 1gb card. Then either stop &amp;amp; start the networking or reboot.&lt;BR /&gt;&lt;BR /&gt;Or  you could use SAM to delete the 100mb configuration &amp;amp; then configure the 1gb card.</description>
      <pubDate>Fri, 14 Mar 2003 13:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927185#M110819</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2003-03-14T13:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: IP move</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927186#M110820</link>
      <description>Prior to starting, check your switch configuration.  Based on my prior experience with HP's and Cisco switchs, make sure the switch is hard coded to the speed you intend to run the card at.  Then follow the instructions above.&lt;BR /&gt;&lt;BR /&gt;My methodology for making the move.&lt;BR /&gt;&lt;BR /&gt;Lets say the new card is lan3 and the existing one is lan1.&lt;BR /&gt;&lt;BR /&gt;make necessary changes to /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;Have a second set of eyes look for typos or inconsistencies with regards to the little numbers in the brackets.&lt;BR /&gt;&lt;BR /&gt;ifconfig lan1 down&lt;BR /&gt;ifconfig lan3 &lt;IP_ADDRESS&gt; netmask &lt;NETWORK_MASK&gt; up&lt;BR /&gt;&lt;BR /&gt;That should do it fast enough that you don't even have to shut down your users.  Though if it were me, I'd do it in a maintenace window or the wee hours of the night.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/NETWORK_MASK&gt;&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Fri, 14 Mar 2003 13:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-move/m-p/2927186#M110820</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-14T13:46:32Z</dc:date>
    </item>
  </channel>
</rss>

