- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pvmove woes
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
01-09-2001 07:16 AM
01-09-2001 07:16 AM
HP-UX 10.20
I am attempting to move ALL the data off of a drive that is threatening to go bad so I can replace it and not have to do a massive restore. The drive is NOT part of a mirror, darn it!!!!
I have been doing pvmove's to move all of the data off of this drive to other drives in this VG. I have run into a problem.
I tried to move all extents (732) off of this drive to another drive that has 1003 free extents, according to pvdisplay. When I tried to do this I got the error "pvmove: Not enough space".
Prior to this it let me move 615 extents off of this drive to another drive that had 837 extents free.
Anyone have any ideas on this? I'm totally confused.
Thanks!
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 07:30 AM
01-09-2001 07:30 AM
Re: pvmove woes
I suspect that your allocation policies are preventing the move.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 07:39 AM
01-09-2001 07:39 AM
Re: pvmove woes
I would think that since it let me move the others, it should let me move the problematic one as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 08:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 08:17 AM
01-09-2001 08:17 AM
Re: pvmove woes
I was trying to figure out how to turn off the Distributed option, I just couldn't remember the lvchange command.
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 08:30 AM
01-09-2001 08:30 AM
Re: pvmove woes
I'm happy I could help. Hopefully all is now safely moved off your failing disk.
The man pages for 'lvchange' note that "The distributed allocation policy REQUIRES the PVG-strict allocation policy (-s g) to ensure that mirrors of distributed extents do not overlap...". I can only assume, therefore, that LVM was being "proactive" in the event that you WOULD mirror later.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 08:53 AM
01-09-2001 08:53 AM
Re: pvmove woes
You could be right. I knew -D required -s g, but I'm still confused as to why it wouldn't let me move the stuff with PVG-strict. It's all in the same PVG so why not let it move it. Oh well.
All is not moved yet, but it is well on its way now.
I guess the next challenge is going to be figuring out how to rebalance the disks once I get the failing one replaced.
Fortunately it is a test system and the data is test data, so if it is a bit slower it won't matter much. I would just like to avoid copying 180GB of data from my production server or restoring that much over the network.