Custom Query (1418 matches)
Results (91 - 93 of 1418)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#139 | wontfix | smartctl can not modify CCTL ( TLER equivalent) on Hitachi UltraStar on LSI 1068 SAS controller. | ||
Description |
Using Hitachi 1TB UltraStar disks, HUA722010CLA330 On LSI1068 embedded SAS chip (on motherboard) OS: CentOS 5.1 on ROCKS5 cluster. Updated mptsas driver to mptlinux-4.24.00.00-2.x86_64 smartmontools 5.40 kernel 2.6.18-194.11.3.el5 Trying to read/modify CCTL settings. Fails to communicate with the drives CCTL. CAN see drives. Examples: smartctl -l scterc /dev/sda smartctl 5.40 2010-10-16 r3189 [x86_64-redhat-linux-gnu] (local build) Probable ATA device behind a SAT layer Try an additional '-d ata' or '-d sat' argument. [root@lagavulin ~]# smartctl -d sat -T permissive -l scterc /dev/sda smartctl 5.40 2010-10-16 r3189 [x86_64-redhat-linux-gnu] (local build) Smartctl: Device Read Identity Failed (not an ATA/ATAPI device) Warning: device does not support SCT Commands A couple more tests show that it thinks it's a scsi device, and then '-l scterc' returns nothing. This is true for both Hitachi and Seagate drives. [root@lagavulin ~]# smartctl -d test /dev/sda smartctl 5.40 2010-10-16 r3189 [x86_64-redhat-linux-gnu] (local build) /dev/sda: Device of type 'scsi' [SCSI] detected /dev/sda: Device of type 'scsi' [SCSI] opened [root@lagavulin ~]# smartctl -a -d scsi /dev/sda smartctl 5.40 2010-10-16 r3189 [x86_64-redhat-linux-gnu] (local build) Serial number: JPW9J0HD0DD0TC Device type: disk Local Time is: Wed Dec 1 13:25:04 2010 EST Device supports SMART and is Enabled Temperature Warning Disabled or Not Supported SMART Health Status: OK Error Counter logging not supported Device does not support Self Test logging [root@lagavulin ~]# smartctl -a -d scsi /dev/sdb smartctl 5.40 2010-10-16 r3189 [x86_64-redhat-linux-gnu] (local build) Serial number: 3QJ01G92 Device type: disk Local Time is: Wed Dec 1 13:37:03 2010 EST Device supports SMART and is Enabled Temperature Warning Disabled or Not Supported SMART Health Status: OK Error Counter logging not supported Device does not support Self Test logging [root@lagavulin ~]# smartctl -d scsi -l scterc /dev/sda smartctl 5.40 2010-10-16 r3189 [x86_64-redhat-linux-gnu] (local build) Verifying current versions and earlier problems with lockups on the mptsas device we tried this test: # while true; do smartctl -a /dev/sdb > /dev/null; done This produced no errors or lockups. Is there SOME WAY to set CCTL on these drives?? |
|||
#637 | fixed | smartctl and smartd should not issue SCT commands if drive is locked | ||
Description |
If drive is locked using ATA security features running
|
|||
#1902 | duplicate | smartctl Read Device Identity failed: scsi error unsupported field in scsi command | ||
Description |
hello when i try a smartctl on my seagate expansion 4Tb external drive, i have this error message: ~$ sudo smartctl -x /dev/sdf smartctl 7.2 2020-12-30 r5155 [x86_64-linux-6.1.0-0.deb11.21-amd64] (local build) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org Read Device Identity failed: scsi error unsupported field in scsi command A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. even if i try this command i have the same error : ~$ sudo smartctl -s on -o on -d sat -T verypermissive -a /dev/sdf smartctl 7.2 2020-12-30 r5155 [x86_64-linux-6.1.0-0.deb11.21-amd64] (local build) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org Read Device Identity failed: scsi error unsupported field in scsi command === START OF INFORMATION SECTION === Device Model: [No Information Found] Serial Number: [No Information Found] Firmware Version: [No Information Found] Device is: Not in smartctl database [for details use: -P showall] ATA Version is: [No Information Found] Local Time is: Wed Nov 6 16:49:11 2024 CET SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 82-83 don't show if SMART supported. SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 85-87 don't show if SMART is enabled. Checking to be sure by trying SMART RETURN STATUS command. SMART support is: Unknown - Try option -s with argument 'on' to enable it. === START OF ENABLE/DISABLE COMMANDS SECTION === SMART Enable failed: scsi error unsupported field in scsi command Read SMART Data failed: scsi error unsupported field in scsi command SMART Automatic Timers not supported SMART Enable Automatic Offline failed: scsi error unsupported field in scsi command === START OF READ SMART DATA SECTION === SMART Status command failed: scsi error unsupported field in scsi command SMART overall-health self-assessment test result: UNKNOWN! SMART Status, Attributes and Thresholds cannot be read. Read SMART Error Log failed: scsi error unsupported field in scsi command Read SMART Self-test Log failed: scsi error unsupported field in scsi command Selective Self-tests/Logging not supported the only information i found is : ~$ lsusb Bus 008 Device 002: ID 0bc2:231a Seagate RSS LLC Expansion Portable it seems my disk is maybe not in the smartmontools db but i have no more information. how can i do ? thank you very much |