- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Possible to Non-Distructively Migrate an LVOL from...
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
06-10-2004 03:46 AM
06-10-2004 03:46 AM
Possible to Non-Distructively Migrate an LVOL from one VG to Another?
Is this possible under LVM ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 03:51 AM
06-10-2004 03:51 AM
Re: Possible to Non-Distructively Migrate an LVOL from one VG to Another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 03:53 AM
06-10-2004 03:53 AM
Re: Possible to Non-Distructively Migrate an LVOL from one VG to Another?
Create a new volume under the VG you want.
copy/mv/backup-restore data on new lvol.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 03:55 AM
06-10-2004 03:55 AM
Re: Possible to Non-Distructively Migrate an LVOL from one VG to Another?
vxdump -0 -f - -s 1000000 -b 16 /oldmount | (cd /newmount ; vxrestore rf -)
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 03:57 AM
06-10-2004 03:57 AM
Re: Possible to Non-Distructively Migrate an LVOL from one VG to Another?
The plan is with LVM Mirrors, we can split mirrors and move the component PV's of those mirror/split LVOLs out of the VG and create a new VG on its own -- possibly on a different host as the PV's (Luns) are multi-hosted (visible on other hosts).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 03:57 AM
06-10-2004 03:57 AM
Re: Possible to Non-Distructively Migrate an LVOL from one VG to Another?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 03:57 AM
06-10-2004 03:57 AM
Re: Possible to Non-Distructively Migrate an LVOL from one VG to Another?
Only way to do is make another VG/LV and copy the data across .
YOu can only move the LV onto a different disk/lun in the same VG .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 04:00 AM
06-10-2004 04:00 AM
Re: Possible to Non-Distructively Migrate an LVOL from one VG to Another?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=75321
As I have tested it on LVM on Linux as well...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 04:06 AM
06-10-2004 04:06 AM
Re: Possible to Non-Distructively Migrate an LVOL from one VG to Another?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 04:10 AM
06-10-2004 04:10 AM
Re: Possible to Non-Distructively Migrate an LVOL from one VG to Another?
You have to remember couple of things.
1. You can *attempt* to move by moving the whole PV. Not a single LV or if the PV has multiple LVs on them.
2. If the extent size of the other VG is different from the original VG, it may not work.
3. If you lose any data and if you place a call with HP, then they will simply say they won't support it.
With all the above, you can generally and officially say 'it doesn't work'.
But you can still try with the background that it may not work always. I believe in trying.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 02:01 PM
06-10-2004 02:01 PM
Re: Possible to Non-Distructively Migrate an LVOL from one VG to Another?
...straight from the restore man page.
I quite like this method.