The information in this article applies to:
SUMMARYThis article provides some basic procedures and a checklist for creating and modifying a fault tolerant set. For this article, a fault tolerant set includes a stripe set, stripe set with parity, volume set, and disk mirror/duplex. Basic Procedures
ARTICLE-ID: Q100110 Stripe SetsStripe sets offer no data redundancy, unlike striping with parity. All data is lost in the set if one drive fails in a stripe set. Better performance usually results because of the ability to read and write to several drives simultaneously. To do this, the drives and controller must support the read and write request simultaneously. In general, most SCSI controllers and drives allow this, while IDE controllers and drives only allow one device per channel at a time to accept read and write requests. Making a stripe set out of IDE drives will not improve performance.Stripe sets with parity offer data redundancy. They maintain a fairly high level of performance. Read performance matches a stripe set without parity. When writing data, however, everything is written twice -- once to the disk and once to the parity strip. The pagefile should not be placed on a stripe set with parity because redundant data is written and performance degrades. After a stripe set is created, it cannot be enlarged or extended without backing up the data and reformatting the set. You cannot incorporate the Windows NT system or boot files into a stripe set. For additional information, please see the following articles in the Microsoft Knowledge Base: ARTICLE-ID: Q113933 Volume SetVolume sets offer no data redundancy but allow you to span multiple drives, and to assign them one drive letter. When you use NTFS on a volume set, it is possible to add another drive to volume set without formatting the drive. FAT does not allow extending the drive without reformatting and restoring from a backup. When extending a volume set, take the same precautions as when you create any other fault tolerant set.For additional information, please see the following article in the Microsoft Knowledge Base Article related to Volume Sets: ARTICLE-ID: Q113503 Disk Mirror/DuplexDisk mirroring and disk duplexing offer full data redundancy under Windows NT Server. The difference between the two is that mirroring assumes you have two hard drives and one controller, while duplexing has a controller for each hard drive. Duplexing provides maximum protection if a controller or a hard drive fails. The type and size of your hard drive does not matter, but there must be enough free space available on the shadow drive. When duplexing, drive translation can be an issue on SCSI drives. When the BIOS is enabled on a SCSI controller, the drive translation is done by the BIOS. For controllers not under BIOS control, Windows NT defaults to 64 heads and 32 sectors per track. This happens because Windows NT cannot read the translation scheme from the disabled BIOS. An issue arises when there are two identical controllers and two identical drives, with two different sizes under Disk Administrator. In this situation, even if the mirror can be established, recovery in the event of failure may be extremely difficult.For additional information, please see the following articles in the Microsoft Knowledge Base: ARTICLE-ID: Q114779 MORE INFORMATION
Windows NT Server support for RAID is software based; information about
the configuration is kept in the registry. Hardware-based RAID has many
advantages over software-based RAID, such as support for hot swapping of
hard drives. Hardware-based RAID provides better performance because it
runs independently of the operating system and does not need to scan a
series of drivers. The operating system can be placed on a hardware-based
RAID because the array is built in the controller BIOS, and not by a
driver that the operating system supplies.
ARTICLE-ID: Q96735 Additional query words: prepare harddrive
Keywords : kbtool ntfault ntfilesys NTSrvWkst ntutil |
Last Reviewed: February 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |