Question
I have SYS-821GE-TNRT and want to update my retimer FW using CURL. What is the command?
Print
Answer
As of June 2025, this system will have a mixed retimer configuration for Retimers 0-4 + 6-7 and Retimer 5. Please use the following commands:


  • Retimers 0-4 + 6-7:

    • curl -X POST https://{BMC IP}/redfish/v1/UpdateService/upload -H ‘contenttype: multipart/form-data’
      -F UpdateFile=@//{v2.7.21 Retimer FWPKG file path} -F
      ‘UpdateParameters={“Targets”:[“/redfish/v1/UpdateService/FirmwareInventory/HGX_FW_PCIeRetimer_0,
      /redfish/v1/UpdateService/FirmwareInventory/HGX_FW_PCIeRetimer_1,
      /redfish/v1/UpdateService/FirmwareInventory/HGX_FW_PCIeRetimer_2,
      /redfish/v1/UpdateService/FirmwareInventory/HGX_FW_PCIeRetimer_3,
      /redfish/v1/UpdateService/FirmwareInventory/HGX_FW_PCIeRetimer_4,
      /redfish/v1/UpdateService/FirmwareInventory/HGX_FW_PCIeRetimer_6,
      /redfish/v1/UpdateService/FirmwareInventory/HGX_FW_PCIeRetimer_7”],
      “@Redfish.OperationApplyTime”:“OnReset”}’ -u "{BMC USER}:{BMC PWD}"
      -k|json_pp
  • Retimer 5:
    • curl -X POST https://{BMC IP}/redfish/v1/UpdateService/upload -H ‘contenttype:
      multipart/form-data’ -F UpdateFile=@//{v2.7.69 Retimer FWPKG file path} -F
      ‘UpdateParameters={“Targets”:[“/redfish/v1/UpdateService/FirmwareInventory
      /HGX_FW_PCIeRetimer_5”],“@Redfish.OperationApplyTime”:“OnReset”}’ -u
      "{BMC USER}:{BMC PWD}" -k|json_pp

Was this FAQ helpful?
Enter Comments Below:
Note: Your comments/feedback should be limited to this FAQ only. For technical support, please send an email to .
Enter your email address below if you'd like technical support staff to reply:
Please type the Captcha (no space)
Y D B C
Find more questions
Still Need Support?
Having trouble finding what you're searching for? Contact our support team for further assistance.

Certain products may not be available in your region