Operating System - HP-UX
1753794 Members
7282 Online
108799 Solutions
New Discussion юеВ

Migrating cluster to new nodes

 
SOLVED
Go to solution
Stuart Powell
Super Advisor

Migrating cluster to new nodes

I have in place a two node SG cluster running HP-UX 11.00 and SG 11.09. I am planning on replacing the nodes with two newer servers running HP-UX 11i and the latest version of SG. I'll be connecting the new servers to the same SAN, and therefore will have the hosts assigned to the same LUN's. I'm looking for confirmation that to accomplish the transition I need to follow these steps:
1. Create the special files for all of the LUN's on the arrays.
2. Copy the vg maps from the existing cluster to the new cluster and build the vg's.
3. Copy the cntl files from the existing cluster to the new cluster.
4. Edit the cluster ASCII file for the new nodes.
5. Run cmapplyconf on the new cluster.
6. Halt the existing cluster.
7. Start the new cluster.

Stuart Powell
Sometimes the best answer is another question
4 REPLIES 4
Karthik S S
Honored Contributor

Re: Migrating cluster to new nodes

It is perfect from the OS point of view. But also you need to take care of the applications that are configured under the packages.

And there are some changes to the package control/script files of SG 11.15 as compared to SG11.09.

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Kent Ostby
Honored Contributor
Solution

Re: Migrating cluster to new nodes

Stuart --

A few things to keep in mind.

1) Networking configuration will probably change significantly. This was probably part of what you had in mind in #4, but its worth noting seperately.

2) I'm not sure you'll be able to do #5 before #6. If these boxes are on the same subnet, I dont think SG will allow you to cmapplyconf with the cluster up on the same subnet.

3) Make sure you are installing the proper SG patches to match the new machine/OS.

Best regards,

Kent M. Ostby
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
G. Vrijhoeven
Honored Contributor

Re: Migrating cluster to new nodes

Suart,

Not sure. When the cluster is active on old nodes i am not sure it is possible to do a cmapplyconf on the new one. ( cluster lock disks ) if this fails you need to bring the old cluster down before the cmappyconf.

5 a cmapplyconf on all package file
so you have packages to start.

The halting of the cluster will do a vgchange -c n on all vg's specified in the cmclconfig.ascii file. It can happen that you have mode vg's so do a manual vgchange -c n on all if any remaining vg's


HTH,

Gideon
Stuart Powell
Super Advisor

Re: Migrating cluster to new nodes

Kent & Gideon;

Good point on the order of step 5 and 6. I was planning on including the subnet information on step 4.

Stuart
Sometimes the best answer is another question