Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

11 Posts

724

June 17th, 2021 05:00

iDRAC8 redfish_idrac_firmware R730

Hi Dell

We are trying to update iDRAC8 firmware from 2.60.60.60 to 2.70.70.70.
Using the Ansible module redfish_idrac_firmware from dellemc-openmanage-2.1.1

I have used the .d7 name as well as one used for iDRAC9 (.d9) that works fine.
IDRAC_2.75.75.75.d7

The message is:

"changed": false,
"invocation": {
"module_args": {
"baseuri": "ltapp201k",
"image_uri": "/global/instserv/packages/firmware/iDRAC_2.70.70.70_A00.exe",
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"transfer_protocol": "HTTP",
"username": "Administrator"
}
},
"msg": "Target firmware version doesn't support HTTP protocol."

 

Same message with /global/instserv/packages/firmware/IDRAC_2.70.70.70_A00.d7

If you could help please?

Regards,
Jan

Moderator

 • 

9.5K Posts

June 24th, 2021 11:00

Ntate,

 

Upon researching the issue I discovered that 2.60.60.60 doesn't allow HTTP updates for SimpleUpdate


So on 2.70.70.70 and newer:
"Actions": { "#UpdateService.SimpleUpdate": { "TransferProtocol@Redfish.AllowableValues": [ "HTTP" ], "target": "/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate" }​​​​​​​​,
on 2.60.60.60:
"Actions": { "#UpdateService.SimpleUpdate": { "target": "/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate" } }​​​​​​​​,

There is no section for TransferProtocol, it only does local DUPs.
Let me know if this helps.
No Events found!

Top