The 411 on raid: when two is always better than one.If you have been following this column for any length of time, you've no doubt noticed the term "mission-critical application" being used frequently. A mission-critical application is any task which, if not performed, will have a substantial and negative impact on your organization.There is no application that's automatically mission-critical, though in most organizations, accounting and payroll are pretty sensitive. If your organization performs extensive fundraising, donor and prospect files can be considered mission-critical. In most organizations, though, there is at least one application that's mission-critical, and often a number of them. Backup is an integral part of protecting mission-critical applications and data. Another approach that you should consider, as a supplement to ordered backup and not a substitute, is to implement RAID disk setups on personal computers that are used in a mission-critical task. Aside from being the stuff that kills bugs dead, when talking about RAID as a computer peripheral, it's an acronym acronym: see abbreviation. A word typically made up of the first letters of two or more words; for example, BASIC stands for "Beginners All purpose Symbolic Instruction Code. that stands for redundant array of inexpensive disks Redundant Array of Inexpensive Disks - Redundant Arrays of Independent Disks . All RAID arrays consist of at least two separate hard disk drives, and can sometimes be as many as five drives. There are two major reasons for configuring multiple disk drives in a RAID army. The key to RAID is based in the fact that a hard disk is organized in tracks, concentric Coming from the center, or circles within circles. For example, tracks on a hard disk are concentric. Tracks on optical media are concentric or spiral shaped (in a coil) depending on the type. rings of data on the surface of a disk platter One of the disks in a hard disk drive. Each platter provides a top and bottom recording surface. There may be only one or several platters in a drive with each platter having its own pair of read/write heads. See magnetic disk. . If a hard drive has more than one disk platter, the drive is also organized vertically, as well as horizontally, with tracks assigned to vertical cylinders. With multiple hard drives, you can configure See configuration. (software) configure - A program by Richard Stallman to discover properties of the current platform and to set up make to compile and install gcc. Cygnus configure was a similar system developed by K. the drives into different types of arrays to improve performance, increase reliability, or both. Faster, Faster One primary use for a RAID array is to improve disk performance. In a process called striping Interleaving or multiplexing data to increase speed. See disk striping. striping - data striping , tracks are written (or read) consecutively on two drives, first on the primary drive, then on the secondary drive. Because the second drive can be accessed while the first drive is still working, drive access speed is considerably faster. This type of array is called RAID 0 configuration, and the two hard drives appear to Windows as a single large hard drive. With this type of RAID array, as with most (but not all) RAID setups, both hard drives need to have exactly the same capacity. So if you have two 250GB hard disks in RAID 0 configuration, they will appear as a single 500GB drive to the operating system operating system (OS) Software that controls the operation of a computer, directs the input and output of data, keeps track of files, and controls the processing of computer programs. . RAID 0 arrays are important when hard drive performance is an issue, such as in transaction processing Updating the appropriate database records as soon as a transaction (order, payment, etc.) is entered into the computer. It may also imply that confirmations are sent at the same time. Transaction processing systems are the backbone of an organization because they update constantly. . There is one major vulnerability with RAID 0--if one drive fails, data on both drives are completely corrupted. While it may be possible to recover some of the data from the undamaged drive, it is difficult, and very expensive. Another type of RAID configuration, and one more germane ger·mane adj. Being both pertinent and fitting. See Synonyms at relevant. [Middle English germain, having the same parents, closely connected; see german2. to most readers, is RAID 1 configuration, often called "mirroring." RAID 1 arrays can have two differently-sized drives, but the capacity of the array will be limited to the smallest drive in the pair, so it pays to have two identically sized hard drives. When any data is written on the primary drive, it is also written on the secondary drive. In essence, the secondary drive is an exact duplicate of the primary drive, and if either drive is damaged or suffers from a disk crash, the hard disk controller will automatically switch to the other, undamaged drive and warn you. When you replace the damaged drive, the contents of the mirrored drive will be automatically copied to the new drive, and both drives will continue to be exact copies of each other. Obviously, RAID 1 represents a significant redundancy in protecting your data and applications, though implementing a RAID 1 array doesn't mean that you should forego other backup arrangements. The downside Downside The dollar amount by which the market or a stock has the potential to fall. Notes: You might hear someone say that the downside on stock XYZ is $10. What that means is that the stock could fall by this amount if things got bad. of a RAID 1 array is cost. The mirrored set of drives appears to the operating system as a single drive, with the capacity of only one drive. To illustrate with the same pair of 250GB drives used in the RAID 0 example, a RAID 1 array of two 250GB drives would appear as a single 250GB drive to the operating system. RAID 0 and RAID 1 aren't the only way to configure an array of drives. RAID 5 performs striping across multiple drives, but adds additional data in the form of parity information that makes the array a bit more fault-tolerant. The array isn't as redundant as a RAID 1 mirrored array, but with RAID 5, there's a good chance that losing a drive won't crash the entire set of drives. Finally, there's RAID 10. This requires at least four hard drives, and provides striping across a pair of mirrored drives. If one drive goes down, you'll have to replace both drives in the mirrored array. This type of array provides both data redundancy Writing data to two or more locations for backup and data recovery. For example, data can be stored on two or more disks or disk and tape or disk and the Internet. See disk redundancy and data recovery. and great performance, but it requires a lot of drives, room for four drives in the personal computer's case, and a power supply in the PC that can power four hard disks. Making the grade with RAID Adding RAID capability is best done when you purchase a new personal computer. Most PCs sold today have the capability to support RAID arrays. You will have to turn on this capability in the computer's BIOS BIOS in full Basic Input/Output System Computer program that is typically stored in EPROM and used by the CPU to perform start-up procedures when the computer is turned on. , and then use a combination of keys to access the RAID controller's settings. Older computers may or may not have RAID capability. The original vendor can tell you if you give them the model number of your system. When you set the array type and level in the RAID utility, it will format and let you partition A reserved part of disk or memory that is set aside for some purpose. On a PC, new hard disks must be partitioned before they can be formatted for the operating system, and the Fdisk utility is used for this task. the array. This process will destroy any data currently on any of the drives in the array, and will require that you reinstall To go through the installation process once again, because files have become corrupted. See reload. Windows on the new logical "drive." If you have data and applications that you want to preserve, use a utility like Acronis' True Image to make an image copy as backup, and restore the image to the array when Windows has been reinstalled. With the low cost of even large capacity hard drives, RAID arrays are definitely worth investigating. Your data and applications will be glad that you did. Ted Needleman is the former associate publisher and editor-in-chief of Accounting Technology magazine. He is now a technology consultant and writer based in Stony Point Ston·y Point A village of southeast New York on the Hudson River north of New City. Its blockhouse, captured by British troops in May 1779, was retaken in July by Gen. Anthony Wayne's forces. Population: 11,744. , N.Y. His email address See Internet address. is tneedleman@aol.com |
|
||||||||||||||||||||||

Printer friendly
Cite/link
Email
Feedback
Reader Opinion