ProLiant Servers (ML,DL,SL)
1833758 Members
2489 Online
110063 Solutions
New Discussion

How to delete single SEL event from iOL port thru ipmi standard command

 
SOLVED
Go to solution
jackylee0908
Visitor

How to delete single SEL event from iOL port thru ipmi standard command

Hi,

I'm developping test script and I'd like to have ipmi command to delete single SEL event, but it was failed, for example:

C:\host>ipmitool -H 192.168.1.21 -U admin -P Ab123456 -I lanplus sel elist
   1 | 06/08/2022 | 12:51:29 | System ACPI Power State ACPI | S4/S5: soft-off | Asserted
   2 | 06/08/2022 | 12:52:36 | System ACPI Power State ACPI | S0/G0: working | Asserted
   3 | 06/08/2022 | 12:54:59 | OEM record df | 239ca062000137040000000000
   4 | 06/08/2022 | 12:55:00 | OEM record df | 249ca062000137050000000000
   5 | 06/08/2022 | 12:55:18 | OS Boot | C: boot completed | Asserted
   6 | 06/08/2022 | 12:55:18 | OEM record dc | 000137 | 0035aaa06200
   7 | 06/08/2022 | 13:07:07 | Memory #0xf9 | Correctable ECC | Asserted

I'd like to delete the 7th event:

7 | 06/08/2022 | 13:07:07 | Memory #0xf9 | Correctable ECC | Asserted

So I tried to execute below raw command but got error message:

C:\host>ipmitool -H 192.168.1.21 -U admin -P Ab123456 -I lanplus raw 0x0a 0x46 0x83 0x0c 0x07
Unable to send RAW command (channel=0x0 netfn=0xa lun=0x0 cmd=0x46 rsp=0xc1): Invalid command

May I know if there is other way to delete it thru command line on my DL380p Gen8 Server?

Thanks.

1 REPLY 1
ManBha
HPE Pro
Solution

Re: How to delete single SEL event from iOL port thru ipmi standard command

Hello,

 

Please refer the below.

 

https://support.hpe.com/hpesc/public/docDisplay?docId=c04530505

https://support.hpe.com/hpesc/public/docDisplay?docId=c03933550

 

Thanks.

I work for HPE.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo