#1692 closed defect (worksforme)

Seagate DKS2E-H4R0SS is not working correctly with smartctl

Reported by: Bartosz Bartczak Owned by:
Priority: minor Milestone: Release 7.4
Component: smartctl Version: 7.1
Keywords: scsi Cc:

Description

~]$ sudo smartctl -a /dev/sdg
smartctl 7.1 2020-04-05 r5049 [x86_64-linux-4.18.0-425.3.1.el8.x86_64] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               SEAGATE
Product:              DKS2E-H4R0SS
Revision:             7FA6
Compliance:           SPC-3
User Capacity:        4,000,787,030,016 bytes [4.00 TB]
Logical block size:   512 bytes
LU is fully provisioned
Rotation Rate:        7200 rpm
Form Factor:          3.5 inches
Logical Unit id:      0x5000c50085880b2f
Serial number:        Z1ZB2BGT0000R627VEN0
Device type:          disk
Transport protocol:   SAS (SPL-3)
Local Time is:        Fri Feb  3 09:09:33 2023 CET
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:     0 C
Drive Trip Temperature:        0 C

Elements in grown defect list: 2

Error Counter logging not supported


[GLTSD (Global Logging Target Save Disable) set. Enable Save with '-S on']
Device does not support Self Test logging
[bartosz@nas ~]$ scsi_temperature /dev/sdf
sg_logs -t  /dev/sdf
error opening file: /dev/sdf: Permission denied 
sg_logs failed: Permission denied

~]$ sudo scsi_temperature /dev/sdg
sg_logs -t  /dev/sdg
    SEAGATE   DKS2E-H4R0SS      7FA6
  Current temperature = 43 C
  Reference temperature = 68 C
~]$ 

~]$ lspci |grep -i sas
02:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)

This fault is similar #1346.

Witch version working property with my SAS Disk?

Change History (4)

comment:1 by Christian Franke, 15 months ago

Keywords: scsi added; r5049 removed
Milestone: undecided

smartctl 7.1 2020-04-05 r5049 ...

There were some SCSI/SAS related changes since 7.1. Please test 7.3 or a CI build from https://builds.smartmontools.org/

comment:2 by Bartosz Bartczak, 15 months ago

For this link https://builds.smartmontools.org/ i see only version 7.4.
Where can I find version 7.3?

Version 7.1 r5049 is it actual version in system Rocky 8.7/EPEL8.
Probably version newest ~7.3 form Rocky 9.x/EPEL9 will be don't working in Rocky 8.7 because different dependences "GLIBC".
Only manual build.. :-(

Version 0, edited 15 months ago by Bartosz Bartczak (next)

comment:3 by Bartosz Bartczak, 15 months ago

Version 7.4 working property - thanks

]$ sudo ./smartctl -a /dev/sdg
[sudo] password for bartosz:
smartctl pre-7.4 2023-01-28 r5447 [x86_64-linux-4.18.0-425.3.1.el8.x86_64] (CircleCI)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               SEAGATE
Product:              DKS2E-H4R0SS
Revision:             7FA6
Compliance:           SPC-3
User Capacity:        4,000,787,030,016 bytes [4.00 TB]
Logical block size:   512 bytes
LU is fully provisioned
Rotation Rate:        7200 rpm
Form Factor:          3.5 inches
Logical Unit id:      0x5000c50085880b2f
Serial number:        Z1ZB2BGT0000R627VEN0
Device type:          disk
Transport protocol:   SAS (SPL-4)
Local Time is:        Fri Feb  3 16:54:56 2023 CET
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:     43 C
Drive Trip Temperature:        68 C

Accumulated power on time, hours:minutes 34612:56
Manufactured in week 24 of year 2016
Specified cycle count over device lifetime:  10000
Accumulated start-stop cycles:  203
Specified load-unload count over device lifetime:  300000
Accumulated load-unload cycles:  1644
Elements in grown defect list: 2

Vendor (Seagate Cache) information
  Blocks sent to initiator = 1680602877
  Blocks received from initiator = 206967138
  Blocks read from cache and sent to initiator = 3128
  Number of read and write commands whose size <= segment size = 4053043
  Number of read and write commands whose size > segment size = 0

Vendor (Seagate/Hitachi) factory information
  number of hours powered up = 34612.93
  number of minutes until next internal SMART test = 35

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:   258170365        0         0  258170365          0         73.804           0
write:         0        0         0         0          0        130.096           0
verify: 2022446717        0         0  2022446717          0       2883.169           0

Non-medium error count:       34


[GLTSD (Global Logging Target Save Disable) set. Enable Save with '-S on']
SMART Self-test log
Num  Test              Status                 segment  LifeTime  LBA_first_err [SK ASC ASQ]
     Description                              number   (hours)
# 1  Background short  Completed                   -   34553                 - [-   -    -]

Long (extended) Self-test duration: 14 seconds [0.2 minutes]
Last edited 15 months ago by Christian Franke (previous) (diff)

comment:4 by Christian Franke, 15 months ago

Milestone: undecidedRelease 7.4
Resolution: worksforme
Status: newclosed

Works with current SVN.

Note: See TracTickets for help on using tickets.