文件操作 - MSM_MR_help-4-03.html
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/MegaRAID Storage Manager/docs/MSM_MR_help/MSM_MR_help-4-03.html
编辑文件内容
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="keywords" content="MegaRAID SAS SW UG" /> <title>Understanding RAID Levels</title> <link rel="StyleSheet" href="css/v10392197.css" type="text/css" media="all" /> <link rel="StyleSheet" href="css/webworks.css" type="text/css" media="all" /> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/context.js"></script> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/towwhdir.js"></script> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/wwhpagef.js"></script> <script type="text/javascript" language="JavaScript1.2"> <!-- var WebWorksRootPath = ""; // --> </script> <script type="text/javascript" language="JavaScript1.2"> <!-- // Set reference to top level help frame // var WWHFrame = WWHGetWWHFrame("", true); // --> </script> <script type="text/javascript" language="JavaScript1.2" src="scripts/expand.js"></script> </head> <body onload="WWHUpdate();" onunload="WWHUnload();" onkeydown="WWHHandleKeyDown((document.all||document.getElementById||document.layers)?event:null);" onkeypress="WWHHandleKeyPress((document.all||document.getElementById||document.layers)?event:null);" onkeyup="WWHHandleKeyUp((document.all||document.getElementById||document.layers)?event:null);"> <br /> <div class="WebWorks_Breadcrumbs" style="text-align: left;"> <a class="WebWorks_Breadcrumb_Link" href="MSM_MR_help-4-01.html">Configuration</a> : <a class="WebWorks_Breadcrumb_Link" href="MSM_MR_help-4-02.html">Creating a New Configuration</a> : Understanding RAID Levels</div> <hr align="left" /> <blockquote> <p class="Heading_2"><a name="3_8_6_6_1">Understanding RAID Levels</a></p> <p class="Body"><a name="3_8_6_6_3_1">RAID means Redundant Array of Independent Disks. When you create storage configurations, you can use several different types of RAID technology, called RAID levels, to create multiple-drive arrays, or drive groups, on which data will be stored. The computer operating system sees each drive group as a single virtual drive, not as a collection of individual drives.</a></p> <div class="List_1_outer" style="margin-left: 1px"> <table border="0" cellspacing="0" cellpadding="0" summary="" role="presentation"> <tr style="vertical-align: baseline"> <td> <p class="List_1_inner" style="width: 18pt; white-space: nowrap"> <img src="square.png" alt="*" border="0" width="5" height="5" /> </p> </td> <td width="100%"> <p class="List_1_inner"><a name="3_8_6_6_3_1_3_1">A RAID 0 drive group has two or more drives.</a></p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_1_3_1_4">Data is divided into small blocks (stripes) that is written successively to all the drives in the drive group. Thus, at the same time the data block #1 is written to drive 1, data block #2 is being written to drive 2, and so on. Using RAID 0 is obviously faster than writing an entire file to one drive, and reading files is faster as well. RAID 0 is a good choice if fast read/write capability is the most important objective. However, RAID 0 drive groups are not fault tolerant and cannot be protected with hot spare drives.</a></p> <div class="List_1_outer" style="margin-left: 1px"> <table border="0" cellspacing="0" cellpadding="0" summary="" role="presentation"> <tr style="vertical-align: baseline"> <td> <p class="List_1_inner" style="width: 18pt; white-space: nowrap"> <img src="square.png" alt="*" border="0" width="5" height="5" /> </p> </td> <td width="100%"> <p class="List_1_inner"><a name="3_8_6_6_3_1_3_2">A RAID 00 drive group is a spanned drive group that creates a striped set from a series of RAID 0 drive groups.</a></p> </td> </tr> </table> </div> <div class="List_1_outer" style="margin-left: 1px"> <table border="0" cellspacing="0" cellpadding="0" summary="" role="presentation"> <tr style="vertical-align: baseline"> <td> <p class="List_1_inner" style="width: 18pt; white-space: nowrap"> <img src="square.png" alt="*" border="0" width="5" height="5" /> </p> </td> <td width="100%"> <p class="List_1_inner"><a name="3_8_6_6_3_1_3_3">A RAID 1 drive group has exactly two drives.</a></p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_1_3_3_4">Data is written simultaneously to both drives, so that one drive is a mirror of the other. If one of the drives fails, the data is still protected. A hot spare drive can be used to automatically replace a failed mirrored drive. RAID 1 provides a high level of data protection. However, data writes are slower than with a RAID 0 drive group because, all data must always be written to two drives. Also, the two-drive RAID 1 drive group has only one drive of actual capacity.</a></p> <div class="List_1_outer" style="margin-left: 1px"> <table border="0" cellspacing="0" cellpadding="0" summary="" role="presentation"> <tr style="vertical-align: baseline"> <td> <p class="List_1_inner" style="width: 18pt; white-space: nowrap"> <img src="square.png" alt="*" border="0" width="5" height="5" /> </p> </td> <td width="100%"> <p class="List_1_inner"><a name="3_8_6_6_3_1_3_4">A RAID 10 drive group is a spanned drive group that creates a striped set from a series of mirrored drives.</a></p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_1_3_4_4">The drive group can sustain multiple drive losses as long as no two drives lost comprise a single pair of one mirror.</a></p> <div class="List_1_outer" style="margin-left: 1px"> <table border="0" cellspacing="0" cellpadding="0" summary="" role="presentation"> <tr style="vertical-align: baseline"> <td> <p class="List_1_inner" style="width: 18pt; white-space: nowrap"> <img src="square.png" alt="*" border="0" width="5" height="5" /> </p> </td> <td width="100%"> <p class="List_1_inner"><a name="3_8_6_6_3_1_3_5">A RAID 5 drive group requires a minimum of three drives.</a></p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_1_3_5_4">Blocks of data and parity information are written across all drives. The parity information is used to recover the data if one drive fails in the drive group. A hot spare drive can be used to automatically replace a failed drive. The disadvantage of RAID 5 is a relatively slow write cycle (two read operations and two write operations are required for each block written). RAID 5 is best suited for networks that perform many small I/O transactions simultaneously. Because each drive contains both data and parity, many writes can take place concurrently.</a></p> <p class="note"> <span style="font-family: Sans-Serif; font-weight: bold">NOTE </span><a name="3_8_6_6_3_1_4">The MegaSR controller supports the standard RAID levels – RAID 0, RAID 1, RAID 5, and RAID 10. The MegaSR controller comes in two variants, SCU and AHCI, both supporting a maximum of eight physical drives. A maximum of eight virtual drives can be created (using RAID 0, RAID 1, RAID 5, and RAID 10 only) and controlled by the MegaSR controller. One virtual drive can be created on an array (a maximum of eight if no other virtual drives are already created on the MegaSR controller), or you can create eight arrays with one virtual drive each. However, on RAID10, you can create only one virtual drive on a particular array.</a></p> <div class="List_1_outer" style="margin-left: 1px"> <table border="0" cellspacing="0" cellpadding="0" summary="" role="presentation"> <tr style="vertical-align: baseline"> <td> <p class="List_1_inner" style="width: 18pt; white-space: nowrap"> <img src="square.png" alt="*" border="0" width="5" height="5" /> </p> </td> <td width="100%"> <p class="List_1_inner"><a name="3_8_6_6_3_1_5_1">A RAID 50 is a spanned drive group in which data is striped across multiple RAID 5 drive groups.</a></p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_1_5_1_4">Thus, RAID 50 provides the features of both RAID 0 and RAID 5. RAID 50 breaks up data into smaller blocks, and then stripes the blocks of data to each RAID 5 drive group. A minimum of six drives is required. RAID 50 can sustain one to four drive failures without losing data, if each failed drive is in a different RAID 5 drive group.</a></p> <p class="note"> <span style="font-family: Sans-Serif; font-weight: bold">NOTE </span><a name="3_8_6_6_3_1_6">Having virtual drives of different RAID levels, such as RAID 0 and RAID 5, in the same drive group is not allowed. For example, if an existing RAID 5 virtual drive is created out of partial space in an array, the next virtual drive in the array has to be RAID 5 only.</a></p> <div class="List_1_outer" style="margin-left: 1px"> <table border="0" cellspacing="0" cellpadding="0" summary="" role="presentation"> <tr style="vertical-align: baseline"> <td> <p class="List_1_inner" style="width: 18pt; white-space: nowrap"> <img src="square.png" alt="*" border="0" width="5" height="5" /> </p> </td> <td width="100%"> <p class="List_1_inner"><a name="3_8_6_6_3_1_7_1">A RAID 6 drive group, which requires a minimum of three drives, is similar to a RAID 5 drive group.</a></p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_1_7_1_4">Blocks of data and parity information are written across all drives. The parity information is used to recover the data if one or two drives fail in the drive group. A hot spare drive can be used to automatically replace a failed drive. RAID 6 provides more data protection than RAID 5; the data is still safe if a second drive fails while the first failed drive is being rebuilt.</a></p> <div class="List_1_outer" style="margin-left: 1px"> <table border="0" cellspacing="0" cellpadding="0" summary="" role="presentation"> <tr style="vertical-align: baseline"> <td> <p class="List_1_inner" style="width: 18pt; white-space: nowrap"> <img src="square.png" alt="*" border="0" width="5" height="5" /> </p> </td> <td width="100%"> <p class="List_1_inner"><a name="3_8_6_6_3_1_7_2">A RAID 60 drive group provides the features of both RAID 0 and RAID 6, and includes both parity and disk striping across multiple drive groups.</a></p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_1_7_2_4">RAID 60 provides a high level of data protection through the use of a second parity block in each stripe. A RAID 60 virtual drive can survive the loss of two drives in each of the RAID 6 sets without losing data. RAID 60 is best implemented on two RAID 6 drive groups with data striped across both drive groups. Use RAID 60 for data that requires a very high level of protection from loss.</a></p> <script type="text/javascript" language="JavaScript1.2"> <!-- // Clear related topics // WWHClearRelatedTopics(); document.writeln(WWHRelatedTopicsInlineHTML()); // --> </script> </blockquote> <hr align="left" /> <!-- LSI changed location of company info to align left --> <!-- Added rol from 2011.3 pages.asp file --> <!-- LSI added copyright style --> <!-- --> <table align="left" role="presentation"> <!-- LSI added support for booknum and reldate --> <!-- --> <tr> <td class="copyright">DB09000202-21, Rev 2.2, July 2015</td> </tr> <tr> <td class="copyright"> <a href="http://www.lsi.com/Pages/trademark.aspx?" target="external_window">Copyright© 2015 by Avago Technologies. All rights reserved.</a> </td> </tr> </table> <script type="text/javascript" language="JavaScript1.2"> <!-- document.write(WWHRelatedTopicsDivTag() + WWHPopupDivTag() + WWHALinksDivTag()); // --> </script> </body> </html>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件