seveas / python-hpilo

Accessing the HP iLO XML interface from python
https://seveas.github.io/python-hpilo
Other
321 stars 102 forks source link

iLO5 update fails due to required version #240

Closed chris240189 closed 3 years ago

chris240189 commented 3 years ago

I have an iLO5 running 1.39 (flashed via python-hpilo). Upon updating to 2.18 (with the last update of python-hpilo) the script fails with hpilo.IloError: Firmware flash failed..

Flashing the bin file directly via the webgui fails too with "the file siganture is invalid". The reason could be that iLO5 1.40 is required for updating further (source https://community.hpe.com/t5/proliant-servers-ml-dl-sl/ilo5-firware-update-fails-quot-the-file-siganture-is-invalid/td-p/7085862)

updating to iLO5 1.40 manually and then using the python-hpilo updates as expected flawlessly to 2.18

seveas commented 3 years ago

Unfortunately there's not much python-hpilo can do. This is actually a known issue thogh the documentation only talks about iLO3. I'll update it to mention iLO5 and the 1.40 step.