11
1.4 RAID Concepts
RAID Fundamentals
The basic idea of RAID (Redundant Array of Independent Disks) is to combine multiple inexpensive
disk drives into an array of disk drives to obtain performance, capacity and reliability that exceeds
that of a single large drive. The array of drives appears to the host computer as a single logical
drive.
Five types of array architectures, RAID 1 through RAID 5, were originally defined; each provides
disk fault-tolerance with different compromises in features and performance. In addition to these
five redundant array architectures, it has become popular to refer to a non-redundant array of disk
drives as a RAID 0 arrays.
Disk Striping
Fundamental to RAID technology is striping. This is a method of combining multiple drives into one
logical storage unit. Striping partitions the storage space of each drive into stripes, which can be as
small as one sector (512 bytes) or as large as several megabytes. These stripes are then
interleaved in a rotating sequence, so that the combined space is composed alternately of stripes
from each drive. The specific type of operating environment determines whether large or small
stripes should be used.
Most operating systems today support concurrent disk I/O operations across multiple drives.
However, in order to maximize throughput for the disk subsystem, the I/O load must be balanced
across all the drives so that each drive can be kept busy as much as possible. In a multiple drive
system without striping, the disk I/O load is never perfectly balanced. Some drives will contain
data files that are frequently accessed and some drives will rarely be accessed.
By striping the drives in the array with stripes large enough so that each record falls entirely within
one stripe, most records can be evenly distributed across all drives. This keeps all drives in the
array busy during heavy load situations. This situation allows all drives to work concurrently on
different I/O operations, and thus maximize the number of simultaneous I/O operations that can
be performed by the array.
Summary of Contents for xl-raid-2804issa
Page 1: ...XL RAID 2804ISSA iSCSI SATA II SUBSYSTEM Installation and Configuration Manual Revision 1 0 ...
Page 84: ...84 4 Click OK 5 Click Targets ...
Page 93: ...93 Click Advanced Select Target Portal to iSCSI data port 1 192 168 11 229 Then click OK ...
Page 95: ...95 ...
Page 101: ...101 Log on Enable Enable multi path checkbox Then click Advanced ...
Page 102: ...102 Select Target Portal to iSCSI data port 1 192 168 11 229 Then click OK Log on again ...
Page 104: ...104 iSCSI device is connected Click Details Click Device tab then click Advanced ...
Page 105: ...105 Click MPIO tab select Load Balance Policy to Round Robin Click Apply ...
Page 110: ...110 The MC S setting is done ...
Page 112: ...112 Disable Immediate Data and enable Initial R2T Click OK ...
Page 115: ...115 Then run Computer Management in Windows Make sure the disk appears ...