- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvcreate -D versus lvcreate -i -I
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
тАО09-18-2001 01:28 AM
тАО09-18-2001 01:28 AM
Basically I have 4 disks ( each two disk connected to a different controller.)In order to achieve the optimum performance I want the logical volume to spannin equally over the 4 disks. What is the best way to do this.
Thanks for you valuable help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2001 01:52 AM
тАО09-18-2001 01:52 AM
Solutionthe -D (distributed) option is really for those who want to stripe and mirror, whereas the -i -I options are for striping only. Thats the only real difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2001 01:54 AM
тАО09-18-2001 01:54 AM
Re: lvcreate -D versus lvcreate -i -I
From what I could gather, the -D option is what HP calls extent based striping and has the ability to be mirrored at a later time if required (i.e. mirrored stripes). The -i & -I option specifies block striping and with it, you can set the stripe size, i.e. striping not based on extent size.
Found the following hit at dutchworks:
http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=73976&q=lvcreate%20-D%20-i&fh
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2001 02:44 AM
тАО09-18-2001 02:44 AM
Re: lvcreate -D versus lvcreate -i -I
If you choose -i -I you cannot make mirror with LVM.
-i -I let you choose size of strip and number of disk to sptrip across.
-D set 4MB ( default) strip size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-22-2001 11:45 AM
тАО09-22-2001 11:45 AM
Re: lvcreate -D versus lvcreate -i -I
The best performing option will probably depend on if you are doing large contiguous reads and writes or small random reads and writes.
Does anyone know if a write of 20mb on a distributed volume would write to 5 disks simultaneously like striping (few i/o requests) or would it be further broken up causing more i/o requests?