Operating System - HP-UX
1753665 Members
5715 Online
108798 Solutions
New Discussion юеВ

Re: Migrate package to IVM guest

 
Jagadesh_2
Regular Advisor

Migrate package to IVM guest

Admins,

I have a requirement to migrate existing package running SG cluster node1-node2, which we are planning to use it as IVM servers.

We will bring down the package.
Take an Ignite backup of node1.
Install IVM on node1-node2.
Create Guest partition.
Restore Ignite to newly created guest and remove SG packages.

Question is how I will be able to import the SG package disks to newly created Guest partitions?

Thanks.
3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: Migrate package to IVM guest

Some considerations:

Should the package run on guests or will be the guest itself the package?
What HPVM version?
What type of storage hardware?

In case you want to "re-use" the existing data disks, you need to assign them to the guests.

The guide from http://docs.hp.com will tell you all the details.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Steven E. Protter
Exalted Contributor

Re: Migrate package to IVM guest

Shalom,

Well you seem to be migrating the IVM no problem.

Unless the IVM is going to have the same storage access and IP address, you will have to reconfigure those things and the SG environment to get going.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jagadesh_2
Regular Advisor

Re: Migrate package to IVM guest

Thanks for your response.

I have managed to find the solution

Collect the luns which are part of VG
Create map file
Export the vg
Assign the disks to IVM guest
vparmodify -P guest1 -a disk:scsi::disk:/dev/rdisk/disk27
Login to guest
ioscan to verify new luns
Import VG

Thanks for all your help in this.