Aggregate shows mirror degraded and plex offline
Applies to
- Cloud Volumes ONTAP
- ONTAP 9
- ONTAP Select
Issue
One or more aggregate are showing
mirror degraded and plex offline, preventing node givebackCause
Any failed disk in a RAID0 plex will cause the plex to enter a degraded/offline state
Solution
- View details of the aggregate to identify any failed plexes:
::> storage aggregate show -r -aggregate aggr_name
|
WARNING Do not to delete plex without verifying a suitable spare exists |
- Delete the failed plex:
::> storage aggregate plex delete -aggregate aggr_name -plex failed_plex
- Re-establish the mirror:
::> storage aggregate mirror -aggregate aggr_name
- Monitor the resynchronization and mirroring status of the plex until all mirrors are reestablished and all aggregates show
mirrored, normalstatus:
::> storage aggregate show -r -aggregate aggr_name
- Proceed with giveback once mirror is complete
Additional Information
Internal Notes
|
WARNING Validate with an EE before unfailing the disk |
