Custom Query (1414 matches)
Results (22 - 24 of 1414)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#276 | worksforme | Getting SMART from LSI 9201 and SAS expanders | ||
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 | ||
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 | ||
Description |
Greetings!
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
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 */
|