- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LV Migrate and PV migrate.
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
08-31-2005 08:06 AM
08-31-2005 08:06 AM
LV Migrate and PV migrate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 08:11 AM
08-31-2005 08:11 AM
Re: LV Migrate and PV migrate.
What exactly you want?? Move data between lvs?? between pvs??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 08:21 AM
08-31-2005 08:21 AM
Re: LV Migrate and PV migrate.
pvmove is used for moving data from one PV to another but within same VG. vgreduce when done will allocate the PE's from that PV to others.
You should have given a bit more detailed information.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 05:56 PM
08-31-2005 05:56 PM
Re: LV Migrate and PV migrate.
i think you need such a kind of doc.
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2005 06:25 PM
08-31-2005 06:25 PM
Re: LV Migrate and PV migrate.
To move data within vg you can use pvmove :
To move all PE.s of lvol5 that are located on PV c0t2d0 to PV c0t3d0 , we can use as follows.
# pvmove -n /dev/vg01/lvol5 /dev/dsk/c0t2d0 /dev/dsk/c0t3d0
Also Check Chapter-16 , page 18,19 of Recovery Hand book , or the above attached file , you will get a clear concept.
Cheers ,
Raj.