Cent_Lmsensor
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
#contents();
*** 狙い [#yde5a6ab]
- サーバーが HDD_recorder などメディアセンターとしても使...
- &color(blue){CPU負荷、ネットワーク負荷、メモリー消費量...
-- 単純に有効に化するだけで組み込む事ができた
-- &ref(pic_sensor.JPG);
- サーバーヘルス監視では HDDとマザーボードの温度監視が非...
*** [[gnome-applet:http://sensors-applet.sourceforge.net...
- gnome-panle に常駐可能なセンサー監視用のアプレット (gno...
-- Fedora5 では dag のリポジトリを指定していれば yum でイ...
-- センサーの読み込みには、別に lm_sensor を設定して動か...
-- lm_sensor を動かすには、ボード毎のセンサードライバー(...
-- [[@IT の参考記事:http://www.atmarkit.co.jp/flinux/rens...
- [[CentOS 用の gnome-sensor-applet:http://centos.karan.o...
[root@spirit ~]# rpm -ivh ./Downloads/gnome-applet-senso...
警告: ./Downloads/gnome-applet-sensors-1.0-1.el4.kb.i386...
Preparing... ############################...
1:gnome-applet-sensors ############################...
- lm_sensor でセンサー情報を読み込まないと 何も表示されな...
-- &ref(pic_sensor2.JPG);
*** [[lm_sensor:http://www.lm-sensors.org/]] の導入 [#u98...
- sensors-detect では2つのセンサーが検出された ⇒ &ref(se...
Driver `eeprom' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at 0500' (Algorithm unavaila...
Busdriver `i2c-i801', I2C address 0x50
Chip `SPD EEPROM' (confidence: 8)
* Bus `SMBus I801 adapter at 0500' (Algorithm unavaila...
Busdriver `i2c-i801', I2C address 0x51
Chip `SPD EEPROM' (confidence: 8)
Driver `w83627hf' (should be inserted):
Detects correctly:
* ISA bus address 0x0290 (Busdriver `i2c-isa')
Chip `Winbond W83627THF Super IO Sensors' (confidenc...
- sensors-detect で自動生成された module 読み込み設定 (=/...
[root@spirit ~]# cat /etc/sysconfig/lm_sensors
# /etc/sysconfig/sensors - Defines modules loaded by ...
# Copyright (c) 1998 - 2001 Frodo Looijaard <frodol@...
(snip)
# This file is used by /etc/rc.d/init.d/lm_sensors and d...
# be loaded/unloaded. This file is sourced into /etc/rc....
#
# The format of this file is a shell script that simply ...
# in order as normal variables with the special names:
# MODULE_0, MODULE_1, MODULE_2, etc.
#
# List the modules that are to be loaded for your system
#
# Generated by sensors-detect on Thu Jan 4 11:05:05 2007
MODULE_0=i2c-i801
MODULE_1=i2c-isa
MODULE_2=eeprom
MODULE_3=w83627hf
*** lm_sensor 実行結果 &color(red){⇒ 結論として期待した...
- 問題 1. : マザーボードの SMBus の情報を取得できていない
- 問題 2. : winbond (w83627hf) のセンサーデバイス用のドラ...
[root@spirit ~]# sensors
eeprom-i2c-3-51
Adapter: SMBus I801 adapter at 0500
Unknown EEPROM type (8)
eeprom-i2c-3-50
Adapter: SMBus I801 adapter at 0500
Unknown EEPROM type (8)
eeprom-i2c-0-57
Adapter: NVIDIA i2c adapter 0 at 1:00.0
eeprom-i2c-0-56
Adapter: NVIDIA i2c adapter 0 at 1:00.0
Unknown EEPROM type (82)
eeprom-i2c-0-55
Adapter: NVIDIA i2c adapter 0 at 1:00.0
eeprom-i2c-0-54
Adapter: NVIDIA i2c adapter 0 at 1:00.0
eeprom-i2c-0-53
Adapter: NVIDIA i2c adapter 0 at 1:00.0
Unknown EEPROM type (255).
eeprom-i2c-0-52
Adapter: NVIDIA i2c adapter 0 at 1:00.0
Memory type: DRDRAM RIMM
Memory size (MB): invalid (1 52 12 74)
eeprom-i2c-0-51
Adapter: NVIDIA i2c adapter 0 at 1:00.0
eeprom-i2c-0-50
Adapter: NVIDIA i2c adapter 0 at 1:00.0
Either use the ddcmon driver instead of the eeprom driver,
or run the decode-edid.pl script.
- lm_sensor 起動後に読み込まれているセンサー
-- i2c_sensor ・・・lm_sensorでは指定していないドライバー...
[root@spirit ~]# cat /proc/modules | grep i2c
i2c_sensor 3649 1 eeprom, Live 0xf92a7000
i2c_isa 2369 0 - Live 0xf92a9000
i2c_i801 8013 0 - Live 0xf92da000
i2c_core 22337 5 eeprom,i2c_sensor,i2c_isa,i2c_i801,nvid...
-- winbond のドライバーは読み込まれていない
[root@spirit ~]# cat /proc/modules | grep w
[root@spirit ~]#
*** 原因究明 [#n261d18e]
- 起動スクリプト (=/etc/init.d/lm_sensor) の中で i2c 関係...
- &color(red){winbond のデバイスを kernel が見つけること...
[root@spirit ~]# FATAL: Error inserting w83627hf (/lib/m...
- 本当にデバイスがあるのか ?
*** [[hddtemp:http://www.guzu.net/linux/hddtemp.php]] の...
- データーベースに登録されていないドライブは、自分でデー...
# muna add
"HDT725040VLAT80" 194 C "Hitachi Desksta...
- 登録後 2台のディスクの温度を正しく表示することができた ...
[root@backup ~]# hddtemp /dev/hda /dev/hdb
/dev/hda: Maxtor 7Y250P0: 31°C
/dev/hdb: Hitachi HDT725040VLAT80: 35°C
- 同様に 500GB SATAのドライブ情報を追加して、 spirit.hmun...
[root@spirit ~]# hddtemp /dev/sdb /dev/hdb
/dev/sdb: Hitachi HDT725050VLA360: 36°C
/dev/hdb: Maxtor 6Y080L0: 34°C
- &color(red){ps でデーモンが起動している事は確認できるの...
[root@spirit ~]# ps aux | grep hddtemp
root 12639 0.0 0.0 5824 960 ? S 01:26 ...
root 12692 0.0 0.0 5744 716 pts/1 R+ 01:27 ...
- 本来ならこの写真のように hddtemp もセンサーとして認識さ...
-- &ref(004-sensors-prefs.jpg);
終了行:
#contents();
*** 狙い [#yde5a6ab]
- サーバーが HDD_recorder などメディアセンターとしても使...
- &color(blue){CPU負荷、ネットワーク負荷、メモリー消費量...
-- 単純に有効に化するだけで組み込む事ができた
-- &ref(pic_sensor.JPG);
- サーバーヘルス監視では HDDとマザーボードの温度監視が非...
*** [[gnome-applet:http://sensors-applet.sourceforge.net...
- gnome-panle に常駐可能なセンサー監視用のアプレット (gno...
-- Fedora5 では dag のリポジトリを指定していれば yum でイ...
-- センサーの読み込みには、別に lm_sensor を設定して動か...
-- lm_sensor を動かすには、ボード毎のセンサードライバー(...
-- [[@IT の参考記事:http://www.atmarkit.co.jp/flinux/rens...
- [[CentOS 用の gnome-sensor-applet:http://centos.karan.o...
[root@spirit ~]# rpm -ivh ./Downloads/gnome-applet-senso...
警告: ./Downloads/gnome-applet-sensors-1.0-1.el4.kb.i386...
Preparing... ############################...
1:gnome-applet-sensors ############################...
- lm_sensor でセンサー情報を読み込まないと 何も表示されな...
-- &ref(pic_sensor2.JPG);
*** [[lm_sensor:http://www.lm-sensors.org/]] の導入 [#u98...
- sensors-detect では2つのセンサーが検出された ⇒ &ref(se...
Driver `eeprom' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at 0500' (Algorithm unavaila...
Busdriver `i2c-i801', I2C address 0x50
Chip `SPD EEPROM' (confidence: 8)
* Bus `SMBus I801 adapter at 0500' (Algorithm unavaila...
Busdriver `i2c-i801', I2C address 0x51
Chip `SPD EEPROM' (confidence: 8)
Driver `w83627hf' (should be inserted):
Detects correctly:
* ISA bus address 0x0290 (Busdriver `i2c-isa')
Chip `Winbond W83627THF Super IO Sensors' (confidenc...
- sensors-detect で自動生成された module 読み込み設定 (=/...
[root@spirit ~]# cat /etc/sysconfig/lm_sensors
# /etc/sysconfig/sensors - Defines modules loaded by ...
# Copyright (c) 1998 - 2001 Frodo Looijaard <frodol@...
(snip)
# This file is used by /etc/rc.d/init.d/lm_sensors and d...
# be loaded/unloaded. This file is sourced into /etc/rc....
#
# The format of this file is a shell script that simply ...
# in order as normal variables with the special names:
# MODULE_0, MODULE_1, MODULE_2, etc.
#
# List the modules that are to be loaded for your system
#
# Generated by sensors-detect on Thu Jan 4 11:05:05 2007
MODULE_0=i2c-i801
MODULE_1=i2c-isa
MODULE_2=eeprom
MODULE_3=w83627hf
*** lm_sensor 実行結果 &color(red){⇒ 結論として期待した...
- 問題 1. : マザーボードの SMBus の情報を取得できていない
- 問題 2. : winbond (w83627hf) のセンサーデバイス用のドラ...
[root@spirit ~]# sensors
eeprom-i2c-3-51
Adapter: SMBus I801 adapter at 0500
Unknown EEPROM type (8)
eeprom-i2c-3-50
Adapter: SMBus I801 adapter at 0500
Unknown EEPROM type (8)
eeprom-i2c-0-57
Adapter: NVIDIA i2c adapter 0 at 1:00.0
eeprom-i2c-0-56
Adapter: NVIDIA i2c adapter 0 at 1:00.0
Unknown EEPROM type (82)
eeprom-i2c-0-55
Adapter: NVIDIA i2c adapter 0 at 1:00.0
eeprom-i2c-0-54
Adapter: NVIDIA i2c adapter 0 at 1:00.0
eeprom-i2c-0-53
Adapter: NVIDIA i2c adapter 0 at 1:00.0
Unknown EEPROM type (255).
eeprom-i2c-0-52
Adapter: NVIDIA i2c adapter 0 at 1:00.0
Memory type: DRDRAM RIMM
Memory size (MB): invalid (1 52 12 74)
eeprom-i2c-0-51
Adapter: NVIDIA i2c adapter 0 at 1:00.0
eeprom-i2c-0-50
Adapter: NVIDIA i2c adapter 0 at 1:00.0
Either use the ddcmon driver instead of the eeprom driver,
or run the decode-edid.pl script.
- lm_sensor 起動後に読み込まれているセンサー
-- i2c_sensor ・・・lm_sensorでは指定していないドライバー...
[root@spirit ~]# cat /proc/modules | grep i2c
i2c_sensor 3649 1 eeprom, Live 0xf92a7000
i2c_isa 2369 0 - Live 0xf92a9000
i2c_i801 8013 0 - Live 0xf92da000
i2c_core 22337 5 eeprom,i2c_sensor,i2c_isa,i2c_i801,nvid...
-- winbond のドライバーは読み込まれていない
[root@spirit ~]# cat /proc/modules | grep w
[root@spirit ~]#
*** 原因究明 [#n261d18e]
- 起動スクリプト (=/etc/init.d/lm_sensor) の中で i2c 関係...
- &color(red){winbond のデバイスを kernel が見つけること...
[root@spirit ~]# FATAL: Error inserting w83627hf (/lib/m...
- 本当にデバイスがあるのか ?
*** [[hddtemp:http://www.guzu.net/linux/hddtemp.php]] の...
- データーベースに登録されていないドライブは、自分でデー...
# muna add
"HDT725040VLAT80" 194 C "Hitachi Desksta...
- 登録後 2台のディスクの温度を正しく表示することができた ...
[root@backup ~]# hddtemp /dev/hda /dev/hdb
/dev/hda: Maxtor 7Y250P0: 31°C
/dev/hdb: Hitachi HDT725040VLAT80: 35°C
- 同様に 500GB SATAのドライブ情報を追加して、 spirit.hmun...
[root@spirit ~]# hddtemp /dev/sdb /dev/hdb
/dev/sdb: Hitachi HDT725050VLA360: 36°C
/dev/hdb: Maxtor 6Y080L0: 34°C
- &color(red){ps でデーモンが起動している事は確認できるの...
[root@spirit ~]# ps aux | grep hddtemp
root 12639 0.0 0.0 5824 960 ? S 01:26 ...
root 12692 0.0 0.0 5744 716 pts/1 R+ 01:27 ...
- 本来ならこの写真のように hddtemp もセンサーとして認識さ...
-- &ref(004-sensors-prefs.jpg);
ページ名: