Data Domain: Disk Unknown
Summary: This article explains why a disk may appear as "Unknown" in a Data Domain system and provides steps to identify and resolve the issue.
Symptoms
A disk displays the state "Unknown" in the DD-CLI, DDSM, or DDMC.
The issue affects one of the following scenarios:
- A single disk in the controller (head unit) or attached storage
- All disks in a newly added enclosure
- A disk recently replaced after failure
Cause
A disk may report as "Unknown" for one of the following reasons:
- The system has not yet recognized a newly installed disk.
- A disk is unreliable or failed and reports an unknown state.
- A newly added enclosure has not been integrated into the RAID configuration.
- A replacement disk has not been initialized or transitioned to an active state.
Resolution
Follow the steps below based on the scenario:
-
Check Your Data Domain Model
Important: The
disk unfailcommand is not supported on storage pool architecture systems (for example, DD6400). Running this command on these models results in an error.-
Identify your system model:
system show modelno -
Use the correct procedure:
DD6400 (Storage Pool Architecture):
- Use the
storage addcommand. - Refer to: Data Domain DD6400: Adding Replacement Disk on DD6400
All Other Data Domain Models (Traditional DD-RAID Architecture):
- Continue with the steps below (
disk rescan,disk unfail).
- Use the
-
-
Verify Disk State
- Use the
disk show statecommand to identify the disk state. Refer to Data Domain: Disk State Descriptions for guidance
- Use the
-
Single Disk Reports "Unknown" (and is NOT a new replacement disk)
- Check active system alerts (
alerts show current) and disk state (disk show state). If the disk is reported as failed, and is in an "Unknown" state, replace it. - If the "Unknown" disk is a newly installed (replacement) disk, see Step 5.
- Check active system alerts (
-
All Disks in a New Enclosure Report "Unknown"
- This is expected behavior for a newly added shelf.
- Follow the relevant Shelf Hardware Guide to get the "Unknown" disks added to storage capacity.
- Overview of the required steps to add a shelf:
- Apply licensing
- Add storage to the correct tier (active or cloud)
- Expand the filesystem
- Overview of the required steps to add a shelf:
- Follow the relevant Shelf Hardware Guide to get the "Unknown" disks added to storage capacity.
- This is expected behavior for a newly added shelf.
-
Single Disk Reports "Unknown" After Replacement
- Attempt a rescan of drives. From DD-CLI (ssh), Run command
# disk rescan - Verify status of drive from DD-CLI
# disk show state- If the disk has become 'In-use' and the alert has not cleared, manually clear the alert using DD-CLI
# alerts clear alert-id <alert-id> - If the disk remains 'unknown' - run the #
disk unfail <encl.disc> commandto transition the disk to a spare state.
- If the disk has become 'In-use' and the alert has not cleared, manually clear the alert using DD-CLI
- Attempt a rescan of drives. From DD-CLI (ssh), Run command
-
Need Additional Assistance
Contact your contracted support provider and raise a service request if the issue remains unresolved.
Additional Information
Best Practice: Two-Minute Wait During Disk Swap
- When physically replacing a disk drive, wait at least 2 minutes after removing the failed disk before inserting the new disk.
- This allows the controller firmware to properly deregister the old drive, greatly reducing the possibility of a hotplug issue where the new drive is not properly recognized (showing as "unknown").
Recommended sequence:
- Remove the failed disk from the slot.
- Wait two minutes.
- Insert the new replacement disk.