Hi Holger, I've added it into the current stable branch. Can you try it can make sure it works for you.
svn co svn://svn.savannah.gnu.org/freeipmi/branches/Release-1_2_0_branch ./autogen.sh ./configure make ipmi-sensors/ipmi-sensors --interpret-oem-data and of course try whatever options you'd like. Thanks, Al On Thu, 2013-02-21 at 16:45 +0100, Holger Bürger wrote: > Hallo, > > as mentioned here: > > http://www.thomas-krenn.com/de/wiki/FreeIPMI_kann_OEM_Sensor_nicht_auslesen_-_CPU_Temp_liefert_nur_N/A#Problem:_OEM_Sensor_wird_nicht_richtig_ausgelesen > > > I request a processing of the cpu temp sensors for the following mainboard: > > Supermicro X9SPU-F-O (Single) > > The output of the following commands follows: > > ipmi-sensors -V > ipmi-sensors --flush-cache > ipmi-sensors --interpret-oem-data --output-sensor-state > ipmi-sensors --interpret-oem-data --output-sensor-state > --ignore-not-available-sensors > ipmi-sensors --interpret-oem-data --output-sensor-state -v > --record-ids=[IDs der betroffenen Records] > > ################################################### > > /usr/local/sbin/ipmi-sensors -V > ipmi-sensors - 1.2.4 > Copyright (C) 2003-2012 FreeIPMI Core Team > This program is free software; you may redistribute it under the terms of > the GNU General Public License. This program has absolutely no warranty. > > > ################################################### > > /usr/local/sbin/bmc-info -h xxx.xxx.xxx.xxx -u xxx -p xxx -l admin > > Device ID : 32 > Device Revision : 1 > Device SDRs : unsupported > Firmware Revision : 1.65 > Device Available : yes (normal operation) > IPMI Version : 2.0 > Sensor Device : supported > SDR Repository Device : supported > SEL Device : supported > FRU Inventory Device : supported > IPMB Event Receiver : supported > IPMB Event Generator : supported > Bridge : unsupported > Chassis Device : supported > Manufacturer ID : Super Micro Computer Inc. (10876) > Product ID : 1603 > > GUID : 00000000-0000-0000-0000-000000000000 > > ipmi_cmd_get_system_info_parameters_system_firmware_version_first_set: > privilege level insufficient > > ################################################### > > > [root@xxxx ~]# ipmi-sensors --flush-cache > Flushing cache: /root/.freeipmi/sdr-cache/sdr-cache-xxxx.localhost > > ################################################### > > [root@xxxx ~]# /usr/local/sbin/ipmi-sensors -h xxx.xxx.xxx.xxx -u xxx -p > xxx -l admin --interpret-oem-data --output-sensor-state > ID | Name | Type | State | Reading | > Units | Event > 4 | System Temp | Temperature | Nominal | 17.00 | C > | 'OK' > 71 | Peripheral Temp | Temperature | Nominal | 26.00 | C > | 'OK' > 138 | CPU Temp | OEM Reserved | N/A | N/A | N/A > | 'OEM Event = 0000h' > 205 | FAN 1 | Fan | Nominal | 4725.00 | RPM > | 'OK' > 272 | FAN 2 | Fan | Nominal | 4725.00 | RPM > | 'OK' > 339 | FAN 3 | Fan | Nominal | 4725.00 | RPM > | 'OK' > 406 | FAN 4 | Fan | Nominal | 4425.00 | RPM > | 'OK' > 473 | FAN 5 | Fan | Nominal | 4950.00 | RPM > | 'OK' > 540 | Vcore | Voltage | Nominal | 0.98 | V > | 'OK' > 607 | 3.3VCC | Voltage | Nominal | 3.31 | V > | 'OK' > 674 | 12V | Voltage | Nominal | 12.19 | V > | 'OK' > 741 | VDIMM | Voltage | Nominal | 1.51 | V > | 'OK' > 808 | 5VCC | Voltage | Nominal | 5.12 | V > | 'OK' > 875 | -12V | Voltage | Nominal | -12.09 | V > | 'OK' > 942 | VBAT | Voltage | Nominal | 3.14 | V > | 'OK' > 1009 | VSB | Voltage | Nominal | 3.39 | V > | 'OK' > 1076 | AVCC | Voltage | Nominal | 3.33 | V > | 'OK' > 1143 | Chassis Intru | Physical Security | Nominal | N/A | N/A > | 'OK' > 1210 | PS Status | Power Supply | Nominal | N/A | N/A > | 'Presence detected' > [root@xxxx ~]# > > > ################################################### > > /usr/local/sbin/ipmi-sensors -h xxx.xxx.xxx.xxx -u xxx -p xxx -l admin > --interpret-oem-data --output-sensor-state --ignore-not-available-sensors > ID | Name | Type | State | Reading | > Units | Event > 4 | System Temp | Temperature | Nominal | 17.00 | C > | 'OK' > 71 | Peripheral Temp | Temperature | Nominal | 26.00 | C > | 'OK' > 138 | CPU Temp | OEM Reserved | N/A | N/A | N/A > | 'OEM Event = 0000h' > 205 | FAN 1 | Fan | Nominal | 4800.00 | RPM > | 'OK' > 272 | FAN 2 | Fan | Nominal | 4725.00 | RPM > | 'OK' > 339 | FAN 3 | Fan | Nominal | 4800.00 | RPM > | 'OK' > 406 | FAN 4 | Fan | Nominal | 4425.00 | RPM > | 'OK' > 473 | FAN 5 | Fan | Nominal | 4800.00 | RPM > | 'OK' > 540 | Vcore | Voltage | Nominal | 0.98 | V > | 'OK' > 607 | 3.3VCC | Voltage | Nominal | 3.31 | V > | 'OK' > 674 | 12V | Voltage | Nominal | 12.19 | V > | 'OK' > 741 | VDIMM | Voltage | Nominal | 1.51 | V > | 'OK' > 808 | 5VCC | Voltage | Nominal | 5.12 | V > | 'OK' > 875 | -12V | Voltage | Nominal | -12.09 | V > | 'OK' > 942 | VBAT | Voltage | Nominal | 3.14 | V > | 'OK' > 1009 | VSB | Voltage | Nominal | 3.39 | V > | 'OK' > 1076 | AVCC | Voltage | Nominal | 3.33 | V > | 'OK' > 1143 | Chassis Intru | Physical Security | Nominal | N/A | N/A > | 'OK' > 1210 | PS Status | Power Supply | Nominal | N/A | N/A > | 'Presence detected' > [root@xxxx ~]# > > > /usr/local/sbin/ipmi-sensors -h xxx.xxx.xxx.xxx -u xxx -p xxx -l admin > --interpret-oem-data --output-sensor-state -v --record-ids=138 > Record ID: 138 > ID String: CPU Temp > Sensor Type: OEM Reserved (C0h) > Sensor Number: 18 > IPMB Slave Address: 10h > Sensor Owner ID: 20h > Sensor Owner LUN: 0h > Channel Number: 0h > Entity ID: processor (3) > Entity Instance: 1 > Entity Instance Type: Physical Entity > Event/Reading Type Code: 70h > Sensor State: N/A > Sensor Event: 'OEM Event = 0000h' > > > kind regards > > holger > > _______________________________________________ > Freeipmi-users mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/freeipmi-users -- Albert Chu [email protected] Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory _______________________________________________ Freeipmi-users mailing list [email protected] https://lists.gnu.org/mailman/listinfo/freeipmi-users
