<?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: Logical volume mirrir and strip in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526997#M648765</link>
    <description>tots,&lt;BR /&gt;&lt;BR /&gt;If you haven't got the answer you are looking then here it is:&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; You need to recreate your VG,LVs for doing this.&lt;BR /&gt;Add /etc/lvmpvg file with the disk names. See man pages of lvmpvg for the syntax. Create two PVG with teo disks each ( say PVG1, PVG2)&lt;BR /&gt;Create the VG using the PVG Name (PVG1, PVG2) instead of Disk name&lt;BR /&gt;Create the LV using PVG1&lt;BR /&gt;extend LV on to PVG1 with mirror option&lt;BR /&gt;ex: lvextend -m 1 /dev/vgx/lvolx PVG1 ( see lvextend for more option)&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;Manju</description>
    <pubDate>Thu, 17 May 2001 23:49:57 GMT</pubDate>
    <dc:creator>Manju Kampli</dc:creator>
    <dc:date>2001-05-17T23:49:57Z</dc:date>
    <item>
      <title>Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526987#M648755</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt; i have 4 disks in a vol grp of equal sizes 2mb each, with one logical volume of 3mb size which is stiped across first two disks. I want to mirror(along with strip) the above logical volume on to two other two disks. Can someone sugget me how to go about.&lt;BR /&gt;&lt;BR /&gt;tots</description>
      <pubDate>Thu, 10 May 2001 14:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526987#M648755</guid>
      <dc:creator>tots</dc:creator>
      <dc:date>2001-05-10T14:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526988#M648756</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You can mirror and strip with "extent-based mirrored strips".  A good discussion is actually in the man pages for 'lvcreate'.  There is a detailed example at the end.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 May 2001 14:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526988#M648756</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-05-10T14:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526989#M648757</link>
      <description>You cannot use striping and mirroring together.  HP does NOT support this.&lt;BR /&gt;&lt;BR /&gt;What you can use is the '-D' option to lvcreate which creates the lv as a distributed lv.  A distributed lv basically does striping, but it is extent based striping.  This means that when the lv is created the first extent is put on disk1, the second extent on disk2, the third on disk1, etc until your lv is created.&lt;BR /&gt;&lt;BR /&gt;To create a distributed lv, your disks MUST be in a PVG (physical volume group).  This can be done when the VG is created, or can be done later by editing the /etc/lvmpvg file (do a 'man lvmpvg' for more info.).&lt;BR /&gt;&lt;BR /&gt;When using the -D to create a distributed LV, you CAN then use -m to create a mirror.  I think you also have to use the '-s g' option so that your mirror will be PVG-strict.&lt;BR /&gt;&lt;BR /&gt;Here is the full command you can use to create a distributed, mirrored LV:&lt;BR /&gt;&lt;BR /&gt;lvcreate -L20 -D y -s g -m 1 -n name /dev/vg02</description>
      <pubDate>Thu, 10 May 2001 14:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526989#M648757</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-05-10T14:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526990#M648758</link>
      <description>tot,&lt;BR /&gt;&lt;BR /&gt;  You can use following command.&lt;BR /&gt;&lt;BR /&gt;#lvextend -m &lt;NO. of="" mirrors=""&gt; &lt;VOLUME name=""&gt; &lt;PHYSICAL device="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;here physical device is optional. But be sure about your physical volume sizes it can not be in Mbs.&lt;/PHYSICAL&gt;&lt;/VOLUME&gt;&lt;/NO.&gt;</description>
      <pubDate>Thu, 10 May 2001 14:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526990#M648758</guid>
      <dc:creator>Rajeev Tyagi</dc:creator>
      <dc:date>2001-05-10T14:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526991#M648759</link>
      <description>Tots,&lt;BR /&gt;&lt;BR /&gt;  I am sorry. I could get it now you r looking for RAID 1 + 0 setup .I agree with patrick.</description>
      <pubDate>Thu, 10 May 2001 14:41:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526991#M648759</guid>
      <dc:creator>Rajeev Tyagi</dc:creator>
      <dc:date>2001-05-10T14:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526992#M648760</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; JRF, Patrick and Rajeev you all gave food for my thought. I was thinking about using    -i &amp;amp; -I option  with lvcreate for contolling striping. Any suggestion for this.&lt;BR /&gt;&lt;BR /&gt;tots</description>
      <pubDate>Thu, 10 May 2001 15:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526992#M648760</guid>
      <dc:creator>tots</dc:creator>
      <dc:date>2001-05-10T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526993#M648761</link>
      <description>If you use -i and -I you will NOT be able to use -m to set up mirroring.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 May 2001 15:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526993#M648761</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-05-10T15:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526994#M648762</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt; Then how am i going to control the size of the strip. Oops.&lt;BR /&gt;I would have tried it but short of system to check on. &lt;BR /&gt;&lt;BR /&gt;tots</description>
      <pubDate>Thu, 10 May 2001 15:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526994#M648762</guid>
      <dc:creator>tots</dc:creator>
      <dc:date>2001-05-10T15:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526995#M648763</link>
      <description>If you want to stripe and mirror you must use -D for distributed (extent-based striping).  You can NOT control the stripe size with this option.  It uses the PE-Size that is configured when you create the Volume Group.&lt;BR /&gt;&lt;BR /&gt;Have a look at the man page for lvcreate and read the section that talks about the '-D' option.  There is lots of good information there.</description>
      <pubDate>Thu, 10 May 2001 15:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526995#M648763</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-05-10T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526996#M648764</link>
      <description>Gents,&lt;BR /&gt;Striping with 1MB (minimal extend size or worse the default 4MB size) is not recommended by storage experts. Striping should be done with pieces of 2-64KB blocks, anything bigger is a waste of resources. Therefore, even using the -I option to 1MB and than (manually!) assigning the extends to the disks will not help.&lt;BR /&gt;If you want to be save, just mirror the disks.</description>
      <pubDate>Fri, 11 May 2001 10:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526996#M648764</guid>
      <dc:creator>Jeen Oppedijk</dc:creator>
      <dc:date>2001-05-11T10:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526997#M648765</link>
      <description>tots,&lt;BR /&gt;&lt;BR /&gt;If you haven't got the answer you are looking then here it is:&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; You need to recreate your VG,LVs for doing this.&lt;BR /&gt;Add /etc/lvmpvg file with the disk names. See man pages of lvmpvg for the syntax. Create two PVG with teo disks each ( say PVG1, PVG2)&lt;BR /&gt;Create the VG using the PVG Name (PVG1, PVG2) instead of Disk name&lt;BR /&gt;Create the LV using PVG1&lt;BR /&gt;extend LV on to PVG1 with mirror option&lt;BR /&gt;ex: lvextend -m 1 /dev/vgx/lvolx PVG1 ( see lvextend for more option)&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;Manju</description>
      <pubDate>Thu, 17 May 2001 23:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526997#M648765</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2001-05-17T23:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Logical volume mirrir and strip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526998#M648766</link>
      <description>This is not answering the question, but It is possible to use a kilobyte stripe and have it mirrored if you use hardware mirroring, say on an auto raid or fc60. &lt;BR /&gt;&lt;BR /&gt;Tot, does you system support HW mirroring? if so then you can use thin stripes.  If not, then you are stuck with mirror no stripes(RAID1) or extent based [wide] stripes with mirroring (RAID1+0).&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 18 May 2001 09:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/logical-volume-mirrir-and-strip/m-p/2526998#M648766</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2001-05-18T09:55:12Z</dc:date>
    </item>
  </channel>
</rss>

