<?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 Logical Volume Striping in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643372#M44331</link>
    <description />
    <pubDate>Fri, 11 Jan 2002 20:29:22 GMT</pubDate>
    <dc:creator>John Booth_1</dc:creator>
    <dc:date>2002-01-11T20:29:22Z</dc:date>
    <item>
      <title>Logical Volume Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643372#M44331</link>
      <description />
      <pubDate>Fri, 11 Jan 2002 20:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643372#M44331</guid>
      <dc:creator>John Booth_1</dc:creator>
      <dc:date>2002-01-11T20:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643373#M44332</link>
      <description>I was wondering how much overhead you get from using the striping option when you create a logical volume.  I have never used this option and I am not a big fan of software solutions.  But need something.  Any advice would be great.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John</description>
      <pubDate>Fri, 11 Jan 2002 20:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643373#M44332</guid>
      <dc:creator>John Booth_1</dc:creator>
      <dc:date>2002-01-11T20:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643374#M44333</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Generally disk striping can increase the performance of applications that read and write large, sequentially accessed files. Data access is performed over the multiple disks simultaneously, resulting in a decreased amount of required time as compared to the same operation on a single disk. If all of the striped disks have their own controllers, each can process data simultaneously.&lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 11 Jan 2002 20:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643374#M44333</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-11T20:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643375#M44334</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;This guide will give you a complete information about the benefits/drawbacks of LVM striping:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/76-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/76-toc.html&amp;amp;searchterms=LVM%7cstriping&amp;amp;queryid=20020111-124055" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/76-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/76-toc.html&amp;amp;searchterms=LVM%7cstriping&amp;amp;queryid=20020111-124055&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2002 20:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643375#M44334</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-11T20:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643376#M44335</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;There should be no overhead.  Ultimately, every I/O must be mapped to a physical address so this matters little from that perspective.&lt;BR /&gt;&lt;BR /&gt;There are two ways to stripe, or spread data across physical volumes in a volume group -- striping and distributed extents.  Have a look at the man pages for 'lvcreate'.   The choices are mutually exclusive.  True striping gives finer granularity and for small I/O's may offer better distribution accross a large number of disks than distributed extents.&lt;BR /&gt;&lt;BR /&gt;The use of distributed extents, however, allows the creation of both mirrored and "stripped" sets otherwise *not easily* achieved with the standard stripe methods (although this can be finessed).&lt;BR /&gt;&lt;BR /&gt;The above comments apply to standard LVM.  With VxVM, instead, *both* stiping and mirroring are supported "naturally".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 11 Jan 2002 20:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643376#M44335</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-11T20:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643377#M44336</link>
      <description />
      <pubDate>Fri, 11 Jan 2002 20:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643377#M44336</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2002-01-11T20:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643378#M44337</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;The basic answer to any question related to performance is "it depends". And&lt;BR /&gt;&lt;BR /&gt;"if you are not getting any complaints from the end users, then your system is outperforming and you don't need to touch it".&lt;BR /&gt;&lt;BR /&gt;Striping does offer performance gains. But it depends on the environment you have and the disk subsystem.&lt;BR /&gt;&lt;BR /&gt;If your application does a lot of sequential IOs, then striping will definitely help you and you should consider looking at it. Random IOs gain a very little from the striping. So, you may not want to do striping if your system does a lot of random IO.&lt;BR /&gt;&lt;BR /&gt;Reads benifit largely from mirroring than striping but on the contrary writes suffer. So, you wouldn't be doing mirroing.&lt;BR /&gt;&lt;BR /&gt;And if you have disk subsystems with their own caches, then again the stripe size determines the performance. Sometimes striping may decrease the performance. You need to check with your vendor.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2002 21:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-striping/m-p/2643378#M44337</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-11T21:37:24Z</dc:date>
    </item>
  </channel>
</rss>

