ONTAP Hardware

Failed disks that doesn't show up with command "aggr status -f"

Abraham_Capristo
7,081 Views

 

Hello everyone,

 

I have a Netapp Storage FAS6280 with ONTAP 8.2.5P1 7-Mode, I would like to know why when I run the aggr status -f command it only shows 2 Failed disks

 

nfiler1>  aggr status -f

Broken disks

RAID Disk Device HA SHELF BAY CHAN Pool Type RPM Used (MB/blks) Phys (MB/blks)
--------- ------ ------------- ---- ---- ---- ----- -------------- --------------
failed 7a.40.6 7a 40 6 SA:A 0 SAS 15000 560000/1146880000 560208/1147307688
failed 7d.44.1 7d 44 1 SA:B 0 SAS 15000 560000/1146880000 560208/1147307688

 

But when I run the sysconfig -a | grep "Failed" command  it shows  6 Failed disks 

 

nfiler1> sysconfig -a | grep Failed
04.7 : NETAPP X412_S15K7560A15 NA08 0.0GB 0B/sect (Failed)
24.18: NETAPP X412_HVIPC560A15 NA04 0.0GB 0B/sect (Failed)
25.3 : NETAPP X412_S15K7560A15 NA08 560.0GB 520B/sect (Failed)
40.6 : NETAPP X412_S15K7560A15 NA08 560.0GB 520B/sect (Failed)
44.1 : NETAPP X412_S15K7560A15 NA08 560.0GB 520B/sect (Failed)
45.7 : NETAPP X412_S15K7560A15 NA08 560.0GB 520B/sect (Failed)

 

1 ACCEPTED SOLUTION

Trubida
7,074 Views

Can you verify ownership on all of the failed drives?  My guess is that drives that don't show up when running the aggr status -f command might not be owned by these controllers.

View solution in original post

2 REPLIES 2

Trubida
7,075 Views

Can you verify ownership on all of the failed drives?  My guess is that drives that don't show up when running the aggr status -f command might not be owned by these controllers.

reis
6,811 Views

To resolve this error
I had to go into maintenance mode and run the disk unfail [disk_id] command

 

*> disk unfail 3d.10.21
Device 3d.10.22 was unfailed successfully.

 

If the disk has been previously failed by RAID, the disk may need to be removed from
the failed disk registry.

 

To see the disks in the registry:
>raid_config info showfdr

 

To delete a disk in the registry:
>raid_config info deletefdr


*>

Public