GLOSSARY
Hot Spare
An extra physical disk drive in a RAID configuration that a controller can use to automatically rebuild a system drive when another drive fails. The hot spare drive must have at least as mush capacity as the largest disk drive in the array or the rebuild will not start.
Hardware RAID versus Software RAID
Beyond the different types of RAID, there are two implementation forms:
Hot Swap
To pull out a component from a system and plug in a new one while the power is still on and the unit is still operating.
NVRAM
Parity
A technique used to protect a system from data loss due to faults. When parity is implemented (RAID3 and RAID5), data written is logi- cally XOR’d together to calculate parity, which is stored on the drives along with the data. In a system with three drives, the data is written to two drives and the calculated parity is stored on a third drive. If one drive fails, data on the failed drive is reconstructed from other data and parity.
PCI Express
An advanced version of the PCI bus introduced in 2002. Rather than the shared, parallel bus structure of PCI, PCI Express provides a high-
176