<?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 RAID 1+0 Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636266#M620085</link>
    <description>I've been searching far and wide for insight on how to create a RAID 1+0 (a stripe set of 3 mirrored pairs in my case) array on HP-UX 11i.  I've managed to create RAID 0+1 arrays but I can't wrap my head around doing a RAID 1+0.  Can it be done with LVM or is VxVM required?  How exactly would it be accomplished?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Curtis</description>
    <pubDate>Tue, 27 Sep 2005 13:35:27 GMT</pubDate>
    <dc:creator>Curtis Schiewek</dc:creator>
    <dc:date>2005-09-27T13:35:27Z</dc:date>
    <item>
      <title>RAID 1+0 Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636266#M620085</link>
      <description>I've been searching far and wide for insight on how to create a RAID 1+0 (a stripe set of 3 mirrored pairs in my case) array on HP-UX 11i.  I've managed to create RAID 0+1 arrays but I can't wrap my head around doing a RAID 1+0.  Can it be done with LVM or is VxVM required?  How exactly would it be accomplished?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Curtis</description>
      <pubDate>Tue, 27 Sep 2005 13:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636266#M620085</guid>
      <dc:creator>Curtis Schiewek</dc:creator>
      <dc:date>2005-09-27T13:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: RAID 1+0 Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636267#M620086</link>
      <description>Hi Curtis,&lt;BR /&gt;&lt;BR /&gt;Can't do RAID 1+0 with either LVM or the base VxVM.&lt;BR /&gt;You'll need the full-blown VxVM to do that.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 27 Sep 2005 13:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636267#M620086</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-09-27T13:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: RAID 1+0 Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636268#M620087</link>
      <description>Yes , HP LVM does not support RAID 1+0 .&lt;BR /&gt;&lt;BR /&gt;You may have to go for Veritas in this case .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;BL.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 14:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636268#M620087</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-09-27T14:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: RAID 1+0 Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636269#M620088</link>
      <description>You can kind of do an fake raid with lvm by using a script to create and then extend lvm areas rotating across a number of disks. Then you can use mirror/ux to make a mirror copy of that.&lt;BR /&gt;&lt;BR /&gt;I'm not sure you will be pleased with the results and peformance.&lt;BR /&gt;&lt;BR /&gt;On paper there really is no build in way of doing striping with LVM. You kind of have to play around.&lt;BR /&gt;&lt;BR /&gt;You are better off performance wise, especially in a heavy write environment to use mirror/ux and go straight raid 1.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 27 Sep 2005 14:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636269#M620088</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-27T14:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: RAID 1+0 Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636270#M620089</link>
      <description>When I wish to create a striped mirrored Volume group and lvols I use the following which I found somewhere on the forum a few years back.&lt;BR /&gt;&lt;BR /&gt;# vgcreate -g PVG1 /dev/vg01 /dev/dsk/c0t0d0 /dev/dsk/c0t1d0 /dev/dsk/c0t2d0 &lt;BR /&gt;&lt;BR /&gt;# vgextend -g PVG2 /dev/vg01 /dev/dsk/c1t0d0 /dev/dsk/c1t1d0 /dev/dsk/c1t1d0&lt;BR /&gt;&lt;BR /&gt;# lvcreate -D y -s g -m 1 -l 120 /dev/vg00 &lt;BR /&gt;&lt;BR /&gt;This will create a 960Mb striped mirrored lvol assuming an 8Mb extent size.</description>
      <pubDate>Wed, 28 Sep 2005 02:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636270#M620089</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2005-09-28T02:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: RAID 1+0 Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636271#M620091</link>
      <description>It's as I feared, it can not be done (at least not properly).  So other then getting the full blown Veritas Storage product, what are my choices for RAID 1+0.  I currently have 2 TachyonXL based FC cards connecting to a ds2405 .  Is there a such thing as FC cards with hardware raid?</description>
      <pubDate>Mon, 03 Oct 2005 09:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636271#M620091</guid>
      <dc:creator>Curtis Schiewek</dc:creator>
      <dc:date>2005-10-03T09:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: RAID 1+0 Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636272#M620093</link>
      <description>Your only software solution is a full license of VxVM period.&lt;BR /&gt;&lt;BR /&gt;Since your Disk encosure is FC one, there is currently no RAID card available. All HW based RAID card implementations are SCSI based.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Oct 2005 12:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636272#M620093</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2005-10-03T12:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: RAID 1+0 Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636273#M620094</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Moreover, there is also no possibility that we will see FC based raid cards in future, as most  of the FC based arrays provide raid within themselves which do not leave the option to have a FC based RAID card used.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 03 Oct 2005 23:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-1-0-question/m-p/3636273#M620094</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-10-03T23:24:11Z</dc:date>
    </item>
  </channel>
</rss>

