john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Linux temperature monitoring centos 5 3 hp proliant

linux-temperature-monitoring-centos-5.3-hp-proliant

yum install lm_sensors

ssh - /usr/sbin/sensors-detect

    Driver `to-be-written' (should be inserted):

Detects correctly: * ISA bus, address 0x300 Chip `SMSC SCH4307 Super IO Fan Sensors' (confidence: 9)

Found SMSC SCH4307 Super IO Fan Sensors' Success! (address 0x300, driverto-be-written')

sensors = no sensors found!

yum remove lm_sensors

download newest lm_sensors (3.1.2) http://www.lm-sensors.org/wiki/Download
yum install bison flex gcc          //required depencies
tar -xvjf lm_sensors-3-1-2.tar.bz
cd lm_sensors-3-1-2
make all
detect/sensors-detect


Driver `to-be-written':
  • ISA bus, address 0x300 Chip `SMSC SCH4307 Super IO Fan Sensors' (confidence: 9)

Driver coretemp': * ChipIntel Core family thermal sensor' (confidence: 9)

Driver ipmisensors': * ISA bus, address 0xca2 ChipIPMI BMC KCS' (confidence: 8)

need the coretemp module?

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=14748 http://www.pendre.co.uk/archive-linux.php http://www.pperry.f2s.com/linux/coretemp/

someone has taken the source, compiled it into RPM with "patched" lm_sensors 2.10.8 and coretemp

after installing the two rpm's rpm -ivh lm_sensors-2.10.8-1.el5.elrepo.x86_64.rpm rpm -ivh kmod-coretemp-1.1-2.el5.x86_64.rpm

find / -name 'sensors' cd /usr/bin sensors-detect

Now follows a summary of the probes I have just done. Just press ENTER to continue:

Driver ipmisensors' (should be inserted): Detects correctly: * ISA bus, address 0xca0 ChipIPMI BMC KCS' (confidence: 4)

Driver to-be-written' (should be inserted): Detects correctly: * ISA bus, address 0x300 ChipSMSC SCH4307 Super IO Fan Sensors' (confidence: 9)

Driver coretemp' (should be inserted): Detects correctly: * ChipIntel Core family thermal sensor' (confidence: 9)

Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): Yes Starting lm_sensors: [ OK ]

[root@vs1 bin]# sensors coretemp-isa-0000 Adapter: ISA adapter Core 0: +55°C (high = +100°C)

coretemp-isa-0001 Adapter: ISA adapter Core 1: +53°C (high = +100°C)

coretemp-isa-0002 Adapter: ISA adapter Core 2: +53°C (high = +100°C)

coretemp-isa-0003 Adapter: ISA adapter Core 3: +52°C (high = +100°C)

SUCCESS!


  • « Win CE create window main
  • Cron schedule scripts crontab list user »

Published

Jul 2, 2010

Category

linux

~254 words

Tags

  • 3 16
  • 5 4
  • centos 12
  • hp 3
  • linux 249
  • monitoring 2
  • proliant 1
  • temperature 1