openbmc/phosphor-net-ipmid

Unexpected RAKP 2 message error seen after powering on system and checking system status using IPMI

rahulmah opened this issue · 1 comments

Unexpected RAKP 2 message error seen after powering on system and checking system status using IPMI.

This problem is seen with the recent master build: 2.10.0-dev-607-g2aff2743d

Step to recreate:

  1. Make sure the system is in the off state.
  2. Power on the system using ipmitool command.
  3. Check system state using ipmitool (here you will see Unexpected RAKP 2 message sometime).
Chassis Power is off
-bash-4.2$ ipmitool -I lanplus -C 17 -p 623 -U root -P 0penBmc -H <BMC_IP> chassis power on
Chassis Power Control: Up/On
-bash-4.2$ ipmitool -I lanplus -C 17 -p 623 -U root -P 0penBmc -H <BMC_IP> chassis power status
> Error: no response from RAKP 1 message
Error: Received an Unexpected RAKP 2 message
Error: Received an Unexpected Open Session Response
^[[A
> Error: no response from RAKP 1 message
Error: Received an Unexpected RAKP 2 message
Chassis Power is off
-bash-4.2$ ipmitool -I lanplus -C 17 -p 623 -U root -P 0penBmc -H <BMC_IP> chassis power status
Chassis Power is off
-bash-4.2$ ipmitool -I lanplus -C 17 -p 623 -U root -P 0penBmc -H <BMC_IP> chassis power status
Chassis Power is off
-bash-4.2$ ipmitool -I lanplus -C 17 -p 623 -U root -P 0penBmc -H <BMC_IP> chassis power status
> Error: no response from RAKP 1 message
Error: Received an Unexpected RAKP 2 message
Chassis Power is off
-bash-4.2$ ipmitool -I lanplus -C 17 -p 623 -U root -P 0penBmc -H <BMC_IP> chassis power status
Chassis Power is on
-bash-4.2$ ipmitool -I lanplus -C 17 -p 623 -U root -P 0penBmc -H wsbmc002 chassis power status
Chassis Power is on
-bash-4.2$```

Hi,

I also encounter the same issue after power cycle host, is there any root cause or solution for this issue