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
- Verify Cluster health:
::> cluster show
- From the command line, confirm the target node is reporting the proper MPHA state(
multi-path, quad-path, single-path
):
::> system node run -node <node_name> -command sysconfig -a
- Ensure SP/BMC is online and healthy:
::> system service-processor show
- Ensure storage is healthy and online:
- Check the status of aggregates
- Check status of assigned drives and spares
::> system node run -node <node_name> -c sysconfig -r
- Confirm all volumes are online:
::> vol show -state !online
- Confirm the state of each network port is as it should be:
::> network port show
- Confirm all LIFs are home and operational:
::> network interface show
- Confirm there are no system faults present:
::> system health alert show
- Confirm no storage faults are present:
::> system health subsystem show
- Confirm that any CIFS shares that should be connected are so:
::> vserver cifs show
::> vserver cifs session show
::> vserver cifs connection show