Smartctl

From HPCWIKI
Revision as of 11:59, 10 December 2023 by Admin (talk | contribs) (Created page with "The smartctl Command Line Tool of Smartmontools is primarily used to query SMART attributes of hard drives and SSDs.<ref>https://www.thomas-krenn.com/en/wiki/Smartmontools_with_MegaRAID_Controller</ref> == Check RAID array list == can display which disks of the RAID controller are accessible. cat /proc/scsi/scsi == smartctl over LSI array == smartctl provides integrated support for MegaRAID controller sudo smartctl -a -d megaraid,N /dev/sdX Where <N> stands for the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The smartctl Command Line Tool of Smartmontools is primarily used to query SMART attributes of hard drives and SSDs.[1]

Check RAID array list

can display which disks of the RAID controller are accessible.

cat /proc/scsi/scsi

smartctl over LSI array

smartctl provides integrated support for MegaRAID controller

sudo smartctl -a -d megaraid,N  /dev/sdX

Where <N> stands for the device ID on the RAID controller. These can be displayed via the StorCLI (column DID).

sudo storcli /c0 /eall /sall show

References