<?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: Steps for Network Migration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166941#M535784</link>
    <description>Thanks for the inputs folks, If I remember it right we need to rebuild the cluster when we change anything in the cluster configuration ?</description>
    <pubDate>Tue, 31 Mar 2009 13:46:45 GMT</pubDate>
    <dc:creator>UVK_1</dc:creator>
    <dc:date>2009-03-31T13:46:45Z</dc:date>
    <item>
      <title>Steps for Network Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166938#M535781</link>
      <description>Hello Folks,&lt;BR /&gt;&lt;BR /&gt;I am planning to migrate a 2 node HPUX server cluster from one network to another network without any physical move. I will be re-IP'ing all the existing system IP's except the private network of heartbeat.&lt;BR /&gt;&lt;BR /&gt;Can any of you give me a list of what all things that needs a change?&lt;BR /&gt;&lt;BR /&gt;Below is some common useful information about the 2 nodes I refereed above.&lt;BR /&gt;H/W  :- rp7420&lt;BR /&gt;OS  :- HPUX 11.11 U&lt;BR /&gt;ServiceGuard :- A.11.16.00&lt;BR /&gt;Storage  :- EVA 4000&lt;BR /&gt;&lt;BR /&gt;Appreciate your help in this.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vijay&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Mar 2009 17:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166938#M535781</guid>
      <dc:creator>UVK_1</dc:creator>
      <dc:date>2009-03-30T17:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Network Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166939#M535782</link>
      <description>Things to think about:&lt;BR /&gt;&lt;BR /&gt;on the boxes:&lt;BR /&gt;/etc/hosts AND /etc/rc.config.d/netconf&lt;BR /&gt;/etc/cmcluser/* -&amp;gt;&lt;BR /&gt;packages will have to have the floating ip's updated. &lt;BR /&gt;static/heartbeat network's will have to be updated in the ascii file.&lt;BR /&gt;Are there any config files for the app that may have the ip in rather than the hostname?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ALSO:&lt;BR /&gt;dns if you use it, or however other boxes resolve hostnames?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2009 03:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166939#M535782</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-03-31T03:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Network Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166940#M535783</link>
      <description>Hi,&lt;BR /&gt;I followd these steps when I had change IP Address of my cluster servers.&lt;BR /&gt;&lt;BR /&gt;Before you change the IP Address of your Server you must have all new ips ex. Server ip and package ip then you may go for this changes.&lt;BR /&gt;&lt;BR /&gt;Take backup of these directory and files&lt;BR /&gt;&lt;BR /&gt;1./etc/cmcluster&lt;BR /&gt;2./etc/hosts&lt;BR /&gt;3./etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;modify these files&lt;BR /&gt;1./etc/hosts                 # modify ipaddress&lt;BR /&gt;2./etc/rc.config.d/netconf   # modify ipaddress and subnet&lt;BR /&gt;3./etc/cmcluster/cluster.conf  # modify HEARTBEAT_IP &lt;BR /&gt;&lt;BR /&gt;4./etc/cmcluster/packge/cipackage.conf   # change SUBNET  XX.XX.XX.XX&lt;BR /&gt;5./etc/cmcluster/packge/dbpackage.conf   # change SUBNET  XX.XX.XX.XX&lt;BR /&gt;&lt;BR /&gt;6./etc/cmcluster/packge/cipackage.cntl   # change IP[0]=XX.XX.XX.XX &lt;BR /&gt;                                           change SUBNET[0]=XX.XX.XX.XX&lt;BR /&gt;&lt;BR /&gt;7./etc/cmcluster/packge/cipackage.cntl   # change IP[0]=XX.XX.XX.XX&lt;BR /&gt;                                           change SUBNET[0]=XX.XX.XX.XX&lt;BR /&gt;&lt;BR /&gt;8.rcp cluster.conf into /etc/cmcluster&lt;BR /&gt;rcp cluster.conf into other node same location&lt;BR /&gt;&lt;BR /&gt;9.rcp these conf,cntl and config file into /etc/cmcluster/packge/&lt;BR /&gt;rcp ciVRP.conf,dbVRP.conf,ciVRP.cntl,dbVRP.cntl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;10. restart the net for new ip&lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/inti.d/net start&lt;BR /&gt;&lt;BR /&gt;check all ipaddress which we have changed and check with linkloop also&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;11.cmcheckconf -v -C /etc/cmcluster/cluster.conf -P cipackage.conf -P dbpackage.conf&lt;BR /&gt;it should come with no error then go for the next step&lt;BR /&gt;&lt;BR /&gt;12.cmapplyconf -v -C /etc/cmcluster/cluster.conf -P cipackage.conf -P dbpackage.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 31 Mar 2009 04:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166940#M535783</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-31T04:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Network Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166941#M535784</link>
      <description>Thanks for the inputs folks, If I remember it right we need to rebuild the cluster when we change anything in the cluster configuration ?</description>
      <pubDate>Tue, 31 Mar 2009 13:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166941#M535784</guid>
      <dc:creator>UVK_1</dc:creator>
      <dc:date>2009-03-31T13:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Network Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166942#M535785</link>
      <description>Hi Vijay,&lt;BR /&gt;&lt;BR /&gt;Yes.Ofcourse. You just need to recompile the cluster binaray file after changing the new IPaddress/subnet in cluster and package config files.&lt;BR /&gt;&lt;BR /&gt;Other than that not much changes needed.</description>
      <pubDate>Tue, 31 Mar 2009 13:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166942#M535785</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-31T13:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Network Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166943#M535786</link>
      <description>Hi Vijay,&lt;BR /&gt;&lt;BR /&gt;Refer this thread as well for more informations..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1268908" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1268908&lt;/A&gt;</description>
      <pubDate>Tue, 31 Mar 2009 14:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166943#M535786</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-31T14:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Network Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166944#M535787</link>
      <description>HI,&lt;BR /&gt;yes after changing the ip of your server, and packages you need to verify with cmcheckconf and rebuild the cluster with cmapplyconf.. &lt;BR /&gt;&lt;BR /&gt;cmcheckconf -v -C /etc/cmcluster/cluster.conf -P cipackage.conf -P dbpackage.conf&lt;BR /&gt;it should come with no error then go for the next step&lt;BR /&gt;&lt;BR /&gt;12.cmapplyconf -v -C /etc/cmcluster/cluster.conf -P cipackage.conf -P dbpackage.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 01 Apr 2009 04:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166944#M535787</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-04-01T04:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Network Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166945#M535788</link>
      <description>Folks,&lt;BR /&gt;&lt;BR /&gt;How about re-ip'ing MP ? How are we gonna do it ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vj</description>
      <pubDate>Thu, 02 Apr 2009 14:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166945#M535788</guid>
      <dc:creator>UVK_1</dc:creator>
      <dc:date>2009-04-02T14:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Steps for Network Migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166946#M535789</link>
      <description>Thanks for the inputs friends. I hope my migration goes good with out any show stoppers from the network side :) &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Vj</description>
      <pubDate>Tue, 07 Apr 2009 14:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-network-migration/m-p/5166946#M535789</guid>
      <dc:creator>UVK_1</dc:creator>
      <dc:date>2009-04-07T14:44:21Z</dc:date>
    </item>
  </channel>
</rss>

