You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When first time download tar image from tftp server completes around 85%, then submit Redfish POST command to download same image again. Redfish POST shows "Base.1.8.1.ServiceTemporarilyUnavailable" error but it still downloads after this error message show up.
I used windows tftp server, so I can check download progress bar on window; There are "2" download progress bars popping up.
Do "ipmitool mc reset cold" when the second time download progress gets to 25% to 35%.
Issue:
Partially downloaded BMC image through TFTP is not verified before applying it on next reset.
Steps:
1.Check "ApplyTime" is "OnReset":
HTTP Get from https://<bmc_ip>/redfish/v1/UpdateService
Response:
Download Image$token" -X POST https://$ {bmc}/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate -d '{"ImageURI":"tftp://<tftp_ip>/obmc-phosphor-image-transformers-20210330173445.static.mtd.all.tar"}'
curl -k -H "X-Auth-Token:
When first time download tar image from tftp server completes around 85%, then submit Redfish POST command to download same image again. Redfish POST shows "Base.1.8.1.ServiceTemporarilyUnavailable" error but it still downloads after this error message show up.
I used windows tftp server, so I can check download progress bar on window; There are "2" download progress bars popping up.
Do "ipmitool mc reset cold" when the second time download progress gets to 25% to 35%.
The bmc reboot (mc reset cold) crashes.
Please see the video for steps followed :
https://www.youtube.com/watch?v=0UfPNmw0X70&list=PLjZxgm7U9UoxGIMPnH_-FOHxDjtWDTyzM&index=9
The text was updated successfully, but these errors were encountered: