<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi all,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I sent an IPMI command for testing the event message feature, the command and response as below, looks the event has been sent.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
======</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
$ ipmitool -I lanplus -H 192.168.1.20 -C 17 -U root -P 0penBmc event 1<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Sending SAMPLE event: Temperature - Upper Critical - Going High
<div>Get SDR 0004 command failed: Invalid data field in request</div>
<div>Get SDR 0004 command failed: Invalid data field in request</div>
<div>Get SDR 0004 command failed: Invalid data field in request</div>
<div>Get SDR 0004 command failed: Invalid data field in request</div>
<div>Get SDR 0004 command failed: Invalid data field in request</div>
   <b>0 |  Pre-Init  |0000000000| Temperature #0x30 | Upper Critical going high | Asserted</b><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="margin:0px;font-size:12pt">======</span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="margin:0px;font-size:12pt"><br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Then, I checked the result on the platform, I am able to see the enevt has been added in the "/var/log/redfish" (of course I also can see it on WebUI), however, it doesn't appear in the "var/log/ipmi_sel" or the result of using "ipmitool sel elist".<span style="background-color:rgb(255, 255, 255);display:inline !important"></span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
======</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
root@hudsonbay-obmc:~# cat /var/log/redfish
<div>1970-01-01T00:00:13.052207+00:00 OpenBMC.0.1.DCPowerOn,</div>
<div>1970-01-01T00:00:15.380591+00:00 OpenBMC.0.1.SELEntryAdded,2C0408666F00FFFF</div>
<div>1970-01-01T00:00:23.481564+00:00 OpenBMC.0.1.InventoryAdded,hudsonbay,Board,sssnnn-12312312</div>
<div>1970-01-01T00:00:32.281467+00:00 OpenBMC.0.1.SELEntryAdded,2C04218008F10C0A</div>
<div>1970-01-01T00:01:47.572079+00:00 OpenBMC.0.1.SELEntryAdded,2C04218008F00C0A</div>
<div>1970-01-01T00:03:42.089885+00:00 <b>OpenBMC.0.1.SELEntryAdded,2C0401300109FFFF</b></div>
<div>root@hudsonbay-obmc:~#</div>
<div>root@hudsonbay-obmc:~#</div>
<div>root@hudsonbay-obmc:~# ipmitool sel elist</div>
<div>SEL has no entries</div>
root@hudsonbay-obmc:~#<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
======</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
So, I have 2 questions for this and hope someone who had experience with this could share ideas with me, I'll appreciate it:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<ol>
<li>Why the event doesn't appear in the "<span style="text-align:start;background-color:rgb(255, 255, 255);display:inline !important">var/log/ipmi_sel" or can't be seen by using "<span style="background-color:rgb(255, 255, 255);display:inline !important">ipmitool
 sel elist"? I expected it should appear.</span></span></li><li>What does "<span style="text-align:start;background-color:rgb(255, 255, 255);display:inline !important">Get SDR 0004 command failed: Invalid data field in request" mean?</span></li></ol>
<div><br>
</div>
<div><u>Things to Note</u>: </div>
<div>
<ol>
<li><span>The version of OprnBMC codebase I used is 2.10-rc1.</span></li><li>The image I built included "intel-ipmi-oem", "phosphor-logging", "phosphor-sel-logger", "rsyslog" and "entity-manager".</li></ol>
</div>
<div><br>
</div>
<div>Thank you.</div>
<div><br>
</div>
<div>Regards,</div>
<div>Chris Chen <br>
</div>
</div>

<DIV>
Legal Disclaimer :<BR>
The information contained in this message may be privileged and confidential. <BR>
It is intended to be read only by the individual or entity to whom it is addressed <BR>
or by their designee. If the reader of this message is not the intended recipient, <BR>
you are on notice that any distribution of this message, in any form, <BR>
is strictly prohibited. If you have received this message in error, <BR>
please immediately notify the sender and delete or destroy any copy of this message!<BR>
</DIV></body>
</html>