- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error to extend LV
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
03-20-2007 07:25 AM
03-20-2007 07:25 AM
Error to extend LV
I need increase size for a LV, and I'm trying to make lvextend:
lvextend -L 1000 /dev/vg00/lvol3
The output is:
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg00/lvol3" could not be extended.
I exec: vchange -s n /dev/vg00/lvol3 and results is the same
I exec: vchange -s y /dev/vg00/lvol3 and output is:
vchange: Can not change to a more strict allocation policy because LV "/dev/vg00/lvol3" has mirrored copies.
The vg00 have space to support this new size.
How i can increaze the size of lvol3 (where / is mounted)
Thanks
Hayse :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 07:28 AM
03-20-2007 07:28 AM
Re: Error to extend LV
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=967116
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 07:29 AM
03-20-2007 07:29 AM
Re: Error to extend LV
Or you could take the easy way out and do an Ignite make_tape_recovery backup, which you can then boot from and interrupt the restore process to alter the size of your logical volumes.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 07:31 AM
03-20-2007 07:31 AM
Re: Error to extend LV
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1030157
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 07:32 AM
03-20-2007 07:32 AM
Re: Error to extend LV
You can NOT easily extend '/'. The error you see results from the need for the '/' lvol to be contiguously allocated; meaning ALL extents for this LV must be together. This is also true of vg00/lvol1 and vg00/lvol2. There are 2 ways to extend your lvol3: 1) Move lvol4 out of the way, then extend lvol3. 2) run a make_tape_recovery or make_net_recovery and then restore from that and reallocate space for your vg00 lvol's as necessary.