- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Steps for Network Migration
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 10:47 AM
03-30-2009 10:47 AM
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.
Can any of you give me a list of what all things that needs a change?
Below is some common useful information about the 2 nodes I refereed above.
H/W :- rp7420
OS :- HPUX 11.11 U
ServiceGuard :- A.11.16.00
Storage :- EVA 4000
Appreciate your help in this.
Thanks,
Vijay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 08:58 PM
03-30-2009 08:58 PM
Solutionon the boxes:
/etc/hosts AND /etc/rc.config.d/netconf
/etc/cmcluser/* ->
packages will have to have the floating ip's updated.
static/heartbeat network's will have to be updated in the ascii file.
Are there any config files for the app that may have the ip in rather than the hostname?
ALSO:
dns if you use it, or however other boxes resolve hostnames?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2009 09:16 PM
03-30-2009 09:16 PM
Re: Steps for Network Migration
I followd these steps when I had change IP Address of my cluster servers.
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.
Take backup of these directory and files
1./etc/cmcluster
2./etc/hosts
3./etc/rc.config.d/netconf
modify these files
1./etc/hosts # modify ipaddress
2./etc/rc.config.d/netconf # modify ipaddress and subnet
3./etc/cmcluster/cluster.conf # modify HEARTBEAT_IP
4./etc/cmcluster/packge/cipackage.conf # change SUBNET XX.XX.XX.XX
5./etc/cmcluster/packge/dbpackage.conf # change SUBNET XX.XX.XX.XX
6./etc/cmcluster/packge/cipackage.cntl # change IP[0]=XX.XX.XX.XX
change SUBNET[0]=XX.XX.XX.XX
7./etc/cmcluster/packge/cipackage.cntl # change IP[0]=XX.XX.XX.XX
change SUBNET[0]=XX.XX.XX.XX
8.rcp cluster.conf into /etc/cmcluster
rcp cluster.conf into other node same location
9.rcp these conf,cntl and config file into /etc/cmcluster/packge/
rcp ciVRP.conf,dbVRP.conf,ciVRP.cntl,dbVRP.cntl
10. restart the net for new ip
/sbin/init.d/net stop
/sbin/inti.d/net start
check all ipaddress which we have changed and check with linkloop also
11.cmcheckconf -v -C /etc/cmcluster/cluster.conf -P cipackage.conf -P dbpackage.conf
it should come with no error then go for the next step
12.cmapplyconf -v -C /etc/cmcluster/cluster.conf -P cipackage.conf -P dbpackage.conf
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 06:46 AM
03-31-2009 06:46 AM
Re: Steps for Network Migration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 06:57 AM
03-31-2009 06:57 AM
Re: Steps for Network Migration
Yes.Ofcourse. You just need to recompile the cluster binaray file after changing the new IPaddress/subnet in cluster and package config files.
Other than that not much changes needed.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 07:00 AM
03-31-2009 07:00 AM
Re: Steps for Network Migration
Refer this thread as well for more informations..
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1268908
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 09:21 PM
03-31-2009 09:21 PM
Re: Steps for Network Migration
yes after changing the ip of your server, and packages you need to verify with cmcheckconf and rebuild the cluster with cmapplyconf..
cmcheckconf -v -C /etc/cmcluster/cluster.conf -P cipackage.conf -P dbpackage.conf
it should come with no error then go for the next step
12.cmapplyconf -v -C /etc/cmcluster/cluster.conf -P cipackage.conf -P dbpackage.conf
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 07:55 AM
04-02-2009 07:55 AM
Re: Steps for Network Migration
How about re-ip'ing MP ? How are we gonna do it ?
Thanks,
Vj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2009 07:44 AM
04-07-2009 07:44 AM
Re: Steps for Network Migration
Cheers,
Vj