- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvextend doesn`t work
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
12-09-2005 12:11 AM
12-09-2005 12:11 AM
we tried to extend a logical volume and get the following error message:
lvextend -L 200 /dev/vg00/lvol3
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg00/lvol3" could not be extended.
Failure possibly caused by contiguous allocation policy.
Failure possibly caused by strict allocation policy´
The LV is mirrored but on the VG00 are 16MB x 2020 PE`s free, so there are enough free space to extend.
What can be the problem ?
best regards
Andy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 12:19 AM
12-09-2005 12:19 AM
SolutionFailure possibly caused by contiguous allocation policy.
Failure possibly caused by strict allocation policy´
lvchange -C n /dev/vg00/lvol3
Then try again.
If you are trying to expand root filesystem.
Forget it.
You can't do that.
You have to make an ignite backup of your system boot off of it, intervene manually and restore your system with a larger root fs.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 12:21 AM
12-09-2005 12:21 AM
Re: lvextend doesn`t work
This is expected. 'vg00/lvol3' is the root filesystem mountpoint. It's physical extents must be allocated with gaps (contiguously) and cannot mirrored extents cannot occupy the same physical disk volume (strict allocation).
Thus, you are not going to be able to extend it unless you were to move extents from an adjacent logical volume to another area on the disk.
The question really becomes, why do you want to expand the root filesystem? The root ("/") filesystem should be relatively small and contain only directories like '/etc', '/sbin', and '/dev', principally.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 12:40 AM
12-09-2005 12:40 AM
Re: lvextend doesn`t work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 12:41 AM
12-09-2005 12:41 AM
Re: lvextend doesn`t work
Dear Andreas,
lvol3 --> root
should be contigeous always.
ie . PE should be continous.
This is the reason.
With Regards,
Siva.