<?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: How to Setup RAID 5 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065198#M630732</link>
    <description>Quick way.&lt;BR /&gt;&lt;BR /&gt;This thread contains instructions.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1f26b941255cd71190080090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1f26b941255cd71190080090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sam&lt;BR /&gt;&lt;BR /&gt;disks etc&lt;BR /&gt;&lt;BR /&gt;You should actually be able to set up software RAID 5 striping in there.&lt;BR /&gt;&lt;BR /&gt;One thing should be carefully known.  You can't do raid 1+0 striping and mirroring with LVM.  The posts I've read for this clearly indicate that.&lt;BR /&gt;&lt;BR /&gt;If you have X Windows, there is something called Veritas Enterprise Administrator, which might provide you the ability to do this on vxvm volumes.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 07 Sep 2003 08:13:53 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-09-07T08:13:53Z</dc:date>
    <item>
      <title>How to Setup RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065197#M630731</link>
      <description>Greetings fellows,&lt;BR /&gt;Kindly direct me on how to setup RAID5 from scratch on HP 9000 K-class server. That is , if am faced with a number of disks, how do i get started .&lt;BR /&gt;Thanks for your response.</description>
      <pubDate>Sun, 07 Sep 2003 07:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065197#M630731</guid>
      <dc:creator>Nago</dc:creator>
      <dc:date>2003-09-07T07:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065198#M630732</link>
      <description>Quick way.&lt;BR /&gt;&lt;BR /&gt;This thread contains instructions.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1f26b941255cd71190080090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1f26b941255cd71190080090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sam&lt;BR /&gt;&lt;BR /&gt;disks etc&lt;BR /&gt;&lt;BR /&gt;You should actually be able to set up software RAID 5 striping in there.&lt;BR /&gt;&lt;BR /&gt;One thing should be carefully known.  You can't do raid 1+0 striping and mirroring with LVM.  The posts I've read for this clearly indicate that.&lt;BR /&gt;&lt;BR /&gt;If you have X Windows, there is something called Veritas Enterprise Administrator, which might provide you the ability to do this on vxvm volumes.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Sep 2003 08:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065198#M630732</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-07T08:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065199#M630733</link>
      <description>An addendum to SEP's post above.&lt;BR /&gt;&lt;BR /&gt;If you have HP MirrorDisk/UX you can actually have extent based mirrored stripes.  The lvcreate(1M) man page says how to set this up (refer to the -D option).&lt;BR /&gt;&lt;BR /&gt;Be aware the smallest stripe size is 1Mb and with the capacity of todays disks, you wont be able to use a 1Mb stripe size as the VGRA will be too small.  Therefore, the stripe size will have to be a minimum of 4Mb.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Sep 2003 09:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065199#M630733</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-09-07T09:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065200#M630734</link>
      <description>RAID 5 is different than mirroring and striping. It is a collection of disks (like 5) with one reserved as a parity disk. Data is then written across all the disks in such a way that with the loss of any one disk (including the parity disk), the information can be reconstructed error free. As you might expect, this is very costly in CPU time since every write operation must include computation of the contents for each of the disks.&lt;BR /&gt;&lt;BR /&gt;LVM provides no RAID 5 capability. If you are running HP-UX 11.11, you can use VxVM to create a RAID 5 collection of disks. VxVM has a fairly steep learning curve compared to LVM. The K-class box is pretty slow for this task so expect to see as much as a 20% performance penalty for writes to the RAID 5 collection. These performance penalties are the main reason that RAID 5 is usually implemented in hardware such as a disk array controller.</description>
      <pubDate>Sun, 07 Sep 2003 20:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065200#M630734</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-09-07T20:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065201#M630735</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As indicated, RAID5 - striping with parity is not possible with LVM.&lt;BR /&gt;&lt;BR /&gt;You can do either striping or mirroring with LVM. Striping+Mirroring is not possible with LVM either. At the best you can do "Extent based mirroring". But here the stripe size is equal to the extent size which may not provide extensive benefits.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 08 Sep 2003 00:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065201#M630735</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-09-08T00:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Setup RAID 5</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065202#M630736</link>
      <description>On the newer HP servers there is an HBA available that will do Raid 5. Nothing I know of for a K class system.&lt;BR /&gt;Usually, Raid 5 is accomplished on a disk array.  Then it happens on the back end and the server really does not know about the Raid level.  It just looks like a disk to the server and there is no load on theserver because the array handles it.  As Bill said, you don't want to do Raid 5 with JBOD.&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 17:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-setup-raid-5/m-p/3065202#M630736</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2003-09-09T17:30:32Z</dc:date>
    </item>
  </channel>
</rss>

