- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Replace Server on cluster
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
11-04-2009 01:50 PM
11-04-2009 01:50 PM
1- rp7420
1- rp7410
I want to replace the rp7410 with another rp7420.
What is the best process to do??
What considerations should we have?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2009 02:43 PM
11-04-2009 02:43 PM
Re: Replace Server on cluster
Please tell how your current cluster is defined.
1) how many package are configured in the cluster.
2) is rp7410 the primary node for the package or the failover node for the package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2009 02:58 PM
11-04-2009 02:58 PM
Re: Replace Server on cluster
>>I want to replace the rp7410 with another rp7420.
>>What is the best process to do??
The best option is take Ignite backup or rp7410 and restore into other box. After restoration do the necessary changes.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2009 08:27 PM
11-04-2009 08:27 PM
Solution>>I have a cluster with HP-UXv1 with 2 nodes.
1- rp7420 -- say it is server: A
1- rp7410 -- say it is server: B
>>replace the rp7410 with another rp7420 -- say C.
- Build server C with same config as B , and same lan connection & subnet.
- Take ignite tape/network image of B and restore image on C.
- Move all pacakges of B server to A.
- Halt the node B.
- Remove the node B from cluster.ASCII file and package config files.
- Compile the pkg and ascii file:
#cmcheckconf -v -P pkg.conf
#cmapplyconf -v -P pkg.conf
#cmcheckconf -v -C cluster.ascii
#cmapplyconf -f -v -C cluster.ascii
That will make it a single node custer.
- Halt B system .
- Configure the ip of B system to C system (new target rp7420)
- Zone all the pkg vgs of B system , to new CC system, make the luns visible.
- create vgdir /group files/ copy map files / import the pkg vgs to this system.
- create the users that supposed to be on system C, and the pkg users.
- copy server A : /etc/cmcluster/pkg[*] directories to system C.
- Add the hostname of server C in cluster. ascii file. Make sure the lan parametrs are configured correctly as it was in B , or edit ascii file for C's lan parameters.
- compile cluster.ascii file , make sure quorum server or lock/disk mentioned properly.
#cmcheckconf -v -C cluster.ascii
#cmapplyconf -v -C cluster.ascii
- At this point the new rp7420 (system C) will be part if the 2 node cluster. A & C.
- Add system C's node name in pkg.conf file and compile the pkgs.
# cmcheckconf -v -P pkg.conf
# cmapplyconf -v -P pkg.conf
- check with cmviewcl.
- Bring back the packages to the new node C .
# halt its packages on A.
# start its packages on C.
- A good idea would be to check the FO_test of node A packages as well to this new node (C) if applicable.
-verify with cmviewcl and check vg/lv/fs's and application(s).
-Done.
Hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2009 08:45 PM
11-04-2009 08:45 PM
Re: Replace Server on cluster
Also further refrence :
http://docs.hp.com/en/B3936-90100/B3936-90100.pdf
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2009 07:54 AM
11-05-2009 07:54 AM
Re: Replace Server on cluster
The rp7420 is the Node1 and rp7410 is Node2
Packages on Node1:
- Data Base Sybase
- Aplication "Monitran"
Packages on Node2:
- Hitachi ShadowImage (split replication of discs on Hitachi storage and then present that volumens on Node2 for backup)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2009 07:56 AM
11-05-2009 07:56 AM
Re: Replace Server on cluster
What are the necesary changes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2009 10:11 AM
11-05-2009 10:11 AM
Re: Replace Server on cluster
You have to go this way.
1) Move all the packages from Node B to Node A.
2) Halt your node B.
3) Move your node B out of the cluster config by editing the cluster.ASCII and package.conf files and reapllying the new configuration with checkconf and cmapplyconf.
Now, your cluster is having only one node A and your other node B is out of the cluster.
4) Now, down the node B.
5) configure your node C(new server) with same configurations as your node B was having i.e. Ip address, VG creation, user creation, /etc/hosts, /etc/group, /etc/resolv.conf.
6) copy /etc/cmcluster/* from node A to node C.
Your server is now ready to add to the cluster
7) Edit the cluster.ASCII and package.conf to add node C in them. Make sure to take care of cluster lock disk configuration.
8) reapllying the new configuration with cmcheckconf and cmapplyconf.
Now you have two nodes (A and C) cluster again.
9) test the cluster by restarting the cluster and by switching packages from one node to other.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2009 11:02 AM
11-05-2009 11:02 AM
Re: Replace Server on cluster
why wouldn't you put the new server C as a third node ?
This way you could still let your primary/failover be intact or what...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2009 11:14 AM
11-05-2009 11:14 AM
Re: Replace Server on cluster
The package "ShadowImage" run only on Node2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2009 12:37 PM
11-05-2009 12:37 PM
Re: Replace Server on cluster
The hardware is very similar.
Therefore.
Get Ignite up to date on an Ignite server and the rp7410
make_net_recovery (make_net_recovery can be used if both systems have supported tape drives)
Move the new rp7420 into place. Make sure it has access to the heartbeat networks and all.
boot the 7420 from the Ignite server and conduct an install based on the rp7410 image.
Make changes to deal with hardware differences.
It should, if it has access to shared storage, jump right back in the cluster when done.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com