- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- contiguous PE 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
01-22-2003 10:19 AM
01-22-2003 10:19 AM
contiguous PE allocation
In a non-boot disk scenario, is the any advantage using strict PE allocation? Perhaps speed - there's no need to go to random locations for the PE's, but the pitfall of having no room to grow if there's an adjacent lvol is probably worse..?
Thanks,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 10:26 AM
01-22-2003 10:26 AM
Re: contiguous PE allocation
-M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 10:27 AM
01-22-2003 10:27 AM
Re: contiguous PE allocation
The main advantage of contigious LVOL's is that it makes things simple for booting and swapping especially while the box is coming up and is thus real dumb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 10:27 AM
01-22-2003 10:27 AM
Re: contiguous PE allocation
Strict Allocation:
The purpose of disk mirroring is to have the data stored on more than one disk
in case of a disk failure. The lvcreate command sets the "strict" allocation
policy by default. This means that mirrors of a logical extent cannot share
the same physical volume.
Contiguous allocation ensures that physical extents are allocated in ascending
order without any gap between adjacent extents and all extents are contained in
a single physical volume.
The contiguous allocation policy is turned off by default when creating a
logical volume. It can be turned on with the "-C y" option with the lvcreate
lvchange commands.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 10:34 AM
01-22-2003 10:34 AM
Re: contiguous PE allocation
'Contiguous' allocation means physical extents are allocated in ascending order; no gap is allowed between physical extents within a mirror copy; and physical extents of any mirror copy all reside on a single physical volume.
'Strict' allocation means that mirror copies of logical extents cannot be allocated to share the same physical volume or physical volume group as the mirror copy.
Thus, whether or not this a boot disk, I definitely want my mirror copies to reside on different physical volumes. That is, I definitely want to set 'strict'.
As for 'contiguous' alllocation setting it means that expanding a logical volume becomes more difficult (although it can be done). I don't normally set 'contiguous', and I don't worry about head movement on a disk device within the physical space assigned to a logical volume. I suppose if one were doing large sequential reads or writes some loss of performance could be measured for non-contiguous LVs, but there are probably better improvements to be made elsewhere (e.g. in application code).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 11:28 AM
01-22-2003 11:28 AM
Re: contiguous PE allocation
other then that i've never heard of any other reason to use it.