文件操作 - MSM_IR_help-4-03.html
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/MegaRAID Storage Manager/docs/MSM_IR_help/MSM_IR_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" /> <title>Understanding RAID Levels</title> <link rel="StyleSheet" href="css/v10392091.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_IR_help-4-01.html">Configuration</a> : <a class="WebWorks_Breadcrumb_Link" href="MSM_IR_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"><span class="Italic"><a name="3_8_6_6_3_1">RAID</a></span> stands for 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 drives, or drive groups, on which to store data. The computer operating system sees each drive group as a single virtual drive, not as a collection of individual drives.</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_2_1">A </a><span class="Bold">RAID 0</span> drive group has two or more drives.</p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_2_1_6">Data is divided into small blocks (strips) that are written successively to all of the drives in the drive group. Thus, at the same time data block 1 is written to drive 1, data block 2 is being written to drive 2, and so on. This RAID level 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_2_2">A </a><span class="Bold">RAID 1</span> drive group has two drives.</p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_2_2_6">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. You can use a hot spare drive 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 0 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_2_3">A </a><span class="Bold">RAID 1E</span> drive group is the same as a RAID 0 drive group, except that the data is divided into strips, and each strip is then written to one drive and mirrored on another drive.</p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_2_3_6">Thus, the data is protected by the mirroring arrangement. As with RAID 1, if a drive in the drive group fails, a hot spare drive can automatically replace it. RAID 1E performance is roughly the same as for a single drive, although in some instance the dual write which might be somewhat slower.</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_2_4">A </a><span class="Bold">RAID 10</span> drive group is a spanned drive group that creates a striped set from a series of mirrored drives.</p> </td> </tr> </table> </div> <p class="List_1_Continued"><a name="3_8_6_6_3_2_4_6">The drive group can sustain multiple drive losses as long as no two drives lost comprise a single pair of one mirror.</a></p> <p class="note"> <span style="font-family: Sans-Serif; font-weight: bold">NOTE </span><a name="3_8_6_6_3_3">The IT controller does not support RAID. All references to virtual drives and RAID actions do not apply to IT controllers.</a></p> <p class="note"> <span style="font-family: Sans-Serif; font-weight: bold">NOTE </span><a name="3_8_6_6_3_4">Integrated RAID 1 supports RAID 0, RAID 1, and RAID 1E. Integrated RAID 2 and Integrated RAID 3 support RAID 0, RAID 1, RAID 1E, and RAID 10.</a></p> <p class="note"> <span style="font-family: Sans-Serif; font-weight: bold">NOTE </span><a name="3_8_6_6_3_5">RAID 1E and RAID 10 support and display depends on Manufacturing Page 10 of the Integrated RAID 2 and Integrated RAID 3 Firmware.</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>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件