RE: question about drives configuration



Because many vendors confuse the terms RAID 10, RAID 1+0, and RAID 0+1, use the terms mirrored striping and striped mirroring.

Striped mirroring is the best solution for a database server requiring high performance and high availability. Capacity can be a problem, however, because of the number of disks required and their cost.

More Info:
========

Striped Mirroring
===============
Striped mirroring writes logical blocks of data across two or more mirrored sets of disks, creating a single volume with no redundant information between the mirrored sets of disks. Each mirrored set of disks consists
of two or more disks. Striped mirroring provides the same high level of availability as mirroring. The available capacity of a striped mirror is equal to that of each disk in the mirror set (in a two-disk mirror set, 50
percent of the disk capacity is used for data protection). Unlike mirroring, however, striped mirroring provides symmetrical performance. Read performance is very fast because data is available from each disk in
the mirror. In striped mirror implementation, RAID array and SAN controllers support simultaneous reads from each member of the mirror, which maximizes read performance. Write performance is also fast because
writes occur simultaneously across each mirrored set.

With striped mirroring, if a drive fails, read and write performance is slightly reduced, but only for data stored on the mirror set containing the failed disks. Read and write performance to and from the other mirrored
sets is not affected. Striped mirroring can survive the failure of multiple drives, provided at least one drive in each mirrored set survives.


Mirrored Striping
===============
Mirrored striping writes logical blocks of data across two or more disks, creating a single logical volume with no redundant information between the disks, and then mirrors the volume. Read and write performance is
very fast, but mirrored striping is not as fault tolerant as striped mirroring. When a single disk in a stripe fails, the data remains available in the other stripe, but the stripe is broken. With one broken stripe, the failure of a
disk in the remaining stripe causes the data to become unavailable. In addition, when a stripe fails, read performance is slower because only one stripe is functional.


Best Regards,

Uttam Parui
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit http://www.microsoft.com/security.

Microsoft highly recommends that users with Internet access update their Microsoft software to better protect against viruses and security vulnerabilities. The easiest way to do this is to visit the following websites:
http://www.microsoft.com/protect
http://www.microsoft.com/security/guidance/default.mspx


.



Relevant Pages

  • Re: RAID 5 q - in simpler terms - THANKS!
    ... example, if its striped on disks 1-4, then all expansion will be on disks 1-4. ... Also, if you lose one disk in a stripe, the sync requires all disks in the stipe ... On your statement that no downtime is ever involved on mirroring, ... If the wrong two drives fail, ...
    (AIX-L)
  • Re: SSA RAID10 Question
    ... doing it that way since your are mirroring your striped filesystems. ... the Primary and the 9.1GB Disks as the secondary? ... confidentiality in relation to transmissions sent by e-mail. ... Monitoring ...
    (AIX-L)
  • Re: Upperbound param in LV
    ... > Remember that upperbound does not take account of mirroring: ... > number of disks used, including those used for any mirror ... > contact the sender using an alternative means of communication. ... > cahoot is a division of Abbey National plc. ...
    (AIX-L)
  • Re: kernel panic at boot on any 6.x OS
    ... This works great for servers, that don't have any real users on them, ... Intelligent file system layout. ... Mirrored disks. ... I do the mirroring thing too but the one thing you have to watch is ...
    (freebsd-questions)
  • Re: kernel panic at boot on any 6.x OS
    ... This works great for servers, that don't have any real users on them, ... Intelligent file system layout. ... Mirrored disks. ... I do the mirroring thing too but the one thing you have to watch is ...
    (freebsd-hackers)

Loading