<?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 FC10 Operation in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618127#M3376</link>
    <description>Dear All&lt;BR /&gt;I would like to ask about the FC10 operation.&lt;BR /&gt;Since the link is Fibre channel and the disks are SCSI daisy chained then there is no way where I can read in parallel from each disk.Is this true?&lt;BR /&gt;&lt;BR /&gt;I believe that such thing can perfromed only when using LUNs where you can have up two disks work as one through different controller. Such system could be FC60 or XP series.&lt;BR /&gt;&lt;BR /&gt;How the kernel parameters affect the Fibre Channel operation?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Nov 2001 09:09:48 GMT</pubDate>
    <dc:creator>George Nikoloudis_1</dc:creator>
    <dc:date>2001-11-21T09:09:48Z</dc:date>
    <item>
      <title>FC10 Operation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618127#M3376</link>
      <description>Dear All&lt;BR /&gt;I would like to ask about the FC10 operation.&lt;BR /&gt;Since the link is Fibre channel and the disks are SCSI daisy chained then there is no way where I can read in parallel from each disk.Is this true?&lt;BR /&gt;&lt;BR /&gt;I believe that such thing can perfromed only when using LUNs where you can have up two disks work as one through different controller. Such system could be FC60 or XP series.&lt;BR /&gt;&lt;BR /&gt;How the kernel parameters affect the Fibre Channel operation?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2001 09:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618127#M3376</guid>
      <dc:creator>George Nikoloudis_1</dc:creator>
      <dc:date>2001-11-21T09:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 Operation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618128#M3377</link>
      <description>Not really... If this were the case no-one would ever have used striped disks with all the SCSI disk enclosures that have been around for so long... Perhaps I'm not understanding your question, are you weighing up whether to stripe across the disks in the FC10 or not?&lt;BR /&gt;&lt;BR /&gt;As for kernel parms... I can't think of any I'd use specifically for fibre channel - but I'm happy to be proved wrong.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2001 09:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618128#M3377</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-11-21T09:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 Operation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618129#M3378</link>
      <description>I am not using striping. But how the FC10 works in case that the striping is not performed and in case that the striping is perfromed.&lt;BR /&gt;Can I stripe along 10 disks?&lt;BR /&gt;How can I define the striping size for ORACLE?</description>
      <pubDate>Wed, 21 Nov 2001 09:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618129#M3378</guid>
      <dc:creator>George Nikoloudis_1</dc:creator>
      <dc:date>2001-11-21T09:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 Operation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618130#M3379</link>
      <description>You sure can, if you want to - striping on a FC10 is no different from on any other disk cabinet. As for how you lay it all out it depends on:&lt;BR /&gt;Your config - how many FC HBAs you have, how many FC10s you have and whether your FC10s have 2 LCCs&lt;BR /&gt;Your availability requirement... (Do you need to mirror your data?)&lt;BR /&gt;Your Database - what the expected profile of your database is (OLTP or DSS? many small random writes/large sequential writes etc.)- the attached info is from Oracle's 'Designing &amp;amp; Tuning for Performance' Manual.&lt;BR /&gt;&lt;BR /&gt;______________________________________________&lt;BR /&gt;Striping Disks with Operating System Software&lt;BR /&gt;As an alternative to striping disks manually, use operating system utilities or third-party tools, such as logical volume managers, or use hardware-based striping. &lt;BR /&gt;&lt;BR /&gt;With utilities or hardware-based striping mechanisms, the main factors to consider are stripe size, number of disks to stripe across (which defines the stripe width), and the level of concurrency (or level of I/O activity). These factors are affected by the Oracle block size and the database access methods. &lt;BR /&gt;&lt;BR /&gt;Table 20-14 Minimum Stripe Size &lt;BR /&gt;Disk Access  Minimum Stripe Size  &lt;BR /&gt;Random reads and writes &lt;BR /&gt; The minimum stripe size is twice the Oracle block size. &lt;BR /&gt; &lt;BR /&gt;Sequential reads &lt;BR /&gt; The minimum stripe size is twice the value of DB_FILE_MULTIBLOCK_READ_COUNT. &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Table 20-15 Typical Stripe Size &lt;BR /&gt;Concurrency  I/O Size  Typical Stripe Size  &lt;BR /&gt;Low &lt;BR /&gt; Small &lt;BR /&gt; k * DB_BLOCK_SIZE&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;Low &lt;BR /&gt; Large &lt;BR /&gt; k * DB_BLOCK_SIZE&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;High &lt;BR /&gt; Small &lt;BR /&gt; k * DB_BLOCK_SIZE&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;High &lt;BR /&gt; Large &lt;BR /&gt; k * DB_BLOCK_SIZE * DB_FILE_MULTI_BLOCK_READ_COUNT&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Where k = 2,3,4... &lt;BR /&gt;&lt;BR /&gt;In striping, uniform access to the data is assumed. If the stripe size is too large, then a hot spot may appear on one disk or on a small number of disks. Avoid this by reducing the stripe size, thus spreading the data over more disks. &lt;BR /&gt;&lt;BR /&gt;Consider an example in which 100 rows of fixed size are evenly distributed over 5 disks, with each disk containing 20 sequential rows. If your application only requires access to rows 35 through 55, then only 2 disks must perform the I/O. At a high rate of concurrency, the system may not be able to achieve the desired level of performance. &lt;BR /&gt;&lt;BR /&gt;Correct this problem by spreading rows 35 through 55 across more disks. In the current example, if there were two rows per block, then we could place rows 35 and 36 on the same disk, and rows 37 and 38 on a different disk. Taking this approach, we could spread the data over all the disks and I/O throughput would improve. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2001 10:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618130#M3379</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-11-21T10:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 Operation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618131#M3380</link>
      <description>Oops - the table didn't paste quite right - hopefully it will look OK now...&lt;BR /&gt;&lt;BR /&gt;Concurrency  I/O Size Typical Stripe Size &lt;BR /&gt;------------------------------------------&lt;BR /&gt;Low          Small    k * DB_BLOCK_SIZE &lt;BR /&gt;&lt;BR /&gt;Low          Large    k * DB_BLOCK_SIZE &lt;BR /&gt;&lt;BR /&gt;High         Small    k * DB_BLOCK_SIZE &lt;BR /&gt;&lt;BR /&gt;High         Large    k * DB_BLOCK_SIZE * DB_FILE_MULTI_BLOCK_READ_COUNT &lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2001 10:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618131#M3380</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-11-21T10:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: FC10 Operation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618132#M3381</link>
      <description>Hmmm - still not clear...&lt;BR /&gt;&lt;BR /&gt;Concurrency  | I/O Size | Typical Stripe Size &lt;BR /&gt;------------------------------------------&lt;BR /&gt;Low          | Small   | k * DB_BLOCK_SIZE &lt;BR /&gt;&lt;BR /&gt;Low          | Large   | k * DB_BLOCK_SIZE &lt;BR /&gt;&lt;BR /&gt;High         | Small   | k * DB_BLOCK_SIZE &lt;BR /&gt;&lt;BR /&gt;High         | Large   | k * DB_BLOCK_SIZE * DB_FILE_MULTI_BLOCK_READ_COUNT &lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2001 10:49:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/fc10-operation/m-p/2618132#M3381</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-11-21T10:49:01Z</dc:date>
    </item>
  </channel>
</rss>

