A technician receives a hardware monitoring notification indicating that a server's RAID 5 array is operating in a degraded state due to a single hard drive failure. Which of the following is the most appropriate immediate action to restore fault tolerance to the array?
- Replace the failed hard drive with a healthy drive of equal or greater capacity and rebuild the array.Answer
- BFormat all remaining operational drives in the array and restore the data from a nightly backup.
- CReconfigure the RAID array controller settings to RAID 0 to clear the degraded warning.
- DReinstall the operating system storage drivers to reset the drive monitoring alert status.
Answer
Replace the failed hard drive with a healthy drive of equal or greater capacity and rebuild the array.
When a single drive fails in a RAID 5 configuration, the array enters a degraded state but remains operational by calculating missing data on the fly using parity stored on the surviving drives. Replacing the failed drive with a new, healthy disk of matching or greater capacity and rebuilding the array restores complete redundancy.
Step-by-Step Solution
Key Concept
RAID 5 Degraded Recovery Procedure