| 1 | [[PageOutline]] |
| 2 | |
| 3 | * Intelligent Platform Management Interface |
| 4 | |
| 5 | * [http://linux.mini13i.com/?tool%2Fipmi%A4%C7%A4%CE%B2%B9%C5%D9%A1%A6%A5%D5%A5%A1%A5%F3%C2%AE%C5%D9%B4%C6%BB%EB tool/ipmiでの温度・ファン速度監視 - Linux Tips] |
| 6 | * [http://d.hatena.ne.jp/H58/20100507/1273213494 ipmiを使う。ファンの回転数やCPUの温度を知りたい。 - えちごやんの個人メモブログ] |
| 7 | |
| 8 | * ftp://ftp.supermicro.com/utility/IPMIView/ |
| 9 | |
| 10 | * ipmievdは無くてもipmitoolコマンド自体は問題なく使える模様 |
| 11 | |
| 12 | * Debian系で、sensors-detectだけでは、/etc/modulesが正しく設定されない模様 |
| 13 | * [https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/110992 Bug #110992 “ipmi modules need to manually inserted and device c...” : Bugs : “ipmitool” package : Ubuntu] Ubuntuでの情報 |
| 14 | * M/B: Super Micro X7SPA-HF |
| 15 | * /etc/modules |
| 16 | {{{#!diff |
| 17 | |
| 18 | Index: /etc/modules |
| 19 | =================================================================== |
| 20 | --- /etc/modules (revision 869) |
| 21 | +++ /etc/modules (working copy) |
| 22 | @@ -9,6 +9,7 @@ |
| 23 | # Generated by sensors-detect on Thu Apr 5 02:13:19 2012 |
| 24 | # Adapter drivers |
| 25 | ipmi-si |
| 26 | +ipmi_devintf |
| 27 | # Chip drivers |
| 28 | coretemp |
| 29 | w83627ehf |
| 30 | }}} |