- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Boot on SAN migration in vpar environnement.
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
04-05-2007 03:10 AM
04-05-2007 03:10 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2007 03:29 AM
04-05-2007 03:29 AM
SolutionWhy 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')
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2007 03:30 AM
04-05-2007 03:30 AM
Re: Boot on SAN migration in vpar environnement.
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2007 03:32 AM
04-05-2007 03:32 AM
Re: Boot on SAN migration in vpar environnement.
So try/use at your own risk.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 02:31 AM
05-03-2007 02:31 AM
Re: Boot on SAN migration in vpar environnement.
I used Hp-ux mirroring to make my boot on san migration.