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 / _81287665002D4B6A87009125E5CECB1D < prev    next >
Text File  |  2004-07-16  |  4KB  |  95 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-1</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-1 </h1>
  15. <p>RAID level-1 uses data mirroring. Two physical drives are combined into an
  16.   disk group, and data is striped across the array. The first half of a stripe is the
  17.   original data; the second half of a stripe is a <b>mirror</b> (that is, a copy)
  18.   of the data, but it is written to the other drive in the RAID level-1 disk group.
  19. </p>
  20. <p>RAID level-1 provides data redundancy and high levels of performance, but the
  21.   storage capacity is diminished. Because the data is mirrored, the capacity of
  22.   the logical device when assigned RAID level-1 is 50% of the disk group capacity. </p>
  23. <p>RAID level-1 requires two physical drives.
  24. <p> The following illustration shows an example of a RAID level-1 logical device.
  25. <h2>RAID level-1 example</h2>
  26. <table border="0" cellpadding="3">
  27.   <tr valign=top>
  28.     <td align="LEFT" valign="TOP" width="296">Start with two physical drives.
  29.     </td>
  30.     <td width="117"><img src="images/raidl0-a.gif" width="107" height="93"> </td>
  31.   </tr>
  32.   <tr valign=top>
  33.     <td align="LEFT" valign="TOP" width="296">Create a disk group using the two physical
  34.       drives. </td>
  35.     <td width="117"><img src="images/raidl0-b.gif" width="107" height="93"> </td>
  36.   </tr>
  37.   <tr valign=top>
  38.     <td align="LEFT" valign="TOP" width="296">Then create a logical device within
  39.       that disk group. </td>
  40.     <td width="117"><img src="images/raidl0-c.gif" width="107" height="93"> </td>
  41.   </tr>
  42.   <tr valign=top>
  43.     <td align="LEFT" valign="TOP" width="296">The data is striped across the drives,
  44.       creating blocks.
  45.       <p>Notice that the data on the drive on the right is a copy of the data
  46.         on the drive on the left.
  47.     </td>
  48.     <td width="117"><img src="images/raidl1-d.gif" width="107" height="93"> </td>
  49.   </tr>
  50. </table>
  51. <p>With RAID level-1, if one of the physical drives fails, the controller
  52.   switches read and write requests to the remaining functional drive in the RAID
  53.   level-1 disk group. </p>
  54. <p>RAID level-1 offers the following advantages and disadvantages. <br>
  55. </p>
  56. <table  BORDER>
  57.   <tr bgcolor="#C0C0C0">
  58.     <th align="LEFT" valign="BOTTOM" width="50%">Advantages </th>
  59.     <th align="LEFT" valign="BOTTOM" width="50%">Disadvantages </th>
  60.   </tr>
  61.   <tr>
  62.     <td align="LEFT" valign="TOP" width="50%">
  63.       <ul>
  64.         <li>100% data redundancy </li>
  65.         <li>High performance </li>
  66.       </ul>
  67.       <br>
  68.     </td>
  69.     <td align="LEFT" valign="TOP" width="50%">Allows only 50% of the physical
  70.       drive storage capacity to be used </td>
  71.   </tr>
  72. </table>
  73. <h2>More information</h2>
  74. <ul>
  75.   <li> <a href="craidint.htm">Understanding RAID technology</a></li>
  76.   <li> <a href="cstripe.htm">Understanding stripe size</a> </li>
  77.   <li> <a href="cselraid.htm">Selecting a RAID level</a> </li>
  78.   <li> <a href="craid0.htm">RAID level-0</a></li>
  79.   <li> <a href="craid5.htm">RAID level-5</a></li>
  80.   <li> <a href="craidx0.htm">RAID level-x0</a> </li>
  81.   <li><a href="craidvol.htm">RAID volumes</a></li>
  82.   </li>
  83. </ul>
  84.  
  85. <div align="center">
  86.   <hr>
  87.   <a href="gportal.htm">Glossary</a> | <a href="menutoc.htm">Contents</a></div>
  88.  
  89. <p> </p>
  90. <p align="right">x-1046-ASM-00-04-EN </p>
  91.  
  92. </body>
  93.  
  94. </html>
  95.