requests ipmi-tool to include lasted patch for supporting quanta server
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ipmitool (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Bionic |
Incomplete
|
Wishlist
|
Unassigned | ||
Focal |
Incomplete
|
Wishlist
|
Unassigned | ||
Groovy |
Won't Fix
|
Wishlist
|
Unassigned | ||
Hirsute |
Fix Released
|
Wishlist
|
Unassigned | ||
Impish |
Fix Released
|
Low
|
Unassigned |
Bug Description
[Impact]
Quanta server[1] is not supported by ipmitool, preventing IMPI events from being issued to this hardware.
1: https:/
[Test Case]
On Quanta Server, you can use "ipmitool event 3" to send a simulation event for ECC error.
Using non patched ipmitool the DIMM location will not be decode.
And using the patches ipmitool (./src/ipmitool) will generate the DIMM location
------
[cchiang@pxe1 ipmitool]$ ipmitool -H 10.16.1.149 -U root sel elist
Password:
1 | 05/26/2020 | 20:45:10 | Event Logging Disabled Event Log | Log area reset/cleared | Asserted
2 | 05/26/2020 | 20:45:29 | Memory #0x53 | Correctable ECC | Asserted
[cchiang@pxe1 ipmitool]$ ./src/ipmitool -H 10.16.1.149 -U root sel elist
Password:
IANA PEN registry open failed: No such file or directory
1 | 05/26/2020 | 04:45:10 PM EDT | Event Logging Disabled Event Log | Log area reset/cleared | Asserted
2 | 05/26/2020 | 04:45:29 PM EDT | Memory #0x53 | Correctable ECC (CPU3_H7) | Asserted
[Original Report]
The existing ipmitool can't works for Quanta server as it didn't include latest patches, even in 20.04.
From Quanta feedback that pmitools in 20.04 can work for quanta server if apply this patch set:
https:/
Hopes to consideration this patch in 20.04 releasing.
Related branches
- Utkarsh Gupta (community): Approve
- recep: Pending requested
- Canonical Server packageset reviewers: Pending requested
-
Diff: 435 lines (+413/-0)3 files modifieddebian/changelog (+8/-0)
debian/patches/add_basic_support_for_quanta.patch (+404/-0)
debian/patches/series (+1/-0)
CVE References
tags: | added: server-next |
tags: | added: patch |
Changed in ipmitool (Ubuntu): | |
importance: | Wishlist → Low |
description: | updated |
Changed in ipmitool (Ubuntu Bionic): | |
status: | New → Triaged |
Changed in ipmitool (Ubuntu Focal): | |
status: | New → Triaged |
Changed in ipmitool (Ubuntu Groovy): | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Changed in ipmitool (Ubuntu Focal): | |
importance: | Undecided → Wishlist |
Changed in ipmitool (Ubuntu Bionic): | |
importance: | Undecided → Wishlist |
Changed in ipmitool (Ubuntu Hirsute): | |
importance: | Low → Wishlist |
Changed in ipmitool (Ubuntu Bionic): | |
status: | Triaged → Incomplete |
Changed in ipmitool (Ubuntu Focal): | |
status: | Triaged → Incomplete |
Confirmed this patch is in upstream master (landed Jul 2019), but was not included in the 1.8.18 release (which was in Jun 2019). (Upstream appears to release infrequently.)
I suspect the patch should apply cleanly to Ubuntu's ipmitools but I haven't attempted it. I am wondering if there are more patches needed than this one?