Users Guide

RAID 60 Characteristics:
l Groups n*s disks as one large virtual disk with a capacity of s*(n-2) disks, where s is the number of spans and n is the number of disks within each
span.
l Redundant information (parity) is alternately stored on all disks of each RAID 6 span.
l Better read performance, but slower write performance.
l Increased redundancy provides greater data protection than a RAID 50.
l Requires proportionally as much parity information as RAID 6.
l Two disks per span are required for parity. RAID 60 is more expensive in terms of disk space.
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 10 (Striping over mirror sets)
The RAB considers RAID Level 10 to be an implementation of RAID level 1. RAID 10 combines mirrored physical disks (RAID 1) with data striping (RAID 0). With
RAID 10, data is striped across multiple physical disks. The striped disk group is then mirrored onto another set of physical disks. RAID 10 can be considered a
mirror of stripes.
Figure 3-8. Striping Over Mirrored Disk Groups