- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to "move" bootable vg
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
03-10-2009 05:33 PM
03-10-2009 05:33 PM
How to "move" bootable vg
Is this possible, if so how?
I have created a new VG but no lv yet. Please have a look at the attached file.
Any help greatly appreciated.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 08:14 PM
03-10-2009 08:14 PM
Re: How to "move" bootable vg
You can manually create some lv's and copy the data across. However I do not see what you are trying to achieve.
I assume the 2 root disks were mirrored?
Why not simply mirror the lv's on the remaining disk on to one of the others. no need to create vg02.
If you do actually want to move it, it still needs to be vg00, so you must mirror, then remove the original disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 08:48 PM
03-10-2009 08:48 PM
Re: How to "move" bootable vg
However, your other 2 disks are 18GB, so if you mirror the 9GB disk to 18 GB disk you probably use only 9GB of the 18GB drive due to VG configuration limits.
If you want to move vg00 to the 18GB disks, you should use ignite, create a backup and restore it to the "new" disks.
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
03-10-2009 11:22 PM
03-10-2009 11:22 PM
Re: How to "move" bootable vg
--- Physical volumes ---
PV Name /dev/dsk/c1t2d0
PV Status unavailable
Total PE 2169
Free PE 1
PV Name /dev/dsk/c2t2d0
PV Status available
Total PE 2169
Free PE 1
Please check the output of
# lvdisplay /dev/vg00/lvol3
If mirror copies is 1, then the disk are mirrored and we could just replace the fault disk.
But am not sure why does the output show
Cur PV 3 <<==
Act PV 2 <<==
Could you post the output of
# strings /etc/lvmtab
# lvdisplay -v /dev/vg00/l*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2009 06:15 AM
03-11-2009 06:15 AM
Re: How to "move" bootable vg
What I was going to do is to move the existing bootable 9GB disk to the new 18GB disk without going through backup/restore.
Can I make the new 18GB disk bootable and use dd command to copy the data?
The output of the commands are in an attached file.