#551 closed enhancement (fixed)
Seagate Vendor Specific Smart Attribute 188
Reported by: | Tony Oreglia | Owned by: | Christian Franke |
---|---|---|---|
Priority: | minor | Milestone: | Release 6.5 |
Component: | drivedb | Version: | 6.3 |
Keywords: | Cc: | michael.tippie@… |
Description
The raw data for attribute 188 is divided into three words from the seven raw bytes available.
Each word defines a timeout and timing associated with the command timeout.
[0:1] Command Timeout Occurred
[2:3] Command Timeout Occurred, command was in queue >5 seconds
[4:5] Command Timeout Occurred, command was in queue >7.5 seconds
so the output 03 00 03 00 03 suggests that there are three timeouts, three 5 second timeouts, and three 7 second timeouts. Note that a 7 second timeout also counts as a five second. But a 5 second timeout doesn't count as a 7 second timeout. So this number really means that there were 3 7 second timeouts.
So the issue is that smartctl is reading that entire block as a single very large number. So I'm going to see if their is a more up to date version of smartctl, to see if this fixes the issue -- if not I'll open a bug report to smartctl so they know to fix it.
Change History (4)
comment:1 by , 10 years ago
Component: | smartctl → drivedb |
---|---|
Keywords: | SMART attribute 188 Timeout TO removed |
Milestone: | → undecided |
Priority: | major → minor |
Type: | defect → enhancement |
comment:2 by , 9 years ago
Milestone: | undecided → Release 6.5 |
---|---|
Owner: | set to |
Status: | new → accepted |
Affected drive:
Device Model: ST6000NM0024-1HT17Z ... 188 Command_Timeout -O--CK 100 100 000 - 12885098499
12885098499 = 0x000300030003
A drivedb.h entry already exists but it lacks the -v 188,raw16
option.
The info "Seagate" is far too generic as there are many Seagate HDD series in drivedb.h, including very old (10+ years) ones:
If possible, please provide:
smartctl -x
output (as plain text attachments) for affected drives you have access to.Note that option
-v 188,raw16
is already set in seven Seagate drivedb entries.