How to Check HP-iLO Firmware Version From Linux Command LineShareTweetPin ItShare How to Check HP-iLO Firmware Version From Linux Command Line
You have to use the following command, but it shows your system firmware and not the ILO firmware. sudo dmidecode -t bios | grep -i “firmware revision” Firmware Revision: 1.35 Reply
dmidecode |grep -i “firmware revision”
it will show current firmware version
You have to use the following command, but it shows your system firmware and not the ILO firmware.
sudo dmidecode -t bios | grep -i “firmware revision”
Firmware Revision: 1.35