强制固件降级#

前提条件#

步骤#

  1. 在 BMC 上启用 ForceUpdate 标志

    nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update enable
    

    示例输出

    ForceUpdate flag was successfully set True on the system.
    
  2. 确认 ForceUpdate 标志状态

    nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update status
    

    示例输出

    ForceUpdate is set to True
    
  3. 执行固件更新。

  4. 在 BMC 上禁用 ForceUpdate 标志

    nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update disable
    

    示例输出

    ForceUpdate flag was successfully set False on the system.
    
  5. 确认 ForceUpdate 标志状态

    nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update status
    

    示例输出

    ForceUpdate is set to False