Question

Difficulty: Very hardStorage Drives and RAID Array Issues

A virtualization host utilizes a hardware RAID 6 array consisting of six enterprise SAS hard drives storing critical virtual machine disks. The RAID management controller issues an urgent alert indicating that Drive 1 has failed completely and dropped offline, while Drive 3 is experiencing a high rate of reallocated sectors and S.M.A.R.T. predictive failure warnings. The array status is currently listed as DEGRADED. Which TWO of the following actions should the administrator take to safely restore full redundancy to the storage system while minimizing data loss risk?

  1. Immediately perform a full system backup of the virtual machine storage volume to an external target.Answer
  2. Replace the failed Drive 1 with an identical hot-swap replacement drive and initiate the array rebuild process.Answer
  3. C
    Force Drive 3 offline alongside Drive 1 and replace both drives simultaneously before initiating a single rebuild cycle.
  4. D
    Delete the degraded array virtual disk, reformat the remaining functional drives, and recreate a fresh RAID 5 storage pool.

Answer

The administrator should immediately perform a full backup of the storage volume to an external target and replace the offline Drive 1 with a new hot-swap drive to begin rebuilding the array redundancy.
In a degraded RAID 6 environment with one hard failed disk and another disk reporting predictive S.M.A.R.T. failure, the immediate priority is backing up all volume data to protect against catastrophic loss during rebuild strain, followed by replacing the offline drive to initiate a rebuild. RAID 6 can sustain two drive failures, but rebuild operations increase drive stress significantly.

Step-by-Step Solution

1
Secure array data against potential secondary drive failure during high-stress rebuild operations.
A full external backup is created while the RAID 6 volume is still operational.
RAID rebuilds place heavy read workloads on surviving drives, increasing the likelihood that a drive with S.M.A.R.T. predictive warnings (Drive 3) could experience complete failure or unrecoverable read errors.
2
Hot-swap the failed disk (Drive 1) with an operational replacement drive of matching or greater capacity and speed.
The hardware RAID controller begins rebuilding parity data onto the new drive.
RAID 6 tolerates up to two drive failures; replacing the offline drive restores array state toward normal operating status.
3
Monitor rebuild completion, verify data integrity, and subsequently replace the predictively failing Drive 3.
The array returns to optimal dual-parity redundant status.
Replacing drives sequentially avoids exposing the array to unnecessary multi-drive loss risks.

Key Concept

Handling degraded hardware RAID 6 arrays with combined disk failures and predictive S.M.A.R.T. warnings.
Rate this question