- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error: Extend a logical volume size
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
10-10-2006 06:08 AM
10-10-2006 06:08 AM
Error: Extend a logical volume size
I tried to extend a logical volume (via sam) and the output was:
lvextend: Not enough free physical extents available.
│pt │
││ aud│ Logical volume "/dev/vg00/appl3" could not be extended. │ │
││ bac│ Failure possibly caused by strict allocation policy
Somebody can help me with this error?
why its generate?
how I can fix this?
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 06:10 AM
10-10-2006 06:10 AM
Re: Error: Extend a logical volume size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 06:15 AM
10-10-2006 06:15 AM
Re: Error: Extend a logical volume size
lvdisplay /dev/vg00/appl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 06:17 AM
10-10-2006 06:17 AM
Re: Error: Extend a logical volume size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 06:19 AM
10-10-2006 06:19 AM
Re: Error: Extend a logical volume size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 06:20 AM
10-10-2006 06:20 AM
Re: Error: Extend a logical volume size
You won't be able to extend it under this circumstance.
Still if you want to then you need to turn off policy on all logical volumes in that volume group to extend it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 06:32 AM
10-10-2006 06:32 AM
Re: Error: Extend a logical volume size
For this I need to deactivate the vg?
This may can cause error with the application ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 06:46 AM
10-10-2006 06:46 AM
Re: Error: Extend a logical volume size
Instead of this doing on all logical volumes, you can split mirror and use pvmove all logical volumes and when you move the required one to be extended, move it and extend it. Once all done, you can mirror it back.
ex: disk1 - primary and disk2 - alternate.
1. break mirror for all logical volumes.
2. pvmove lvol1 , lvol2 .. one at a time.
3. pvmove appl3 and use lvextend command to increase size after pvmove
4. pvmove remaining ones.
5. mirror all logical volumes now.
No harm doing this one. But it takes lot of time to do pvmove depending on the size of logical volumes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 09:00 AM
10-10-2006 09:00 AM
Re: Error: Extend a logical volume size
# lvdisplay -v /dev/vg00/appl3
Are your disks striped? striped + mirrored?
lvdisplay could shed more light on your lvextend situation.
thanks!