What is the ONTAP CLI command to find a drive part number?
- Views:
- 4,393
- Visibility:
- Public
- Votes:
- 6
- Category:
- disk-drives
- Specialty:
- hw
- Last Updated:
- 11/10/2023, 11:39:07 AM
Applies to
- ONTAP 9
- FAS/AFF
- Disk drives
Answer
- The below command can be used to find the drive details.
::> storage disk show -physical
Disk Type Vendor Model Revision RPM BPS
---------------- ------- -------- -------------------- -------- ------- -------
Info: This cluster has partitioned disks. To get a complete list of spare disk
capacity use "storage aggregate show-spare-disks".
1.0.0 SSD-NVM NETAPP X4011S172B3T8NTE NA56 - 4160 SerialNumber: A12XXX3E45XXXX
1.0.1 SSD-NVM NETAPP X4011S172B3T8NTE NA56 - 4160 SerialNumber: A12BXXXE45XXXX
- Also, the disk details can be fetched from "SYSCONFIG -A" logs.
::>system node run -node nodename -command sysconfig -a
Additional Information
Check the Disk Drive & Firmware Matrix and NetApp Hardware Universe (Product -> Storage -> Drives section) for additional drive details.