Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

How to Get Event Record in Understandable Form

ravi
Beginner
385 Views

Hi,

If read the Events with EventSimulation.exe it will display
the events in this form , which are not understandable form.
DeviceAddress 255
Entity 34
EventSensorType 15
EventSourceType 104
EventSeverity 1
SensorNumber 255
TimeStamp 6/4/2007 7:45:46 PM (UTC)

If we check with internet explorer it will display in this form

Event Time Source Description

1 6/4/2007
7:45 pm
BIOS Starting operating system boot process.


So please help us on how to convert the record into understandable form.
is there any api to covert into understandable form
(or) any documents say mapping between number and description.

Thanks in advance.

Thanks & Regards,
Ravi

0 Kudos
3 Replies
Intel_C_Intel
Employee
385 Views
Hello
You can refer to the Platform Event Trap Format Specification http://www.intel.com/design/servers/ipmi/spec.htm

Also if you download the DTK Sample Code
http://software.intel.com/en-us/articles/download-the-latest-version-of-manageability-developer-tool-kit
you will find some code with the Event Sensor Type, Source Type, etc already mapped into text.

Maria
0 Kudos
Ajith_I_Intel
Employee
385 Views

Thanks for sharing your knowledge with the forum. All of the event logs generated by Intel AMT are in conformance to the IPMI standard and the format is defined in the specifications pointed out by the link in the previous message.

0 Kudos
adrianfreemantle
Beginner
385 Views

Hi,

I had the same problem some time ago. The IPMI specification is quite large and you will spend some time going through it. I made a bried summary in this forum of how to achieve this using the intel DTK, please use the following link to see my solution:

http://software.intel.com/en-us/forums/showpost.php?p=42880

0 Kudos
Reply