Bug 1267382
| Summary: | ipmitool event file results in 'Platform Event Message command failed: Request data length invalid' | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Rachel Sibley <rasibley> |
| Component: | ipmitool | Assignee: | Vaclav Dolezal <vdolezal> |
| Status: | CLOSED WONTFIX | QA Contact: | Rachel Sibley <rasibley> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | rasibley |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-28 15:39:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Rachel Sibley
2015-09-29 21:01:48 UTC
Hi Josef, I'm still seeing it on with the latest ipmitool in 7.4: [root@dell-pe1950-01 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.4 (Maipo) [root@dell-pe1950-01 ~]# rpm -q ipmitool ipmitool-1.8.18-5.el7.x86_64 [root@dell-pe1950-01 ~]# ipmitool sel clear Clearing SEL. Please allow a few seconds to erase. [root@dell-pe1950-01 ~]# mktemp /tmp/tmp.FCNa5H6h3i [root@dell-pe1950-01 ~]# ipmitool sel list 1 | 07/07/2017 | 16:24:05 | Event Logging Disabled #0x72 | Log area reset/cleared | Asserted 2 | 07/07/2017 | 16:24:17 | Battery #0x11 | Failed | Asserted [root@dell-pe1950-01 ~]# ipmitool sel save /tmp/tmp.FCNa5H6h3i 1 | 07/07/2017 | 16:24:05 | Event Logging Disabled #0x72 | Log area reset/cleared | Asserted 2 | 07/07/2017 | 16:24:17 | Battery #0x11 | Failed | Asserted [root@dell-pe1950-01 ~]# ipmitool sel clear Clearing SEL. Please allow a few seconds to erase. [root@dell-pe1950-01 ~]# ipmitool event file /tmp/tmp.FCNa5H6h3i 0 | Pre-Init |0000000000| Event Logging Disabled #0x72 | Log area reset/cleared | Asserted Platform Event Message command failed: Request data length invalid 0 | Pre-Init |0000000000| Battery #0x11 | Failed | Asserted Platform Event Message command failed: Request data length invalid Hi Rachel, is this reproducible anywhere? I saw that `dell-pe1950-01.lab.eng.rdu.redhat.com` was decommisioned. Anyway, from what I got from the specs, event messages should be 7 bytes long for IPMB interface and 8 B for system interface, where 'Generator ID' is prepended. Hi Vaclav, I haven't seen it since, I think we can probably close this in the case that I used an invalid message length Well, ipmitools should autodetect that. I found commit upstream addressing similar issue (apparently there are some BMCs labeling their system interface as something else), but without machine to test it on, I'll close this bug. |