dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
600 stars 278 forks source link

error updating firmware using dellupdate service: #159

Closed gilbo47 closed 3 years ago

gilbo47 commented 3 years ago

hello

I wondered if you could help at all - I'm getting this this issue when trying to update idrac software I'm using script DeviceFirmwareDellUpdateServiceREDFISH.py - to 3.36.36.36 from 3.15.17.15 am i doing something wrong?:

- WARNING, downloading "firmimgFIT.d9" image payload to iDRAC

- FAIL: POST command failed to download image payload, error is <Response [500]>

More details on status code error: {"error":{"@Message.ExtendedInfo":[{"Message":"The request failed due to an internal service error. The service is still operational.","MessageArgs":[],"MessageArgs@odata.count":0,"MessageId":"Base.1.0.InternalError","RelatedProperties":[],"RelatedProperties@odata.count":0,"Resolution":"Resubmit the request. If the problem persists, consider resetting the service.","Severity":"Critical"},{"Message":"Unable to perform the operation.","MessageArgs":[],"MessageArgs@odata.count":0,"MessageId":"iDRAC.1.6.RAC964","RelatedProperties":[],"RelatedProperties@odata.count":0,"Resolution":"Wait for some time before retrying the operation. If the issue persists, contact your service provider.","Severity":"Informational"}],"code":"Base.1.0.GeneralError","message":"A general error has occurred. See ExtendedInfo for more information"}}

gilbo47 commented 3 years ago

erm - OK - fixed! it appeared to just need a racreset!!

Thanks anyway!