I've tried to solve this via Google but not had any luck.
The baseboard is Supermicro X10 Xeon and the SAS drives are connected via two LSI 9211 HBAs.
When I run `smartctl -a /dev/XXX`, I get detailed attribute data for SATA HDDs only. I know that SCSI/SAS, and therefore smartctl, didn't provide SMART data some years back, but AFAIK those days are long past, and both these specific drives and smartctl seem to have included smart handling for these drives for quite a long time. The drives are new and smartctl reports that SMART support is present and enabled. I've tried hinting with -d test which reports type "scsi" correctly, and tried hinting with that type explicitly, but no luck so far. I've added a sample output at the end of this post.
Can I get detailed SMART attributes for these drives some way? Would updating smartctl manually help, if that's the issue?
I also don't fully understand the information at the very end. Why does it say there haven't been any self-tests logged yet (although a few lines before implies that self tests are running periodically), where would I find details for the "Non-medium error count: 3", and is "global logging target" needed for these?
Sample output
# smartctl -a /dev/da5
The baseboard is Supermicro X10 Xeon and the SAS drives are connected via two LSI 9211 HBAs.
When I run `smartctl -a /dev/XXX`, I get detailed attribute data for SATA HDDs only. I know that SCSI/SAS, and therefore smartctl, didn't provide SMART data some years back, but AFAIK those days are long past, and both these specific drives and smartctl seem to have included smart handling for these drives for quite a long time. The drives are new and smartctl reports that SMART support is present and enabled. I've tried hinting with -d test which reports type "scsi" correctly, and tried hinting with that type explicitly, but no luck so far. I've added a sample output at the end of this post.
Can I get detailed SMART attributes for these drives some way? Would updating smartctl manually help, if that's the issue?
I also don't fully understand the information at the very end. Why does it say there haven't been any self-tests logged yet (although a few lines before implies that self tests are running periodically), where would I find details for the "Non-medium error count: 3", and is "global logging target" needed for these?
Sample output
# smartctl -a /dev/da5
Code:
smartctl 6.5 2016-05-07 r4318 [FreeBSD 11.1-STABLE amd64] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Vendor: SEAGATE Product: ST8000NM0075 Revision: E002 Compliance: SPC-4 User Capacity: 8,001,563,222,016 bytes [8.00 TB] Logical block size: 512 bytes Physical block size: 4096 bytes LU is fully provisioned Rotation Rate: 7200 rpm Form Factor: 3.5 inches Logical Unit id: ******** Serial number: ******** Device type: disk Transport protocol: SAS (SPL-3) Local Time is: Mon Jan 22 10:46:18 2018 GMT SMART support is: Available - device has SMART capability. <==================== SMART support is: Enabled <==================== Temperature Warning: Enabled === START OF READ SMART DATA SECTION === SMART Health Status: OK Current Drive Temperature: 33 C Drive Trip Temperature: 60 C Manufactured in week 25 of year 2017 Specified cycle count over device lifetime: 10000 Accumulated start-stop cycles: 118 Specified load-unload count over device lifetime: 300000 Accumulated load-unload cycles: 5021 Elements in grown defect list: 0 Vendor (Seagate) cache information Blocks sent to initiator = 46250176 Blocks received from initiator = 561488 Blocks read from cache and sent to initiator = 128257 Number of read and write commands whose size <= segment size = 77199 Number of read and write commands whose size > segment size = 17 Vendor (Seagate/Hitachi) factory information number of hours powered up = 1364.37 number of minutes until next internal SMART test = 58 Error counter log: Errors Corrected by Total Correction Gigabytes Total ECC rereads/ errors algorithm processed uncorrected fast | delayed rewrites corrected invocations [10^9 bytes] errors read: 11577718 0 0 11577718 0 23.680 0 write: 0 0 0 0 0 0.307 0 Non-medium error count: 3 [GLTSD (Global Logging Target Save Disable) set. Enable Save with '-S on'] No self-tests have been logged
Last edited: