Question

Difficulty: Very hardStorage Drives and RAID Array Issues

A system administrator is troubleshooting a critical internal file server configured with a hardware RAID 5 array consisting of four SATA SSDs. The storage console alerts that Drive 2 has failed and the array is operating in a degraded state. The administrator hot-swaps Drive 2 with a brand-new drive of identical manufacturer, capacity, and specification. However, upon insertion, the hardware RAID management utility flags the newly inserted disk as 'Foreign' or 'Unconfigured Drive' and fails to initiate the rebuild automatically. Which of the following is the most appropriate immediate action to rebuild the array while preserving existing data?

  1. Import or clear the foreign drive configuration through the RAID utility and manually assign the replacement disk to the array to begin the rebuild.Answer
  2. B
    Perform a full high-level format on all active array drives to clear controller metadata before re-adding the replacement disk.
  3. C
    Convert the degraded RAID 5 array into a RAID 0 configuration to bypass parity validation and force synchronization with the new drive.
  4. D
    Hot-swap Drive 0 and Drive 1 while online to trigger an automatic controller factory reset and auto-assign the new drive.

Answer

Import or clear the foreign drive configuration through the RAID utility and manually assign the replacement disk to the array to begin the rebuild.
When a replacement drive contains existing RAID configuration headers or metadata from manufacturing/prior use, the hardware RAID controller flags it as 'Foreign'. Importing or clearing this configuration metadata via the controller BIOS/management interface transition the drive into a usable state ('Ready/Unconfigured'), allowing it to be assigned to the degraded RAID 5 array to safely execute the parity-based rebuild process.

Step-by-Step Solution

1
Identify the cause of auto-rebuild failure
The controller detected residual metadata or configuration signatures on the replacement drive, marking it as 'Foreign'.
Hardware RAID controllers safeguard existing volumes by refusing to automatically overwrite disks containing existing configuration records.
2
Manage the foreign disk state in the hardware RAID utility
Clearing or importing the foreign configuration makes the drive state 'Unconfigured Good' or 'Ready'.
This removes stale disk headers and prepares the replacement drive for integration.
3
Initiate array rebuild
Assign the ready drive as a hot spare or target member for the degraded RAID 5 array.
The controller uses surviving data and parity blocks from remaining drives to reconstruct missing data onto the newly assigned disk.

Key Concept

Handling Foreign Disk Configurations during RAID Rebuilds
Estimated Time:2m 0s
Rate this question