openbmc / phosphor-net-ipmid

Network IPMI server
Apache License 2.0
9 stars 11 forks source link

Error: Unable to establish IPMI v2 / RMCP+ session : Get Auth Capabilities error #26

Open gkeishin opened 11 months ago

gkeishin commented 11 months ago
ipmitool -I lanplus -C 17 -N 3 -p 623 -U root -P 0penBmc -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
* phosphor-ipmi-net@eth0.service - Network IPMI daemon
     Loaded: loaded (/usr/lib/systemd/system/phosphor-ipmi-net@.service; enabled; preset: disabled)
     Active: active (running) since Wed 2023-10-04 23:53:46 UTC; 19s ago
TriggeredBy: * phosphor-ipmi-net@eth0.socket
   Main PID: 1999 (netipmid)
        CPU: 520ms
     CGroup: /system.slice/system-phosphor\x2dipmi\x2dnet.slice/phosphor-ipmi-net@eth0.service
             `-1999 /usr/bin/netipmid -c eth0

Oct 04 23:53:46 xx.xx.xx.xx systemd[1]: Started Network IPMI daemon.
Oct 04 23:53:53 xx.xx.xx.xx netipmid[1999]: Error in creating IPMI user signal lock file
Oct 04 23:53:53 xx.xx.xx.xx netipmid[1999]: Executing the IPMI message failed: Error in creating temporary IPMI user signal lock file:...ream error
Oct 04 23:53:56 xx.xx.xx.xx netipmid[1999]: Error in creating IPMI user signal lock file
Oct 04 23:53:56 xx.xx.xx.xx netipmid[1999]: Executing the IPMI message failed: Error in creating temporary IPMI user signal lock file:...ream error
Oct 04 23:54:00 xx.xx.xx.xx netipmid[1999]: Error in creating IPMI user signal lock file
Oct 04 23:54:00 xx.xx.xx.xx netipmid[1999]: Executing the IPMI message failed: Error in creating temporary IPMI user signal lock file:...ream error
Oct 04 23:54:05 xx.xx.xx.xx netipmid[1999]: Error in creating IPMI user signal lock file
Oct 04 23:54:05 xx.xx.xx.xx netipmid[1999]: Executing the IPMI message failed: Error in creating temporary IPMI user signal lock file:...ream error
Hint: Some lines were ellipsized, use -l to show in full.
root@xx.xx.xx.xx:~#
gkeishin commented 11 months ago

I clean up a bit /var/lib# rm -rf ipmi/ Reboot

and re-tried and it started working.. so not sure how I landed into above problem. I was nt doing anything special just did firmware update to latest upstream driver and boom hit this one. Now its running good after the I did the above steps