We had a failed disk that was originally showing amber on a Dell DS2246 using Ontap 8.3, which we eventually will be replacing. However, when we removed the drive and replaced with a new one there was an error of "bad label". We had giving it time to register but it still shows up. We are working with an MSP provider that will note run the following command:
::> priv set advanced
::> storage disk unfail -s <disk_name>
There is a warning that states:
The following action plan assumes that the disks are not critical data disks being migrated to the new system. Verify that the disks in question do not store production data.
Will running this command for one disk cause processing power and affect the other disks in the Array to take down the entire storage array on that cluster?
Anyone else run into an issues with naming a bad label with the following steps? With it affect any of the other disks in the cluster?
- Initialize the Disk:
• Command Prompt: disk initialize -f <disk_name>
• Replace <disk_name> with the name of the replacement disk. - Label the Disk:
• Command Prompt: disk label <disk_name>
• Replace <disk_name> with the name of the replacement disk. - Check Disk Status:
• Command Prompt: disk show -n
• Ensure that the replacement disk now appears with a proper label and status. - Add to Aggregate or RAID Group:
• Depending on your configuration, you may need to add the replacement disk to an aggregate or RAID group.
• For example, to add the disk to an aggregate: aggr add <aggregate_name> -d <disk_name>
• Replace <aggregate_name> with the name of the aggregate and <disk_name> with the name of the replacement disk.