home *** CD-ROM | disk | FTP | other *** search
/ ftp.msan.hr / ftp.msan.hr.tar / ftp.msan.hr / Drivers / HP / Server / ml150g2supportCD.nrg / Utility / Tools / ml150winasm-2.12.00build811-1.exe / data1.cab / _2D4CC0B7A6AF47958E613066A4D5E618 < prev    next >
Text File  |  2004-07-16  |  6KB  |  130 lines

  1. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  2. <html>
  3. <head>
  4.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6.  
  7. <title>Understanding RAID level-x0</title>
  8.  
  9. <base target="_top">
  10. <link rel="stylesheet" href="basicpg.css">
  11. </head>
  12. <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#333399" alink="#0000FF">
  13.  
  14. <h1>Understanding RAID level-x0</h1>
  15. <p><b><img src="images/note.gif" width="15" height="17"> Note: </b>RAID level-x0
  16.   is not available on all controllers. </p>
  17. <p>RAID level-x0 refers to RAID level-10 and RAID level-50. RAID level-x0 is a
  18.   multi-level disk group, or a <b>spanned disk group</b>. The operating system uses the
  19.   spanned disk group logical device in the same way as a regular disk group logical device.
  20. </p>
  21. <p>RAID level-x0 allows more physical drives in a disk group. The benefits of doing
  22.   so are larger logical devices, increased performance, and increased reliability.
  23.   For example, RAID level-5 cannot use more than 16 physical drives in an
  24.   disk group; however, RAID level-10 and 50 support 48 drives.
  25. <p> RAID level-x0 requires a minimum of two drives and supports a maximum of 48
  26.   drives.
  27. <p> The following illustration is an example of a RAID level-10 logical device.
  28. <h2>RAID level-10 example</h2>
  29. <table width="483" border="0" cellpadding="3">
  30.   <tr valign=top>
  31.     <td align="LEFT" valign="TOP" width="248">Start with six physical drives.
  32.     </td>
  33.     <td width="217"><img src="images/raid10-a.gif" width="208" height="68"> </td>
  34.   </tr>
  35.   <tr valign=top>
  36.     <td align="LEFT" valign="TOP" width="248">Create three disk groups (labeled A,
  37.       B, and C), each disk group using two physical drives. </td>
  38.     <td width="217"><img src="images/raid10-b.gif" width="215" height="84"> </td>
  39.   </tr>
  40.   <tr valign=top>
  41.     <td align="LEFT" valign="TOP" width="248">Then create a <i>spanned</i> disk group
  42.       (labeled as <b><sub><b><sub><font size="5">*</font></sub></b></sub></b>)
  43.       that spans the three disk groups. </td>
  44.     <td width="217"><img src="images/raid10-c.gif" width="231" height="106"> </td>
  45.   </tr>
  46.   <tr valign=top>
  47.     <td align="LEFT" valign="TOP" width="248">A sub-logical device is created within
  48.       <i>each</i> disk group (A, B, and C). Then the data is striped across the physical
  49.       drives in the disk group, creating blocks.
  50.       <p>Notice that, in each disk group, the data on the drive on the right is a copy
  51.         of the data on the drive on the left. This is because the sub-logical
  52.         drives (A, B, and C) are RAID level-1 in a RAID level-10 implementation
  53.         (see the following table).
  54.       <p> </td>
  55.     <td width="217"><img src="images/raid10-d.gif" width="231" height="106"> </td>
  56.   </tr>
  57.   <tr valign=top>
  58.     <td align="LEFT" valign="TOP" width="248"> <p>Then create a logical device
  59.         within the spanned disk group (<b><sub><b><sub><font size="5">*</font></sub></b></sub></b>).</p>
  60.       <p> The data is striped across this logical device, creating blocks (<b>1</b>-<b>12</b>).
  61.         Notice that none of these blocks are redundant. This is because the logical
  62.         drive is RAID level-0 in a RAID level-x0 implementation (see the following
  63.         table). </p></td>
  64.     <td width="217"><img src="images/raid10-e.gif" width="231" height="106"></td>
  65.   </tr>
  66. </table>
  67. <p> </p>
  68. <table width="85%" bordercolorlight="#FFFFFF" border="1" >
  69.   <tr valign="top" bgcolor="#C0C0C0">
  70.     <th align="LEFT" width="21%">RAID level </th>
  71.     <th align="LEFT" width="40%">Sub-logical device</th>
  72.     <th align="LEFT" width="40%">Spanned disk group logical device</th>
  73.   </tr>
  74.  
  75.   <tr>
  76.     <td align="LEFT" valign="TOP" width="21%">10 </td>
  77.     <td align="LEFT" valign="TOP" width="40%">RAID level-1 </td>
  78.     <td align="LEFT" valign="TOP" width="40%">RAID level-0 </td>
  79.   </tr>
  80.  
  81.   <tr>
  82.     <td align="LEFT" valign="TOP" width="21%">50 </td>
  83.     <td align="LEFT" valign="TOP" width="40%">RAID level-5 </td>
  84.     <td align="LEFT" valign="TOP" width="40%">RAID level-0 </td>
  85.   </tr>
  86. </table>
  87. <p>With RAID level-10 and 50, if one of the physical drives fails in a sub-logical
  88.   drive, the controller switches read and write requests to the remaining
  89.   functional drives in the sub-logical device. </p>
  90. <p>RAID level-x0 offers the following advantages and disadvantages. <br>
  91. </p>
  92. <table  BORDER>
  93.   <tr bgcolor="#C0C0C0">
  94.     <th align="LEFT" valign="BOTTOM" width="50%">Advantages </th>
  95.     <th align="LEFT" valign="BOTTOM" width="50%">Disadvantages </th>
  96.   </tr>
  97.   <tr>
  98.     <td align="LEFT" valign="TOP" width="50%"> <ul>
  99.         <li>Supports up to 48 physical drives </li>
  100.         <li>100% data redundancy </li>
  101.       </ul>
  102.       <br> </td>
  103.     <td align="LEFT" valign="TOP" width="50%"> <ul>
  104.         <li>Not available on all controllers </li>
  105.       </ul>
  106.       <br> </td>
  107.   </tr>
  108. </table>
  109. <h2>More information</h2>
  110.  
  111. <ul>
  112.   <li><a href="craidint.htm">Understanding RAID technology</a> </li>
  113.   <li><a href="cstripe.htm">Understanding stripe size</a> </li>
  114.   <li><a href="cselraid.htm">Selecting a RAID level</a> </li>
  115.   <li><a href="craid0.htm">RAID level-0</a> </li>
  116.   <li><a href="craid1.htm">RAID level-1</a> </li>
  117.   <li><a href="craid5.htm">RAID level-5</a> </li>
  118.   <li><a href="craidvol.htm">RAID volumes</a></li>
  119. </ul>
  120.  
  121. <div align="center">
  122.   <hr>
  123.   <a href="gportal.htm">Glossary</a> | <a href="menutoc.htm">Contents</a></div>
  124. <p> </p>
  125. <p align="right">x-1052-ASM-00-05-EN </p>
  126.  
  127. </body>
  128.  
  129. </html>
  130.