Страница 1 из 1

SMART - глюк определения температуры

Добавлено: 2014-12-12 20:27:36
icb

Код: Выделить всё

smartctl -a /dev/ada1
194 Temperature_Celsius     0x0022   125   105   000    Old_age   Always       -       22
Хоть и низковато (22 градуса), но это ведь ДЦ - там должно быть прохладно.

Но при работе демоном в лог пишет температуру явно не ту :(

Код: Выделить всё

Device: /dev/ada1, SMART Usage Attribute: 194 Temperature_Celsius changed from 120 to 121
На всех винтах ситуация одинаковая.
В чем может быть причина?

Re: SMART - глюк определения температуры

Добавлено: 2014-12-12 20:41:47
Electronik
какие диски, какой контроллер, версия ОСи.

Re: SMART - глюк определения температуры

Добавлено: 2014-12-12 20:52:28
icb
FreeBSD 9.2-RELEASE-p5
Винты пробовал разные WD 2500HHTZ и WD20EFRX
Но разве в данном случае это важно?
Если бы всегда определялась - криво, то понятно. Но тут определается ведь нормально.

Re: SMART - глюк определения температуры

Добавлено: 2014-12-13 9:46:05
Alex Keda
аффтарам написать
или в рассылку ихнюю

Re: SMART - глюк определения температуры

Добавлено: 2014-12-14 14:47:38
ev
http://www.smartmontools.org/wiki/FAQ#W ... 150Celsius
Why is my disk temperature s reported by smartd as 150 Celsius?
It's not. Please read the end of the smartd man page (NOTES). For example, in the message:

Код: Выделить всё

 Device: /dev/hda, SMART Attribute: 194 
 Temperature_Celsius changed from 94 to 93
the value given is the Normalized not the Raw Attribute value (the disk temperature in this case is about 22 Celsius). The '-R' and '-r' Directives modify this behavior, so that the information is printed with the Raw values as well, for example:

Код: Выделить всё

 Device: /dev/hda, SMART Attribute: 194 
 Temperature_Celsius changed from 94 [Raw 22] to 93 [Raw 23]
Here the Raw values are the actual disk temperatures in Celsius. The way in which the Raw values are printed, and the names under which the Attributes are reported, is governed by the various '-v Num,Description' Directives described in the smartd man page. Please see the smartctl manual page for further explanation of the differences between Normalized and Raw Attribute values.