Skip to content

xCAT IPMI does not work anymore after server firmware update #7512

@paddg

Description

@paddg

Hello,

Very strange, after the firmware update the xCAT IPMI commands no longer work.

node209: old firmware
node207: new firmware

# rpower node209 status
node209: on

# rpower node207 status
node207: [ul-dcsm-x01]: Error: ERROR: Incorrect password provided

I swear, the password is correct! The xCAT tables haven't changed either. And after firmware roll-back, it worked again.

But the strange thing is that ipmitool-xcat has no problems with the new firmware:

# ipmitool-xcat -H 10.10.20.209 -I lanplus -U $USER -P $PASSWORD chassis power status
Chassis Power is on

# ipmitool-xcat -H 10.10.20.207 -I lanplus -U $USER -P $PASSWORD chassis power status
Chassis Power is on

Well, I saw in the code that rpower isn't using ipmitool-xcat, but communicates directly with the IPMI endpoint. Therefore, I suspect the bug lies there. After all, ipmitool and ipmitool-xcat don't seem to be have any problems with the new firmware.

Do you perhaps have any ideas on how I could narrow it down further?

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions