Closed ChicagoDuan closed 1 year ago
@mzipse Can you give us some help with this issue? Thanks.
@manojkiraneda We saw a pldm error,:
Apr 18 11:11:19 p10bmc pldmd[696]: fileAckWithMetaData with token: 4294967295 and status: 1(AcfFileInvalid)
Can you give us some help with this error? Thanks
@ChicagoDuan , I assume you have already disabled field mode, correct? Some info from one of our developers...
Not sure where it is failing exactly but one thought is development-key requires field mode = false. Easy enough to check/set.
Get field mode property
busctl get-property xyz.openbmc_project.Software.BMC.Updater /xyz/openbmc_project/software xyz.openbmc_project.Control.FieldMode FieldModeEnabled
Set field mode property
busctl set-property xyz.openbmc_project.Software.BMC.Updater /xyz/openbmc_project/software xyz.openbmc_project.Control.FieldMode FieldModeEnabled b false
Nevermind. Just saw your steps. Looks like you have field mode disabled. Still investigating.
Hi @mzipse , with the help of YangMing and the IBM team, we have resolved this issue. Thank you
We are unable to initiate dump using the dev acf file, and the web prompts a "Invalid password"
Expected Behavior
Successfully 'Initiate dump' using the generated dev acf file.
Actual Behavior
The dev acf file can be used to login to ASMI, but when we click "Initiate dump" button, we get a "Invalid password" error. And we will see a pldm error: Apr 18 11:11:19 p10bmc pldmd[696]: fileAckWithMetaData with token: 4294967295 and status: 1(AcfFileInvalid)
Steps to Reproduce the Problem