Re: [Freeipmi-users] FreeIPMI recognizes OEM sensor, but it does not return a reasonable state for it

2011-02-21 Thread larsen...@web.de


Open /etc/freeipmi/freeipmi_interpret_sensor.conf and go to the lines  
like this:

Try uncommenting all of the IPMI_OEM_Bitmask lines, and then see if
it works (remember to specify --interpret-oem-data).


I edited the file in /usr/local/... and it worked.



Hopefully the above works.  Now, commenting the above lines back, see
if the attached patch works.  (Basically, I wrote the function for
doing this by default, but forgot to call it).


Yes, now also works fine. Thanks!


Cheers
Lars

___
Freeipmi-users mailing list
Freeipmi-users@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-users


Re: [Freeipmi-users] FreeIPMI recognizes OEM sensor, but it does not return a reasonable state for it

2011-02-19 Thread larsen007
 # /usr/local/sbin/ipmimonitoring
 ID | Name | Type | State| Reading| 
 Units | Event
 74 | SD vFlash Status | Module/Board | N/A  | N/A| 
 N/A   | 'OEM Event = h'


 Though, the state is still shown as N/A.

 Since this is an OEM sensor, you need to specify --interpret-oem-data
 (you can config it in /etc/freeipmi/freeipmi.conf so its on by default
 in the future).


doesn´t look very different... Did I forget something else?

incubus:~# /usr/local/sbin/ipmimonitoring --interpret-oem-data 
--output-sensor-state
ID | Name | Type | State| Reading| 
Units | Event
74 | SD vFlash Status | Module/Board | N/A  | N/A| N/A  
 | 'OK'


Lars


___
Freeipmi-users mailing list
Freeipmi-users@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-users


Re: [Freeipmi-users] FreeIPMI recognizes OEM sensor, but it does not return a reasonable state for it

2011-02-15 Thread Albert Chu
Hi Lars,

Indeed, not every OEM Event is mapped to a State reading.  Many of the
interpretations aren't added until a vendor adds it (or in my case, my
company owns a motherboard and I put the interpretation in myself).

If you can give me the following info, I can add the interpretation into
FreeIPMI.

 bmc-info

so I can get the manufacturer ID  prodcut ID

 ipmi-sensors -vv --record-ids=74

so I can get the detailed event-reading type code and other information.

Thanks,

Al

On Tue, 2011-02-15 at 09:09 -0800, larsen...@web.de wrote:
 Hi,
 
 I have a server where calling ipmimonitoring --interpret-oem-data returns
 
 ID | Name | Type | State | Reading | Units | Event
 74 | SD vFlash Status | Module/Board | N/A   | N/A | N/A   | 'OK'
 
 So, the state is N/A while the event is OK. Perhaps, the state should also  
 be OK?
 
 Please also see another mailinglist where this has already been discussed:
 http://lists.thomas-krenn.com/pipermail/ipmi-plugin-user/2011-February/000104.html
 
 
 
 Cheers
 Lars
 
 
 
 ~# ipmi-sensors -V
 ipmi-sensors - 1.0.1
 
 
 ~# bmc-info
 Device ID : 32
 Device Revision   : 0
 Device SDRs   : supported
 Firmware Revision : 1.30
 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  : unsupported
 Bridge: supported
 Chassis Device: supported
 Manufacturer ID   : Dell Inc. (674)
 Product ID: 256
 Auxiliary Firmware Revision Information : 1800h
 
 GUID : 4A34524F-C0B9-5880-104A-004B4C4C4544
 
 System Firmware Version   : 1.2.1
 System Name   :
 Primary Operating System Name :
 Operating System Name :
 
 Channel Information
 
 Channel Number   : 0
 Medium Type  : IPMB (I2C)
 Protocol Type: IPMB-1.0
 Active Session Count : 0
 Session Support  : session-less
 Vendor ID: Intelligent Platform Management Interface forum  
 (7154)
 
 Channel Number   : 1
 Medium Type  : 802.3 LAN
 Protocol Type: IPMB-1.0
 Active Session Count : 0
 Session Support  : multi-session
 Vendor ID: Intelligent Platform Management Interface forum  
 (7154)
 
 Channel Number   : 2
 Medium Type  : Asynch. Serial/Modem (RS-232)
 Protocol Type: IPMB-1.0
 Active Session Count : 0
 Session Support  : single-session
 Vendor ID: Intelligent Platform Management Interface forum  
 (7154)
 
 Channel Number   : 3
 Medium Type  : System Interface (KCS, SMIC, or BT)
 Protocol Type: KCS
 Active Session Count : 0
 Session Support  : session-less
 Vendor ID: Intelligent Platform Management Interface forum  
 (7154)
 
 Channel Number   : 4
 Medium Type  : System Interface (KCS, SMIC, or BT)
 Protocol Type: KCS
 Active Session Count : 0
 Session Support  : session-less
 Vendor ID: Intelligent Platform Management Interface forum  
 (7154)
 
 ___
 Freeipmi-users mailing list
 Freeipmi-users@gnu.org
 http://lists.gnu.org/mailman/listinfo/freeipmi-users
-- 
Albert Chu
ch...@llnl.gov
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory


___
Freeipmi-users mailing list
Freeipmi-users@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-users