Presentation is loading. Please wait.

Presentation is loading. Please wait.

Enhanced Availability With RAID CC5493/7493. RAID Redundant Array of Independent Disks RAID is implemented to improve: –IO throughput (speed) and –Availability.

Similar presentations


Presentation on theme: "Enhanced Availability With RAID CC5493/7493. RAID Redundant Array of Independent Disks RAID is implemented to improve: –IO throughput (speed) and –Availability."— Presentation transcript:

1 Enhanced Availability With RAID CC5493/7493

2 RAID Redundant Array of Independent Disks RAID is implemented to improve: –IO throughput (speed) and –Availability of a file system.

3 RAID Implementation Software – often criticized as not being a true RAID implementation. Hardware – A special RAID controller is required to get the best results.

4 RAID: Stripe The stripe takes on two meanings within the context of a RAID system: –Stripe width –Stripe size Both width and size are adjusted to enhance IO throughput.

5 RAID Stripe Width Stripe width refers to the number of disks used in parallel for IO transfers to and from the array.

6 Raid Stripe Size Stripe size refers to the size of the storage units organized on the disk surface. The stripe size is adjusted to optimize the speed of the IO transfers.

7 Common RAID Types RAID-0 RAID-1 RAID-1+0 RAID-5 RAID-6

8 RAID-0 AKA disk striping Does not provide redundancy Degrades data availability Improves IO throughput

9 RAID-1 AKA mirroring Requires two independent disk devices –The first disk stores the data –The second disk stores the data copy

10 RAID-1 width = 1

11 RAID-1 Two controllers allow simultaneous reads.

12 RAID-1 Advantages Improves data availability. Separate controllers can allow for two simultaneous read operations. Allows for error detection on read. Administrative advantages for service on one drive while the other remains available.

13 RAID-1 Disadvantages Writes have a slight performance penalty compared to no RAID. Doubles the cost of storage. Storage efficiency = 50%

14 RAID-1+0 Enhances IO throughput and data availability. Requires 2(n+1) separate disk devices, where n = 1, 2, 3, 4, … –Minimum of 4 disks required

15 RAID-1+0 Width=2

16 RAID-1+0 Width = 4

17 RAID-1+0 RAID-1+0 allows the same flexibility as RAID-1 configurations. Storage efficiency is 50%

18 RAID-0+1 Requires the same hardware as RAID- 1+0, but less fault tolerant.

19 RAID-5 RAID-5 enhances –IO data throughput –Data availability Parity information enhances availability Requires a minimum of 3 independent disk devices.

20 Parity Information Based on the logical exclusive-or operation.

21 RAID-5 Configuration Stripe Width = 4

22 RAID-5 Limitations Overhead occurs during writes due to the parity calculation and parity write. Storage efficiency is not 100% due to the parity storage requirements. storage efficiency = (n-1)/n

23 RAID-5 (S)ATA Limitations Large capacity (S)ATA drives are more likely to contain bad blocks. After a disk failure, the bad blocks make it impossible to rebuild the array from the remaining drives.

24 RAID-6 Contains two sets of parity information. Tolerates two simultaneous disk failures. A better solution for (S)ATA arrays where each disk has a large capacity (greater than 1TB).

25 Stripe Width = 6

26 RAID-6 Higher availability at the cost of greater IO overhead due to complex parity calculations and storage. Storage efficiency = (n-2)/n Becoming more popular for (S)ATA arrays

27 Write-Back Caching Disk arrays that need high availability and integrity should be configured without write-back caching.


Download ppt "Enhanced Availability With RAID CC5493/7493. RAID Redundant Array of Independent Disks RAID is implemented to improve: –IO throughput (speed) and –Availability."

Similar presentations


Ads by Google