- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvol strict/contiguous
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-07-2003 08:51 AM
тАО07-07-2003 08:51 AM
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg00/lvol7" could not be extended.
Failure possibly caused by contiguous allocation policy.
Failure possibly caused by strict allocation policy
how can i change the strict/contiguous definition to this logical volume?
Thanks
Regards..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2003 08:56 AM
тАО07-07-2003 08:56 AM
Re: lvol strict/contiguous
The strict/contiguous policies are defined during lv creation (see man lvcreate). The only way to change the policy is to re-create the logical volume. Perhaps you could create a new logical volume of sufficient size, mount it as /newusr, copy the contents of /usr into it, the switch the mount points for /usr and /newusr in /etc/fstab and reboot?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2003 08:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2003 08:59 AM
тАО07-07-2003 08:59 AM
Re: lvol strict/contiguous
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2003 09:00 AM
тАО07-07-2003 09:00 AM
Re: lvol strict/contiguous
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2003 09:01 AM
тАО07-07-2003 09:01 AM
Re: lvol strict/contiguous
I always lvremove and re-create to get around this.
If its /stand or / and is hard to remove, you can do this:
make_tape_recovery
boot off the tape.
Press the key when prompted to interact with the recovery. Increase sizes then.
This should only be done if the logical volume can not be removed/recreated through normal means.
lvchange -C n /dev/vg00/lvol7
This would be my first try, just because it looks like fun.
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
тАО07-07-2003 09:02 AM
тАО07-07-2003 09:02 AM
Re: lvol strict/contiguous
# lvdisplay /dev/vg00/lvol7|grep Allocation
Allocation strict/contiguous
# lvchange -C n /dev/vg00/lvol7
Now the lvdisplay will only show ..
Allocation strict
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2003 07:58 PM
тАО07-07-2003 07:58 PM
Re: lvol strict/contiguous
Following command may be help you,
lvchange -C n /dev/vg00/lvol7
then you try to extend your logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2003 12:20 AM
тАО07-08-2003 12:20 AM
Re: lvol strict/contiguous
start your server in single user mod and see that /usr is unmount
OTHERWISE unmount /usr and then use lvchange.