/tmp# wget http://ftp.debian.org/debian/pool/main/i/ipmitool/ipmitool_1.8.19-6_amd64.deb
--2023-07-24 13:47:34-- http://ftp.debian.org/debian/pool/main/i/ipmitool/ipmitool_1.8.19-6_amd64.deb
Resolving ftp.debian.org (ftp.debian.org)... 146.75.122.132, 2a04:4e42:8e::644
Connecting to ftp.debian.org (ftp.debian.org)|146.75.122.132|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1972172 (1.9M) [application/vnd.debian.binary-package]
Saving to: ‘ipmitool_1.8.19-6_amd64.deb’
ipmitool_1.8.19-6_amd64.deb 100%[====================================================================================================>] 1.88M --.-KB/s in 0.03s
2023-07-24 13:47:34 (63.7 MB/s) - ‘ipmitool_1.8.19-6_amd64.deb’ saved [1972172/1972172]
:/tmp# dpkg -i ipmitool_1.8.19-6_amd64.deb
(Reading database ... 63100 files and directories currently installed.)
Preparing to unpack ipmitool_1.8.19-6_amd64.deb ...
Unpacking ipmitool (1.8.19-6) over (1.8.19-4) ...
Setting up ipmitool (1.8.19-6) ...
ipmievd.service is a disabled or a static unit not running, not starting it.
Processing triggers for man-db (2.11.2-2) ...
:/tmp# service ipmievd start
:/tmp# ipmitool channel info 2
Get Device ID command failed: 0xd5 Command not supported in present state
IPMI command failed: Command not supported in present state
Unable to Get Channel Info
:/tmp# ipmitool mc reset warm
Get Device ID command failed: 0xd5 Command not supported in present state
MC reset command failed: Command not supported in present state
:/tmp# ipmitool mc reset cold
Get Device ID command failed: 0xd5 Command not supported in present state
Sent cold reset command to MC
:/tmp# ipmitool channel info 2
Get Device ID command failed: 0xd5 Command not supported in present state
IPMI command failed: Command not supported in present state
Unable to Get Channel Info
:/tmp# ipmitool channel info 2
Get Device ID command failed: 0xd5 Command not supported in present state
IPMI command failed: Command not supported in present state
Unable to Get Channel Info
:/tmp# ipmitool mc reset warm
Get Device ID command failed: 0xd5 Command not supported in present state
MC reset command failed: Command not supported in present state
:/tmp#