HewlettPackard / python-redfish-utility

Python-based utility for interacting with devices supporting a Redfish Service
Other
86 stars 41 forks source link

staged firmware info #83

Closed mdidomenico4 closed 8 months ago

mdidomenico4 commented 1 year ago

is there a way to see if firmware is staged for installation at next reboot? i use the flashfwpkg command to flash a new bios on the server, which works fine and will install during the next reboot. however, i would like some programmatic way of telling whether a new bios is staged in ilo and whether it will be installed at next reboot

rajeevkallur commented 1 year ago

@mdidomenico4 , You can probably use taskqueue command which lists the pending tasks like installation at next reboot.

rajeevkallur commented 8 months ago

After BIOS flash, there is a message to reboot the server. This is as expected. Rebooting the server will enable the new BIOS.