Custom Query (1405 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (148 - 150 of 1405)

Ticket
#195
Description

For USB Seagate 2TB device

Bus 001 Device 016: ID 0bc2:5071 Seagate RSS LLC

#smartctl -i -d sat /dev/sdd smartctl 5.40 2010-10-16 r3189 [x86_64-unknown-linux-gnu] (SUSE RPM) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

START OF INFORMATION SECTION

Device Model: ST2000DL001-9VT156 Serial Number: 5YD095LZ Firmware Version: CC96 User Capacity: 2,000,398,934,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Mon Sep 5 11:06:13 2011 EDT SMART support is: Available - device has SMART capability. SMART support is: Enabled

The -x also appears to work properly.

#201
Description

The device scanning code in os_freebsd.cpp remembers the last name for a particular device. This can cause all your devices to be reported as "passN" if the pass device is last in the list:

# camcontrol devlist <SEAGATE ST336754LC D402> at scbus0 target 0 lun 0 (da0,pass0) <SEAGATE ST336754LC D402> at scbus0 target 1 lun 0 (da1,pass1) <Hitachi HDS721016CLA382 JPEOA3FF> at scbus1 target 0 lun 0 (ada0,pass2) <PLDS DVD-ROM DH-16D5S VD15> at scbus2 target 0 lun 0 (cd0,pass3) <SAMSUNG HD161HJ JF100-22> at scbus3 target 0 lun 0 (ada1,pass4)

Unpatched smartd output:

Configuration file /usr/local/etc/smartd.conf was parsed, found DEVICESCAN, scanning devices Device: /dev/pass0, opened Device: /dev/pass0, [SEAGATE ST336754LC D402], 36.4 GB Device: /dev/pass0, is SMART capable. Adding to "monitor" list. Device: /dev/pass1, opened Device: /dev/pass1, [SEAGATE ST336754LC D402], 36.4 GB Device: /dev/pass1, is SMART capable. Adding to "monitor" list. Device: /dev/pass2, opened Device: /dev/pass2, Hitachi HDS721016CLA382, S/N:JPE060HH0RGT8P, WWN:5-000cca-370ca37a8, FW:JPEOA3FF, 160 GB Device: /dev/pass2, found in smartd database: Hitachi Deskstar 7K1000.C Device: /dev/pass2, is SMART capable. Adding to "monitor" list.

The attached patch keeps smartd from overwriting a good device name with "pass", resulting in much better detection:

Configuration file /usr/local/etc/smartd.conf was parsed, found DEVICESCAN, scanning devices Device: /dev/da0, opened Device: /dev/da0, [SEAGATE ST336754LC D402], 36.4 GB Device: /dev/da0, is SMART capable. Adding to "monitor" list. Device: /dev/da1, opened Device: /dev/da1, [SEAGATE ST336754LC D402], 36.4 GB Device: /dev/da1, is SMART capable. Adding to "monitor" list. Device: /dev/ada0, opened Device: /dev/ada0, Hitachi HDS721016CLA382, S/N:JPE060HH0RGT8P, WWN:5-000cca-370ca37a8, FW:JPEOA3FF, 160 GB Device: /dev/ada0, found in smartd database: Hitachi Deskstar 7K1000.C Device: /dev/ada0, is SMART capable. Adding to "monitor" list.

#205
Description

AFAIK, currently Windows versions of smartctl allow piping smart data generated by 3ware tw_cli tool to smartctl, but this feature is not available in Linux.

I would greatly appreciate if it could be possible in the future to let smartctl read from stdin the hex-representation of 3ware-generated smart data and show the contents in human-readable format under Linux too.

There are operating systems where tw_cli is available, but not smartctl. My current issue is related to VMware ESXi with a 3ware controller: with tw_cli running in that environment, I can get a hex table of smart data over ssh to Linux environment, where I would like to decode the data to human readable.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.