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?
Hello,
Very strange, after the firmware update the xCAT IPMI commands no longer work.
node209: old firmwarenode207: new firmwareI 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-xcathas no problems with the new firmware:Well, I saw in the code that
rpowerisn't usingipmitool-xcat, but communicates directly with the IPMI endpoint. Therefore, I suspect the bug lies there. After all,ipmitoolandipmitool-xcatdon'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?