How to perform a health check in ONTAP 9
Applies to
- ONTAP 9
- AFF & FAS Systems
Description
- This article describes the procedure to conduct a basic system health check for the following scenarios:
- ONTAP upgrades or Firmware upgrades
- Hardware replacements
- Maintenance activities
- Power related events
- For a full list of commands to check system health, see How to perform a cluster health check with a script in ONTAP
Procedure
- Confirm each node in the cluster shows
true
for both Health and Eligibility:
::> cluster show
- Confirm the System Storage Configuration shows expected MPHA state (
multi-path, quad-path, single-path
):
::> system controller config show -slot "-" -device System
- Confirm the SP/BMC is
online
:
::> system service-processor show -fields status
- Confirm each aggregate is
online
:
::> storage aggregate show -fields state
- Confirm all volumes are
online
:
::> volume show -fields state
- Confirm the state of each network port is as expected:
::> network port show
- Confirm all LIFs are home and operational:
::> network interface show -fields is-home,status-oper
- Confirm there are no system faults present:
::> system health alert show
- Confirm no storage faults are present:
::> system health subsystem show
- Confirm all EMERGENCY/ALERT/ERROR/INFO events in past 24 hours.
::> event log show -severity <=NOTICE -time >24h
- Confirm that any CIFS shares that should be connected are so:
::> vserver cifs show
::> vserver cifs session show
::> vserver cifs connection show