强制固件降级#
前提条件#
请参考查看已安装的固件和软件包版本,确认固件包中包含您需要的固件版本。
步骤#
在 BMC 上启用
ForceUpdate
标志nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update enable
示例输出
ForceUpdate flag was successfully set True on the system.
确认
ForceUpdate
标志状态nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update status
示例输出
ForceUpdate is set to True
执行固件更新。
在 BMC 上禁用
ForceUpdate
标志nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update disable
示例输出
ForceUpdate flag was successfully set False on the system.
确认
ForceUpdate
标志状态nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update status
示例输出
ForceUpdate is set to False