ipmi issues(ubuntu 22.04 and openbmc v2.12.0)
Heyi Guo
guoheyi at linux.alibaba.com
Mon Dec 22 17:14:52 AEDT 2025
You can try adding "-C 17" to ipmitool.
Heyi
On 2025/12/21 17:51, qiu ding wrote:
> Hello, I'm testing the IPMI interface on the evb-ast2600 simulator with Ubuntu 22.04 and OpenBMC v2.12.0. I'm encountering an IPMI authentication issue (the port is 6230 -> 623, and port 623 is listening on UDP by default). How can I resolve this? Does phosphor-ipmi-host use CMake or Autotools for compilation by default?
>
> Addition: When compiling phosphor-ipmi-host, the default recipe parameters from the OpenBMC v2.12.0 branch are used.
>
> Simulator Environment:
> root at evb-ast2600:~# systemctl status phosphor-ipmi-host
> * phosphor-ipmi-host.service - Phosphor Inband IPMI
> Loaded: loaded (/lib/systemd/system/phosphor-ipmi-host.service; enabled; vendor preset: enabled)
> Drop-In: /lib/systemd/system/phosphor-ipmi-host.service.d
> `-10-override.conf
> Active: active (running) since Thu 1970-01-01 01:23:46 UTC; 5s ago
> Main PID: 305 (ipmid)
> CGroup: /system.slice/phosphor-ipmi-host.service
> `- 305 ipmid
>
> Jan 01 01:23:37 evb-ast2600 systemd[1]: Starting Phosphor Inband IPMI...
> Jan 01 01:23:43 evb-ast2600 ipmid[305]: JSON file not found
> Jan 01 01:23:46 evb-ast2600 systemd[1]: Started Phosphor Inband IPMI.
> Jan 01 01:23:47 evb-ast2600 ipmid[305]: Loading whitelist filter
> Jan 01 01:23:47 evb-ast2600 ipmid[305]: Set restrictedMode = false
> Jan 01 01:23:47 evb-ast2600 ipmid[305]: New interface mapping
> root at evb-ast2600:~#
>
> root at evb-ast2600:~# netstat -an |grep :623
> udp 0 0 :::623 :::*
> root at evb-ast2600:~#
>
> Issues:
> $ ipmitool -I lanplus -H 127.0.0.1 -p 6230 -U root -P openBmc -A md5 mc info
> Error in open session response message : invalid authentication algorithm
>
> Error: Unable to establish IPMI v2 / RMCP+ session
>
> $ ipmitool -I lanplus -H 127.0.0.1 -p 6230 -U root -P openBmc -A none mc info
> Error in open session response message : invalid authentication algorithm
>
> Error: Unable to establish IPMI v2 / RMCP+ session
> $ ipmitool -H 127.0.0.1 -p 6230 -U root -P openBmc -A none mc info
> Authentication type NONE not supported
> Error: Unable to establish LAN session
> Error: Unable to establish IPMI v1.5 / RMCP session
More information about the openbmc
mailing list