на диск в обычном ata, например ad4 - smartctl выдает кучу информации, включая все смарт-атибуты
а для /dev/ciss0 - выдает только серийные номера дисков и температуру, будто не понимает или контроллер фильтрует запросы.
гуглил, аналогичные вопросы видел, но ответов нет.
вот обычный /dev/ad4, большую часть вывода я скипнул, но атрибуты есть
Код: Выделить всё
[root@array1 /usr/ports/sysutils/hpacucli]# smartctl -a /dev/ad4
smartctl 5.40 2010-10-16 r3189 [FreeBSD 8.2-RELEASE amd64] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Scorpio Blue Serial ATA family
Device Model: WDC WD3200BEVT-22ZCT0
Serial Number: WD-WXT0A49F1921
Firmware Version: 11.01A11
.....
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 187 186 021 Pre-fail Always - 1608
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 151
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1360
10 Spin_Retry_Count 0x0033 100 100 051 Pre-fail Always - 0
11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 148
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 28
193 Load_Cycle_Count 0x0032 199 199 000 Old_age Always - 3927
194 Temperature_Celsius 0x0022 126 082 000 Old_age Always - 21
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0009 100 253 051 Pre-fail Offline - 0
.....
[root@array1 /usr/ports/sysutils/hpacucli]#
Код: Выделить всё
[root@array1 /usr/ports/sysutils/hpacucli]# smartctl -d cciss,0 -a /dev/ciss0
smartctl 5.40 2010-10-16 r3189 [FreeBSD 8.2-RELEASE amd64] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net
Serial number: WD-WMAZA1408175
Device type: disk
Local Time is: Fri May 6 19:13:39 2011 UTC
Device supports SMART and is Enabled
Temperature Warning Disabled or Not Supported
SMART Health Status: OK
Current Drive Temperature: 27 C
Read defect list: asked for grown list but didn't get it
Error Counter logging not supported
[GLTSD (Global Logging Target Save Disable) set. Enable Save with '-S on']
SMART Self-test log
Num Test Status segment LifeTime LBA_first_err [SK ASC ASQ]
Description number (hours)
# 1 Background long Aborted (device reset ?) - 407 4294967295 [0xb 0x40 0x2]
Long (extended) Self Test duration: 21480 seconds [358.0 minutes]
[root@array1 /usr/ports/sysutils/hpacucli]#