|
From: Oliver S. <os...@ci...> - 2011-11-22 13:51:03
|
Hey, i'm using smartmontools 5.42 (from source) on Ubuntu 10.04 and i'm trying to get more health informations about my devices which are attached to a Hewlett-Packard Company Smart Array G6 controller. My "problem" is that i am not getting all infos about the disk. Command: # smartctl --all --device=cciss,0 /dev/cciss/c0d0 Output: smartctl 5.42 2011-10-20 r3458 [x86_64-linux-2.6.32-28-server] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net User Capacity: 500.107.862.016 bytes [500 GB] Logical block size: 512 bytes Logical Unit id: 0x50014ee2afd33657 Serial number: WCASYF317894 Device type: disk Local Time is: Tue Nov 22 14:31:14 2011 CET Device supports SMART and is Enabled Temperature Warning Disabled or Not Supported SMART Health Status: OK Current Drive Temperature: <not available> Read defect list: asked for grown list but didn't get it Error Counter logging not supported Device does not support Self Test logging Where is my mistake ... am i doing something wrong? I just want so see a similar output like this from another machine: smartctl 5.41 2011-06-09 r3365 [i686-linux-2.6.24-19-server] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Device Model: GB0160CAABV Serial Number: 5RX6DFP2 Firmware Version: HPG1 User Capacity: 160.041.885.696 bytes [160 GB] Sector Size: 512 bytes logical/physical Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 7 ATA Standard is: ATA/ATAPI-7 T13 1532D revision 4a Local Time is: Tue Nov 22 14:34:47 2011 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 433) seconds. Offline data collection capabilities: (0x5b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. No Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 2) minutes. Extended self-test routine recommended polling time: ( 54) minutes. SCT capabilities: (0x003d) SCT Status supported. SCT Error Recovery Control supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 100 253 006 Pre-fail Always - 0 3 Spin_Up_Time 0x0002 098 097 000 Old_age Always - 0 4 Start_Stop_Count 0x0033 100 100 020 Pre-fail Always - 29 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 079 060 030 Pre-fail Always - 85927065 9 Power_On_Hours 0x0032 069 069 000 Old_age Always - 27609 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0033 100 100 020 Pre-fail Always - 29 184 End-to-End_Error 0x0032 100 253 000 Old_age Always - 0 187 Reported_Uncorrect 0x003a 100 100 051 Old_age Always - 0 189 High_Fly_Writes 0x0022 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x001a 069 058 000 Old_age Always - 31 (Min/Max 29/39) 194 Temperature_Celsius 0x0000 031 042 000 Old_age Offline - 31 (0 19 0 0) 195 Hardware_ECC_Recovered 0x0032 073 072 000 Old_age Always - 153143868 197 Current_Pending_Sector 0x0000 100 100 000 Old_age Offline - 0 198 Offline_Uncorrectable 0x0000 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x0000 200 200 000 Old_age Offline - 0 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. Thanks for your help Greetings Oliver |