- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Move PE from one disk to another
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
04-17-2002 06:28 PM
04-17-2002 06:28 PM
Move PE from one disk to another
I have tried command pvmove but it does not run on striped lv.
Is there any other way?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 06:33 PM
04-17-2002 06:33 PM
Re: Move PE from one disk to another
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 06:34 PM
04-17-2002 06:34 PM
Re: Move PE from one disk to another
The way that works:
1) Backup data in filesystem on LV
2) lvremove the LV
3) lvcreate the LV with appropriate distribution
4) newfs filesystem on LV
5) Restore data in filesystem on LV
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 06:40 PM
04-17-2002 06:40 PM
Re: Move PE from one disk to another
Just wonder if there is any other solution beside backup/restore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 06:41 PM
04-17-2002 06:41 PM
Re: Move PE from one disk to another
Nope, sorry.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 06:51 PM
04-17-2002 06:51 PM
Re: Move PE from one disk to another
Can I increase the no. of stripe of original lv if I have new pv added to the vg?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 04:16 AM
04-18-2002 04:16 AM
Re: Move PE from one disk to another
Yes, you can extend the stripped set. The caveat simply is that you will need to use an equal number of disks to extend as you have already stripped across.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 04:23 AM
04-18-2002 04:23 AM
Re: Move PE from one disk to another
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 04:43 AM
04-18-2002 04:43 AM
Re: Move PE from one disk to another
Although I must admit, I never tried..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 05:23 PM
04-18-2002 05:23 PM
Re: Move PE from one disk to another
I have tried to increase the striped size of a LV but fail.
Can you tell me the step of doing so?
My step:
1. I original have a LV with stripe size 2.
2. I increase the size and specify the disks. It forces me to select two PV.
3. I choose one original disk and one new disk.
4. The result is I have a LV with the same stripe size 2 but cross 3 disks.
Conclusion:
Strip size cannot be changed just like I can't use pvmove with a striped LV.
Regards,
Ryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 05:29 PM
04-18-2002 05:29 PM
Re: Move PE from one disk to another
If your original logical volume was striped across *two* disks then you will need to add *two* new ones to stipe across. This insures that the strict allocation policy is enforced.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 05:30 PM
04-18-2002 05:30 PM
Re: Move PE from one disk to another
That's what I get when trying to mirror and striped lv.
# lvextend -m 1 /dev/vg00/lvtest /dev/dsk/c2t6d0
Striped mirrors are not supported. To enable mirroring options (-m, -M, -c),
do not specify the striping options (-i, -I) when creating logical volumes.
Regards,
Ryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 05:38 PM
04-18-2002 05:38 PM
Re: Move PE from one disk to another
If you wish to mirror and "stripe" you can use distributed extent allocation. The combination is called "extent-based mirrored stripes". This mimics striping and adds mirroring. The "striping" is much less granular than true striping, but offers good performance. Have a look at the man pages for 'lvcreate' for more details.
Regards!
...JRF...