Unexpected RAKP 2 message error seen after powering on system and checking system status using IPMI
rahulmah opened this issue · 1 comments
rahulmah commented
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:
- Make sure the system is in the off state.
- Power on the system using ipmitool command.
- 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$```
shrek1412 commented
Hi,
I also encounter the same issue after power cycle host, is there any root cause or solution for this issue