<?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 Disk Array FC60 in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481436#M868</link>
    <description>We have a N-Class system in which the customer wants it configured, striped 4, Raid 3.  We usually use Raid 5.&lt;BR /&gt;I'm not sure why they want Raid 3.  I know they have a lot of data to load.&lt;BR /&gt;I believe the FC60 supports a Raid Level 1+0.  Can anyone tell me for sure and how is a Raid Level 1+0 configured.  I heard it is better than Raid 5.  Is this true?  Does a 1+0 use mirroring?&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Wed, 10 Jan 2001 20:10:41 GMT</pubDate>
    <dc:creator>Kathy McGohan_1</dc:creator>
    <dc:date>2001-01-10T20:10:41Z</dc:date>
    <item>
      <title>Disk Array FC60</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481436#M868</link>
      <description>We have a N-Class system in which the customer wants it configured, striped 4, Raid 3.  We usually use Raid 5.&lt;BR /&gt;I'm not sure why they want Raid 3.  I know they have a lot of data to load.&lt;BR /&gt;I believe the FC60 supports a Raid Level 1+0.  Can anyone tell me for sure and how is a Raid Level 1+0 configured.  I heard it is better than Raid 5.  Is this true?  Does a 1+0 use mirroring?&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 10 Jan 2001 20:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481436#M868</guid>
      <dc:creator>Kathy McGohan_1</dc:creator>
      <dc:date>2001-01-10T20:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Array FC60</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481437#M869</link>
      <description>Hello&lt;BR /&gt;Raid 1/0 is a combination of Raid 0 and Raid 1.&lt;BR /&gt;Remember that Raid 0 uses striping to achieve igh performance and Raid 1 uses hardware mirroring to obtain data redundancy.&lt;BR /&gt;Speed advantage of striping plus redundancy advantage of mirroring are combined together.&lt;BR /&gt;A Raid 1/0 LUN caontains an even number of disk drives from 4 to 30 disks.&lt;BR /&gt;One half of the disks are primarys and the other half are mirrors.&lt;BR /&gt;For High availability, each disk in the pair must be in a different enclosure.&lt;BR /&gt; &lt;BR /&gt;There're three ways of configuring the array as Raid 1/0 on FC60.&lt;BR /&gt;One is manually, another is to use sam and the third is through STM.&lt;BR /&gt;A simple example of manually configured Raid 1/0 is as follows.&lt;BR /&gt;&lt;BR /&gt;Syntax:&lt;BR /&gt;#amcfg -L &lt;CONTROLLERID&gt;:&lt;LUN&gt; -d&lt;ID&gt;,&lt;ID&gt;....... -r &lt;RAIDLEVEL&gt; &lt;OPTIONS&gt; &lt;ARRAYID&gt;&lt;BR /&gt;#amcfg -L B:1 1:3,1:4,2:3,2:4 -r 1 -s 4 arrayID&lt;BR /&gt;If you select RAID 1 with more that 2 disks, then Raid 1/0 is created.&lt;BR /&gt;This example shows that the LUN is owned by controller B, is assigned LUN number 4 and stripe segment size is 4 Kbytes.&lt;BR /&gt;Please note that example selects disks in seperate enclosures to create mirrored pairs.&lt;BR /&gt;&lt;BR /&gt;You can do this throughout both sam and STM.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/ARRAYID&gt;&lt;/OPTIONS&gt;&lt;/RAIDLEVEL&gt;&lt;/ID&gt;&lt;/ID&gt;&lt;/LUN&gt;&lt;/CONTROLLERID&gt;</description>
      <pubDate>Thu, 11 Jan 2001 01:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481437#M869</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2001-01-11T01:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Array FC60</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481438#M870</link>
      <description>Thanks In-Su Kim.  &lt;BR /&gt;&lt;BR /&gt;I just received an email from the customer stating that Oracle responds better under RAID 3 than RAID 5.&lt;BR /&gt;Is this true?  Because I thought RAID 5 was better than RAID 3.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2001 13:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481438#M870</guid>
      <dc:creator>Kathy McGohan_1</dc:creator>
      <dc:date>2001-01-11T13:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Array FC60</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481439#M871</link>
      <description>Kathy - When it comes to "reading" data, RAID5 is the same speed as other RAID levels, but when it comes to writing data, it is the slowest of all the RAID configurations.&lt;BR /&gt;&lt;BR /&gt;I would never put an Oracle database in RAID5 (especially the redos and archives), unless it was a read-only DSS type database that gets loaded periodically.&lt;BR /&gt;&lt;BR /&gt;I'm not sure what they are trying to acheive with the RAID3, I would stick with the RAID 1/0 if you have the space for it, it's the fastest.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 11 Jan 2001 16:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481439#M871</guid>
      <dc:creator>Tim Medford</dc:creator>
      <dc:date>2001-01-11T16:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Array FC60</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481440#M872</link>
      <description>Tim, thanks.  If we cannot go with RAID 1/0, what would be the next solution, RAID 3 or RAID 5?  We will be installing Oracle 8.1.6.</description>
      <pubDate>Thu, 11 Jan 2001 18:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481440#M872</guid>
      <dc:creator>Kathy McGohan_1</dc:creator>
      <dc:date>2001-01-11T18:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Array FC60</title>
      <link>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481441#M873</link>
      <description>Honestly I haven't used RAID3 before so I would just be guessing rather than basing my answer on experience.&lt;BR /&gt;&lt;BR /&gt;Here's a link do a document which describes RAID in detail.  Maybe it can help answer your question:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.uni-mainz.de/~neuffer/scsi/what_is_raid.html" target="_blank"&gt;http://www.uni-mainz.de/~neuffer/scsi/what_is_raid.html&lt;/A&gt;</description>
      <pubDate>Thu, 11 Jan 2001 20:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/disk-array-fc60/m-p/2481441#M873</guid>
      <dc:creator>Tim Medford</dc:creator>
      <dc:date>2001-01-11T20:49:02Z</dc:date>
    </item>
  </channel>
</rss>

