Operating System - HP-UX
1854765 Members
22284 Online
104103 Solutions
New Discussion

Boot on SAN migration in vpar environnement.

 
SOLVED
Go to solution
Christ 33
Advisor

Boot on SAN migration in vpar environnement.

Boot on SAN migration in vpar environnement.


Hi all,

I am looking for some information.
I have an rp8420 server with 3 vpar. All the vpar are booting on an EMC SAN. We need to transfer this boot on SAN on an Netapp disc system.

I try with mirror Unix to copy Vg00 from EMC to Netapp and reboot from Netapp.
This works fine.

I want to know if I can move, reboot each vpar independently, without any interact between them, or, if there is different commands for the vpar manager. In this case, do we need to shutdown all the vpar to reboot the partition manager?

How to copy the vpmon ?
Is it independent, or it will be copied with the first vpar?
In this case, how to identify with which vpar, is it linked?

Many thanks for your help.

Christian
4 REPLIES 4
Zinky
Honored Contributor
Solution

Re: Boot on SAN migration in vpar environnement.

Peace with thee Christian,

Why don't you just use mirroring?

First:

pvcreate -fb your new NetAPP boot disk
mkboot ---
vgextend..
lvextend...

Then change your Boot PRI to your NETAPP LUn...

BUT, check first if a NetApp LUN is supported as a SAN Boot device. HP has a document that lists what are the supported SAN Arrays that HP-UX can use as boot disks/luns.
See: javascript:openExternal('http://docs.hp.com/en/7408/HPUXSANBootWP_final_v2_update.pdf?jumpid=reg_R1002_USEN')


Hakuna Matata

Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
Torsten.
Acclaimed Contributor

Re: Boot on SAN migration in vpar environnement.

Hi,

first you should check if your new array is supported as a boot device, e.g. with this matrix:

http://www.hp.com/products1/serverconnectivity/mass_storage_devices.html

If you mirror your vg00, you will also mirror the vpmon, because it is in /stand.
All vpmons will synchronize by themself.

To get rid of your "original" vpmon located on the old disks, you should reboot the whole nPar, I guess.

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!   
Zinky
Honored Contributor

Re: Boot on SAN migration in vpar environnement.

http://www.hp.com/products1/serverconnectivity/mass_storage_devices.html and it appears NetApp is not.

So try/use at your own risk.
Hakuna Matata

Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
Christ 33
Advisor

Re: Boot on SAN migration in vpar environnement.

Thanks for your answers,

I used Hp-ux mirroring to make my boot on san migration.