User's Manual

RAID 5 Characteristics:
l Groups n disks as one large virtual disk with a capacity of (n-1) disks.
l Redundant information (parity) is alternately stored on all disks.
l When a disk fails, the virtual disk still works, but it is operating in a degraded state. The data is reconstructed from the surviving disks.
l Better read performance, but slower write performance.
l Redundancy for protection of data.
Related Information:
See the following:
l "Organizing Data Storage for Availability and Performance"
l "Comparing RAID Level and Concatenation Performance"
l "Controller-supported RAID Levels"
l "Number of Physical Disks per Virtual Disk"
l "Maximum Number of Virtual Disks per Controller"
RAID Level 6 (Striping with additional distributed parity)
RAID 6 provides data redundancy by using data striping in combination with parity information. Similar to RAID 5, the parity is distributed within each stripe.
RAID 6, however, uses an additional physical disk to maintain parity, such that each stripe in the disk group maintains two disk blocks with parity information.
The additional parity provides data protection in the event of two disk failures. In Figure3-5, the two sets of parity information are identified as "P" and "Q".
Figure 3-5. RAID 6
RAID 6 Characteristics: