openbmc/phosphor-net-ipmid

IPMI Error issuing Get Channel Authentication Capabilities request

gkeishin opened this issue · 4 comments

$  ipmitool -I lanplus -C 17 -U root -P ******* -H xx.xx.xx.xx lan print -v
Get Auth Capabilities error
Error issuing Get Channel Authentication Capabilities request
Error: Unable to establish IPMI v2 / RMCP+ session

looks like the IPMI is broken on latest

root@robot-devops-1:~# nmap -p 623 -sU -P0 xx.xx.xx.xx

Host is up (0.00050s latency).

PORT    STATE  SERVICE
623/udp closed asf-rmcp   <----  IPMI port is closed
systemctl status phosphor-ipmi-net@eth0
● phosphor-ipmi-net@eth0.service - Network IPMI daemon
     Loaded: loaded (/lib/systemd/system/phosphor-ipmi-net@.service; enabled; vendor preset: disabled)
     Active: active (running) since Tue 2021-08-17 13:27:50 UTC; 30min ago
TriggeredBy: ● phosphor-ipmi-net@eth0.socket
   Main PID: 485 (netipmid)
     CGroup: /system.slice/system-phosphor\x2dipmi\x2dnet.slice/phosphor-ipmi-net@eth0.service
             └─485 /usr/bin/netipmid -c eth0

Aug 17 13:27:50 witherspoon systemd[1]: Started Network IPMI daemon.
Aug 17 13:27:52 witherspoon netipmid[485]: Failed to get bus name
Aug 17 13:27:52 witherspoon netipmid[485]: Bind to interfae

Anyone seeing this ?

@vmauery anything changed recently ? not sure.. I just started seeing this failures in latest build.

Never mind.. I figured it out.. If I see again, I ll re-open it..

Hi
I meet this error too, would you pleasa tell me how to fix this ? thanks a lot

Hi, Did anyone have the solution for the problem?