<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 256k for stripe size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621560#M645936</link>
    <description>Helo,&lt;BR /&gt;&lt;BR /&gt;I??m looking for a way to create a LVM lvol using stripping with stripe size = 256k.&lt;BR /&gt;When I see the man pages for lvcreate command, I see the max size for stripe is 32k.&lt;BR /&gt;&lt;BR /&gt;Any suggestion ?&lt;BR /&gt;&lt;BR /&gt;I`m am working with 2 XP256, and we are wondering if using stripping or using distributed policy of LVM.&lt;BR /&gt;&lt;BR /&gt;Any experience about this ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 28 Nov 2001 20:13:16 GMT</pubDate>
    <dc:creator>Miguel Angel Aliaga</dc:creator>
    <dc:date>2001-11-28T20:13:16Z</dc:date>
    <item>
      <title>256k for stripe size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621560#M645936</link>
      <description>Helo,&lt;BR /&gt;&lt;BR /&gt;I??m looking for a way to create a LVM lvol using stripping with stripe size = 256k.&lt;BR /&gt;When I see the man pages for lvcreate command, I see the max size for stripe is 32k.&lt;BR /&gt;&lt;BR /&gt;Any suggestion ?&lt;BR /&gt;&lt;BR /&gt;I`m am working with 2 XP256, and we are wondering if using stripping or using distributed policy of LVM.&lt;BR /&gt;&lt;BR /&gt;Any experience about this ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 28 Nov 2001 20:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621560#M645936</guid>
      <dc:creator>Miguel Angel Aliaga</dc:creator>
      <dc:date>2001-11-28T20:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: 256k for stripe size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621561#M645937</link>
      <description>Miguel,&lt;BR /&gt;To strip most effeciently, find out the block size of you XP.&lt;BR /&gt;&lt;BR /&gt;For instance on my autoraids it uses 64 so I strip at 64, so there is not waste.&lt;BR /&gt;&lt;BR /&gt;lvcreate -l ???SIZE??? -i 2 -I 64 -s y (???n lvol#) /dev/vg0# &lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;C</description>
      <pubDate>Wed, 28 Nov 2001 20:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621561#M645937</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-11-28T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: 256k for stripe size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621562#M645938</link>
      <description>Hi Miguel:&lt;BR /&gt;&lt;BR /&gt;That parameter is specified in kilobytes so simply use -I 256. I seldom see any benefits above 64 since the whole idea is tyo spread the I/O over multiple paths.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Wed, 28 Nov 2001 20:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621562#M645938</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-28T20:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: 256k for stripe size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621563#M645939</link>
      <description>Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;The stripe size can be 4-32768 KB . &lt;BR /&gt;&lt;BR /&gt;Do a "man lvcreate" and see that the stipe size is specified in KB and can be 4 to 32768.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2001 20:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621563#M645939</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-28T20:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: 256k for stripe size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621564#M645940</link>
      <description>Miguel,&lt;BR /&gt;&lt;BR /&gt;You can also do "extent based striping":&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xf904c7af36b7d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xf904c7af36b7d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 28 Nov 2001 20:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621564#M645940</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-28T20:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: 256k for stripe size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621565#M645941</link>
      <description>Thanks, when I excuted the man lvcreate I mistaked and I thought the limit was 32kb, but sorry, it`s expressed in kilobytes, !!!!!!&lt;BR /&gt;&lt;BR /&gt;Thanks all of you.&lt;BR /&gt;&lt;BR /&gt;I have experience on EMC disks but, now we are working whith HP XP256, so I would like to hear about experiences over this platform.&lt;BR /&gt;I always used stipping over EMC, it works fine, but over XP we are doing tests and any experience will be gratefull.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2001 22:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621565#M645941</guid>
      <dc:creator>Miguel Angel Aliaga</dc:creator>
      <dc:date>2001-11-28T22:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: 256k for stripe size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621566#M645942</link>
      <description>Miquel,&lt;BR /&gt;&lt;BR /&gt;We do have XP256/512s and I tried to do some benchmarking with different stripe sizes. However, these benchmarks need not be true and the performance is entirely dependent on your application and the way it reads/writes. So, I would say to benchmark your application against different stripe sizes than looking for a generic recommendation.&lt;BR /&gt;&lt;BR /&gt;If you get some chance and if the data is not too much, you may want to stripe the file systems with different stripe sizes and loadtest.&lt;BR /&gt;&lt;BR /&gt;One thumb rule in performance management is "it depends".&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 28 Nov 2001 23:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/256k-for-stripe-size/m-p/2621566#M645942</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-11-28T23:02:07Z</dc:date>
    </item>
  </channel>
</rss>

