<?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 Extent Based Striping-LVM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211225#M168575</link>
    <description>1. Can we convert a non-extent based striping to a extent based striping and then mirror to another extent based striped group.&lt;BR /&gt;&lt;BR /&gt;2. Whats the max no of PV that go into a /etc/lvmpvg(Is it equal to the number of max PVs in a vg).&lt;BR /&gt;&lt;BR /&gt;3. Which one of the following is better when we have 10GB x 100 devices=1TB capacity in a volume group&lt;BR /&gt;a. Non-extent based striping with -i=4 and I=128 for lvol creation&lt;BR /&gt;b. Extend based striping with 4 devices in each PVG under each VG in /etc/lvmpvg OR all the 100 devices in 1 PVG&lt;BR /&gt;</description>
    <pubDate>Sat, 06 Mar 2004 07:18:02 GMT</pubDate>
    <dc:creator>roadrunner_1</dc:creator>
    <dc:date>2004-03-06T07:18:02Z</dc:date>
    <item>
      <title>Extent Based Striping-LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211225#M168575</link>
      <description>1. Can we convert a non-extent based striping to a extent based striping and then mirror to another extent based striped group.&lt;BR /&gt;&lt;BR /&gt;2. Whats the max no of PV that go into a /etc/lvmpvg(Is it equal to the number of max PVs in a vg).&lt;BR /&gt;&lt;BR /&gt;3. Which one of the following is better when we have 10GB x 100 devices=1TB capacity in a volume group&lt;BR /&gt;a. Non-extent based striping with -i=4 and I=128 for lvol creation&lt;BR /&gt;b. Extend based striping with 4 devices in each PVG under each VG in /etc/lvmpvg OR all the 100 devices in 1 PVG&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Mar 2004 07:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211225#M168575</guid>
      <dc:creator>roadrunner_1</dc:creator>
      <dc:date>2004-03-06T07:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extent Based Striping-LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211226#M168576</link>
      <description>tweet tweet. slow down chap&lt;BR /&gt;&lt;BR /&gt;so many questions.&lt;BR /&gt;&lt;BR /&gt;1. sure you can convet non-extent lv to entent base.&lt;BR /&gt;&lt;BR /&gt;create another logical volume on and use either dd if=/dev/XXX/lvol1 of=/dev/XXX/lvol2&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;newfs&lt;BR /&gt;&lt;BR /&gt;mount&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and use&lt;BR /&gt;&lt;BR /&gt;cd /copyfromdir; tar cvf - . | (cd /copytodir; tar xvf -)&lt;BR /&gt;&lt;BR /&gt;that should take care of question #1&lt;BR /&gt;asuming you know how to create a extent base LV!!!</description>
      <pubDate>Sat, 06 Mar 2004 17:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211226#M168576</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2004-03-06T17:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extent Based Striping-LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211227#M168577</link>
      <description>brakes in flames yet?&lt;BR /&gt;&lt;BR /&gt;/etc/lvmpvg is just a text file indicating which disk belong to which group. sort of nice to have to keep your head clear for better things in life. &lt;BR /&gt;&lt;BR /&gt;It has no relation to the max PV.&lt;BR /&gt;&lt;BR /&gt;I reffer to groups as (i) mirror disks or (ii) disk on different devices i.e. XP and EMC. &lt;BR /&gt;&lt;BR /&gt;Physical Volume Groups is a method of keeping track of the disks.&lt;BR /&gt;&lt;BR /&gt;you can delete the file and your VG will still be intact---&lt;BR /&gt;&lt;BR /&gt;peace&lt;BR /&gt;Donny</description>
      <pubDate>Sat, 06 Mar 2004 17:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211227#M168577</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2004-03-06T17:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extent Based Striping-LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211228#M168578</link>
      <description>1 - No.. not on-line, any way.. back-up &amp;amp; restore.  You can rename new LV's though&lt;BR /&gt;# off-line..&lt;BR /&gt;# &lt;BACKUP oldlv=""&gt;&lt;BR /&gt;# lvcreate -D y -s g ... -n newlv&lt;BR /&gt;# &lt;RESTORE to="" newlv=""&gt;&lt;BR /&gt;# lvremove -f /dev/vgxx/oldlv&lt;BR /&gt;# mv /dev/vgxx/newlv /dev/vgxx/oldlv&lt;BR /&gt;# mv /dev/vgxx/rnewlv /dev/vgxx/roldlv&lt;BR /&gt;&lt;BR /&gt;2 - default is 16.. using this you can have a maximum of 16 PV's in the VG (so 8 mirrored pairs if you wish).  You can increaee the max PV's per vg at the vgcreation time ONLY.&lt;BR /&gt;&lt;BR /&gt;3 - I prefere extent striped LV as it is..&lt;BR /&gt; o more flexible (you can use mirroring, pvmove etc)&lt;BR /&gt; o generally provides quite a good and even IO distribution to the individual disks/LUNS&lt;BR /&gt; o Does not massively enforce a particular block size, so improving IO efficiency.&lt;BR /&gt;&lt;BR /&gt;you can find circumstances where one or all of the above are better serviced by kB striping, but for things like OLTP databases I have found the above a good rule of thumb... opionions will differ... &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim&lt;/RESTORE&gt;&lt;/BACKUP&gt;</description>
      <pubDate>Sat, 06 Mar 2004 17:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211228#M168578</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-03-06T17:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extent Based Striping-LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211229#M168579</link>
      <description>Tim is right, you cannot do it online. but my procedure will work online if you kick every one off your system and close all your apps without breaking anything.&lt;BR /&gt;&lt;BR /&gt;3rd. do yourself a favor and create 3 LV's with different sizes 128, 64 and 32.&lt;BR /&gt;&lt;BR /&gt;perform copy tests to and from those LV's and test the speed. for your environment.&lt;BR /&gt;&lt;BR /&gt;then choose the best one for your environment.&lt;BR /&gt;&lt;BR /&gt;peace&lt;BR /&gt;Donny</description>
      <pubDate>Sat, 06 Mar 2004 17:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211229#M168579</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2004-03-06T17:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extent Based Striping-LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211230#M168580</link>
      <description>FYI:&lt;BR /&gt;&lt;BR /&gt;use timex for your testing it works best.&lt;BR /&gt;&lt;BR /&gt;#timex dd if=/dev/vgtest/lv128 of=/dev/null bs=10k&lt;BR /&gt;&lt;BR /&gt;record speed, do same for each LV. remember this is read speed only.&lt;BR /&gt;&lt;BR /&gt;to perform write speed test reverse from a large file&lt;BR /&gt;&lt;BR /&gt;#tiemx dd if=/tmp/my2gigfile of=/dev/vgtest/lv128 bs=10k&lt;BR /&gt;&lt;BR /&gt;enjoy</description>
      <pubDate>Sat, 06 Mar 2004 18:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211230#M168580</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2004-03-06T18:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extent Based Striping-LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211231#M168581</link>
      <description>pretty sad for points.</description>
      <pubDate>Sat, 06 Mar 2004 20:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211231#M168581</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2004-03-06T20:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extent Based Striping-LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211232#M168582</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. No you cannot. You will need to recreate a filesystem and then restore. Or create a new filesystem with extent based striping and then copy the data from the non-striped filesystem.&lt;BR /&gt;&lt;BR /&gt;2. If you are talking about *real* PVs then you are right. However, you can also specify the alternate path. So, the number of *devices* listed in there can be more than 255 just like /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;3. Non-extent based striping will be much superior to extent based striping. However, it depends on your application needs. In extent based striping the stripe size is equal to your extent size which may not be really fruitful. However, extent based striping allows you to mirror which means you may get better availability at the cost of performance. There are certain limitations to any striping that you will need to keep adding 4 more disks if you want to extend. With both extent and LVM striping, failure of one disk means losing data. So, I would suggest you create multiple filesystems if your application allows. If this is a database, I would create multiple filesystems (LVM striped not extent based) using different sets of disks. Seperate datafiles, indices, redologs etc., on seperate sets so that they don't fight with each other. &lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Mar 2004 00:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211232#M168582</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-07T00:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extent Based Striping-LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211233#M168583</link>
      <description>Hi (Again),&lt;BR /&gt;&lt;BR /&gt;Little more clarification on my point 2. I meant it per VG. /etc/lvmpvg holds information for all the VGs that are configured with LVMPVGs.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 07 Mar 2004 01:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extent-based-striping-lvm/m-p/3211233#M168583</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-07T01:34:08Z</dc:date>
    </item>
  </channel>
</rss>

