- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Turning off Strict Allocation
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
05-31-2007 01:05 AM
05-31-2007 01:05 AM
Can someone please tell me the consequences of turning off Strict Allocation on a logical volume so I can extend the logical volume?
There is enough space to extend it to what I want, but won't allow me cause of Strict Allocation is true, and would like to know why.
Thanks in advance.
Trev
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 01:09 AM
05-31-2007 01:09 AM
SolutionStrict allocation (when true) prevents mirrored extents of a logical volume from being allocated on the same physical volume.
To allow mirrored extents to occupy the same physical volume (if strict allocation is OFF) defeats the whole value of mirroring! A failure in a physical volume then means a loss of the logical volume at large.
Strict allocation, is analogous to a red traffic light. Obeying it keeps you from hurting yourself.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 01:11 AM
05-31-2007 01:11 AM
Re: Turning off Strict Allocation
To turn strict allocation off you would use lvchange.
# lvchange -s n /dev/vg??/lvol?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 01:14 AM
05-31-2007 01:14 AM
Re: Turning off Strict Allocation
More info on mirrors here:
http://docs.hp.com/en/B2355-90672/ch07s03.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 02:53 AM
05-31-2007 02:53 AM
Re: Turning off Strict Allocation
So reading some more doco, it looks as though you can change a Strict Alloction policy to n lvchange -s n, but once you've done that you can't change it back to Strict? Is this correct?
Trev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 02:57 AM
05-31-2007 02:57 AM
Re: Turning off Strict Allocation
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 03:02 AM
05-31-2007 03:02 AM
Re: Turning off Strict Allocation
Thanks for your comments guys.... Much appreciated.
Points awarded :-)
Trev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 03:14 AM
05-31-2007 03:14 AM
Re: Turning off Strict Allocation
Really? Not that I can see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 04:02 AM
07-24-2007 04:02 AM
Re: Turning off Strict Allocation
>>Really? Not that I can see.
Happy?
Not sure why it didn't allocate first time around!