<?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 Re: LVM Extent Based Striping in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707035#M790380</link>
    <description>Richard,&lt;BR /&gt;&lt;BR /&gt;you need to take into account the LVM limits:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/6054/Limits_wp.htm" target="_blank"&gt;http://docs.hp.com/en/6054/Limits_wp.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So typically this is used with JBODs and there you have to take the disk size into account. e.g. if you have 36GB disks you can create a VG with 14 disks if you use 2MB extend size: "vgcreate -s 2 â  e 17600 â  p 14 ..."&lt;BR /&gt;&lt;BR /&gt;I do not quite understand what you mean with "if they themselves are not striped.."&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
    <pubDate>Wed, 11 Jan 2006 11:39:34 GMT</pubDate>
    <dc:creator>Bernhard Mueller</dc:creator>
    <dc:date>2006-01-11T11:39:34Z</dc:date>
    <item>
      <title>LVM Extent Based Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707033#M790378</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am running HPUX 11.11 and Oracle 9.2i. I would like to stripe and mirror my data with a 64k stripe width, but as I cannot then mirror the data, I am obliged to use 'extent based striping' which does support mirroring. The minimum stripe size/extent size for this is 1Mb. I do not have enough disks to dedicate some for just this purpose, so when I create the volume group with 1Mb extents, the 1Mb extents will be used by other (probably Oracle) files - even if they themselves are not striped. So... Is there a down-side to using a 1Mb extent stripe size for Oracle data? And is there a down-side to using a 1Mb extent size for other (non-striped) data?&lt;BR /&gt;&lt;BR /&gt;Any help will be welcome.&lt;BR /&gt;&lt;BR /&gt;Richard.</description>
      <pubDate>Wed, 11 Jan 2006 11:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707033#M790378</guid>
      <dc:creator>Richard Jenkins_1</dc:creator>
      <dc:date>2006-01-11T11:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Extent Based Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707034#M790379</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;To be able to answer we would have to know what kind of disks you are using...&lt;BR /&gt;&lt;BR /&gt;I just did something of the sort this week-end but with the default PE size of 4MB, to explain, I had to migrate for we are changing bays (HDS9980V to HDStagmastore) and switches etc. As I were on LVM stiped disk I could not miror, so the only alternative left was to use extend striping on the new PVs.&lt;BR /&gt;I have noticed a better performance in big transfer (well its over 6 disks per vg now...)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 11 Jan 2006 11:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707034#M790379</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2006-01-11T11:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Extent Based Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707035#M790380</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;you need to take into account the LVM limits:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/6054/Limits_wp.htm" target="_blank"&gt;http://docs.hp.com/en/6054/Limits_wp.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So typically this is used with JBODs and there you have to take the disk size into account. e.g. if you have 36GB disks you can create a VG with 14 disks if you use 2MB extend size: "vgcreate -s 2 â  e 17600 â  p 14 ..."&lt;BR /&gt;&lt;BR /&gt;I do not quite understand what you mean with "if they themselves are not striped.."&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Wed, 11 Jan 2006 11:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707035#M790380</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2006-01-11T11:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Extent Based Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707036#M790381</link>
      <description>There is no downside to using 1MB PE's but it does severely limit the maximum size of a physical volume because the maximum size of any PV is then 64K * 1MB. &lt;BR /&gt;&lt;BR /&gt;I have yet to see any significant throughput gains to be had from extent-based striping because the smallest possible extent (1MB) is still much too large to be a good stripe size to distribute the i/o.</description>
      <pubDate>Wed, 11 Jan 2006 11:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707036#M790381</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-11T11:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Extent Based Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707037#M790382</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Thanks for the responses. Here are the answers to your questions and some more information to further explain my situation. The disks are HP 36.4G ST336754LC. I would probably create a 3 disk stripe set. The Oracle data tablespace comprises 7 500Mb datafiles, of which 4 are much busier than the others. By putting these files in a striped volume I hoped to more evenly spread the I/O. When I said 'if they themselves are not striped' I was referring to creating a 3 * 36Gb volume group with 1Mb extents and only using perhaps 10Gb for my striped Oracle data volume. That would leave 98Gb of 1 Mb extents to use for other volumes. It may be that I create those volumes as unstriped; although on reflection I can't think of any reason not to create them as striped volumes as well.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Richard.</description>
      <pubDate>Thu, 12 Jan 2006 04:34:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707037#M790382</guid>
      <dc:creator>Richard Jenkins_1</dc:creator>
      <dc:date>2006-01-12T04:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Extent Based Striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707038#M790383</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Should I understand you have only 3 PV? I dont see how you will be doing the mirroring after striped over the 3 disks...&lt;BR /&gt;Or you do have 2* 3 disks, in which case I just like you see no reason why not stripe all your logical volumes then mirror the whole group&lt;BR /&gt;You should have better performance...&lt;BR /&gt;If you have 2 controllers I would try to alternate the pvs and see to create alternate paths...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2006 09:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extent-based-striping/m-p/3707038#M790383</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2006-01-12T09:50:08Z</dc:date>
    </item>
  </channel>
</rss>

