- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirroring Problems/Alternatives
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
10-08-2010 09:54 AM
10-08-2010 09:54 AM
However, on some of my VGs, the Max_PE_per_PV is set too low. I don't want to try vgmodify2, since it's unsupported in 11.11.
Is it possible to add the new disk to the VG and then just do a pvmove to copy from the old EVA1 to the new EVA2?
Or, instead of trying to add a disk that is too large, can I add 3 smaller disks and mirror to them? I'm not sure how mirroring an lvol to three disks would work.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2010 10:09 AM
10-08-2010 10:09 AM
Solution>>and then just do a pvmove to copy from the
>>old EVA1 to the new EVA2?
Yes, this is definitely possible. If you do a 'pvmove' just try to make sure that it does not get interrupted before it finishes. If a 'pvmove' does get interrupted it can be somewhat difficult to get the LV back to a clean state.
>>Or, instead of trying to add a disk that is
>>too large, can I add 3 smaller disks and
>>mirror to them? I'm not sure how mirroring
>>an lvol to three disks would work.
That is possible as well. You just do your normal 'lvextend -m 1' and LVM will take care of determining what disks to use. If you want more control, you can tell LVM what disks to use when mirroring by specifying them on the command line. For example if you want to mirror VG01/LVOL1 to c1t1d1 and c1t1d2, you would do:
# lvextend -m 1 /dev/vg01/lvol1 /dev/dsk/c1t1d1 /dev/dsk/c1t1d2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2010 10:24 AM
10-08-2010 10:24 AM
Re: Mirroring Problems/Alternatives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2010 10:24 AM
10-08-2010 10:24 AM
Re: Mirroring Problems/Alternatives
lvextend -m 0
after that vgreduce the EVA1 disk from VG..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2010 10:26 AM
10-08-2010 10:26 AM