RAID Level Classifications
RAID is a term commonly used to define or classify the different types
of data-storage patterns used by disk arrays. There are six basic
RAID classifications, RAID-0 through RAID-5; three of which are supported
by your server (levels 0, 1, and 5).
Subtopics:
o RAID Level 0
o RAID Level 1
o RAID Levels 2, 3, and 4
o RAID Level 5
RAID Level
0
RAID level 0 stripes the data across all of the drives of the array
and offers substantial speed enhancement, but provides for no data redundancy.
Therefore, a hard disk failure within the array results in loss of data
in the logical drive assigned level 0, but only in that logical drive.
Note: Although in this case,
logical drives assigned level 1 or 5 in the same array do not suffer loss
of data, the status of these drives is Critical, and they cannot sustain
another hard disk drive failure. They operate at reduced performance.
Replace and rebuild the defunct hard disk drive promptly to avoid a multiple
hard disk drive failure.
When the defunct drive is replaced, all the logical drives
assigned RAID levels 5 and 1 are rebuilt onto that hard disk drive; the
level-0 logical drive is defined, but the data that was in the defunct
level-0 logical drive is lost.
Even though the risk of data loss is present, you might
want to consider assigning RAID level 0 to one of the logical drives so
that you can take advantage of the speed offered with this level.
One way you might use this logical drive is to enter data
that you back up each day and for which safety is not of primary importance;
that is, you can re-create the data easily.
Another instance when you might want to use a level-0
logical drive is when the work you are doing requires maximum capacity
- level 0 provides you the largest capacity of the three RAID levels offered
because no room is taken up for data parity storage.
Notes:
1. Hot-spare drive will not be activated after a drive failure
in an array that contains a logical drive assigned RAID level 0.
2. All logical drives in an array containing only one drive are
automatically assigned RAID level 0.
RAID Level
1
RAID level 1 provides an enhanced feature for disk mirroring that stripes
data and copies of the data across all the drives of the array. The
first stripe is the data stripe; the second stripe is the mirror (copy)
of the first data stripe, but written on another drive. Because the
data is mirrored, the capacity of the logical drive when assigned level
1 is 50% of the physical capacity of the grouping of hard disk drives in
the array. RAID level 1 uses two drives; if more than two drives
are in the array, your RAID level is automatically switched to Enhanced
RAID level 1.
If you have three or more drives in the array and want data redundancy,
it's a good idea to choose level 5 before level 1. This illustration
shows data arranged in a disk array with three hard disk drives, with the
logical drive assigned RAID level 1. Notice that the mirror of the
first data stripe (in this case, XXX YYY ZZZ) is shifted one drive. The
other data stripes in level 1 follow the same pattern.
|
DRIVE 1 |
DRIVE 2 |
DRIVE 3 |
Stripe |
XXX |
YYY |
ZZZ |
Mirrored stripe |
ZZZ |
XXX |
YYY |
Stripe |
AAA |
BBB |
CCC |
Mirrored stripe |
CCC |
AAA |
BBB |
If you have only two drives available (for example, if you define one
of the drives that came with your server as a hot spare), the second drive
is a mirror copy of the first drive.
RAID Levels
2, 3, and 4
RAID levels 2, 3, and 4 are not supported for use on your PC Server
500. Level 2 uses a technique called Bit Interleave Data Striping
and level 3 uses a technique called Bit Interleave Data Striping with Parity.
Neither of these techniques can handle multiple, simultaneous small requests
for data without causing a decrease in performance. RAID level 4
uses a technique similar to level 3.
RAID Level
5
RAID level 5 stripes data and parity across all drives
of the array. When a disk array is assigned level 5, the capacity
of the logical drive is reduced by one drive (for data parity storage).
Level 5 is generally the most desirable choice, because
it offers both data protection and increased throughput. Level 5
gives you higher capacity than level 1, but level 1 offers better performance.
If after using level 5 you are dissatisfied with the performance and can
tolerate lower capacity, you can either redefine the level to level 1,
or you can use a logical drive that you have assigned level 1.
Note: If you want to have
a hot-spare drive and also assign level 5, you must have at least four
hard disk drives, with no logical drives assigned level 0.
Disk-Array
Subsystems
9595
Main Page
|