Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Failed disks that doesn't show up with command "aggr status -f"
2019-09-03
09:51 AM
9,058 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
Solved! See The Solution
1 ACCEPTED SOLUTION
Abraham_Capristo has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
2 REPLIES 2
Abraham_Capristo has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
*>
