The information in this article applies to:
SUMMARY
This article discusses using Windows NT Server's software fault tolerance
capabilities to scale invested hardware to meet current and future storage
demands. Note that these capabilities are not as fast or dependable as hardware fault tolerance but can help extend existing hardware functionality.
MORE INFORMATION
Scaling multiple RAID arrays can exceed the bandwidth of the BUS that the
SCSI controllers are using, so knowledge of SCSI capacity planning is
assumed in this article.
NT Mirroring Hardware Stripe Sets (sometimes referred to as RAID 10)
Pros: The fastest RAID array method; excellent read and write speed. Cons: Mirroring provides the minimum FT required. Any corruption of the data may replicate to the shadow set. This provides no integrity protection for the drive arrays because they are running a stripe set underneath. Any drive failure would render the one of the arrays offline. H/W RAID-5 Arrays in NT Volume Set
Pros: Allows very large logical drives with RAID 5 fault tolerance underneath to protect the volume set. Allows two dissimilar RAID 5 arrays to be grouped together. This allows you to concentrate on the size of the logical driver rather than on performance. Cons: Performance of the RAID arrays is not combined as RAID 10. This gives the least-optimal performance of all the configurations. Additionally, the logical or physical loss of one member results in the total loss of the entire volume set. NT Mirroring of H/W RAID-5 Sets
Pros: Very good read performance; good write performance. Both the data and drive arrays have fault tolerance. Cons: Any corruption of the data could be replicated to the shadow drive. Very costly due to duplicate hardware requirements. NT RAID-5 on Multiple H/W RAID-5 Arrays
Pros: Excellent read speeds; good write speed. This is the one of the best combinations of speed and security. The array and the data have the benefit of RAID protection. Cons: The number of h/w RAID arrays required to make this efficient is a disadvantage. Three RAID-5 arrays in a soft RAID-5 would lose one-third total space to parity. Generally desirable would be four or five arrays to make the parity space required more reasonable (one-fourth or one-fifth total space). Additional query words: prodnt scale fault tolerance
Keywords : kbsetup kbhowto nthowto NTSrv |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |