Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 1359)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#276 worksforme Getting SMART from LSI 9201 and SAS expanders somebody mularj
Description

I'm a bit confused. When I run smartctl --scan on my system I get:

/dev/sda -d ata # /dev/sda, ATA device /dev/sdb -d scsi # /dev/sdb, SCSI device /dev/sdc -d scsi # /dev/sdc, SCSI device /dev/sdd -d scsi # /dev/sdd, SCSI device /dev/sde -d scsi # /dev/sde, SCSI device /dev/sdf -d scsi # /dev/sdf, SCSI device /dev/sdg -d scsi # /dev/sdg, SCSI device /dev/sdh -d scsi # /dev/sdh, SCSI device /dev/sdi -d scsi # /dev/sdi, SCSI device /dev/sdj -d scsi # /dev/sdj, SCSI device

The first device is the SSD the system is running off, but the remaining devices are all that are seen. This system has an LSI 9201-16e card connected to an Areca ARC-8026 SAS expander. There are 24 drives connected to the expander but all I can get smartctl to see are 9 devices.

Any suggestions?

Thanks,

Jim

#290 worksforme New attribute format raw8/raw32 Christian Franke Dan Lukes
Description

Such format is used in Intel SSD (at least S3500 and 520, see Intel's specification) Thermal Throtle Status attribute. The first byte is the throttle status reported as integer percentage. The next four bytes number is number of times the thermal throttle has activated over lifetime.

Patch is attached. Although I have commiters right, I would like ask someone more skilled to review and apply the patch.

#294 worksforme what is difference between 6.1 and 5.38 somebody yibowang1975
Description

Greetings!

when used 5.38 to smartctl with Ah options,

it reported fail problem on “Log Sense failed, IE page [scsi response fails sanity test]”.looks like it is due to pBuf is not equal to pagenum

but it is not occurred in 6.1 version. so what is difference between 6.1 and 5.38.

for detail error messages and related source code is below

line300:pagenum:0x2f line302:pBuf[0]:0xaf line302:pBuf[1]:0x00 line302:pBuf[2]:0x00 line302:pBuf[3]:0x0c

Source code. /* sanity check on response */

if ((SUPPORTED_LPAGES != pagenum) && (pBuf[0] != pagenum))

Log sense response:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.