ProLiant Servers (ML,DL,SL)
1752786 Members
6006 Online
108789 Solutions
New Discussion

Re: ILO Firmware update via command line with ipmitool.

 
SOLVED
Go to solution
yesilbeyaz
Advisor

Re: ILO Firmware update via command line with ipmitool.

Here are each screen shot and you can see servers' model. Note that firemware download button on some of them says only this:

Firmware Download

  TFTP Server IP Address: Firmware File Name:
(Relative to TFTP server's root)

Please enter TFTP server IP address and firmware fully qualified filename.
Refresh browser for status.

Note: After a successful download the BMC will automatically reset.

 

 

 

1.png

 

 

 

2.png

 

3.png

 

 

4.png

 

5.png

Torsten.
Acclaimed Contributor

Re: ILO Firmware update via command line with ipmitool.

these are all LO100.

get the bootable usb image from the web.

 

http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=3884344&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D2%257CswItem%253DMTX_c77431f956cd43abac1d982a18%257CswEnvOID%253D54%257CitemLocale%253D%257CswLang%253D%257Cmode%253D4%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vig...

 

 

For virtual media/kvm you need the advanced licence.


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
anthony11
Regular Advisor

Re: ILO Firmware update via command line with ipmitool.


@Jimmy Vance wrote:

Not sure if it is possible to do the firmware over ipmi. You can extract the .scexe file and load the .bin file using the iLO web interface


I've been doing that for BIOS on ESXi iLO4 systems, but in this case, why not just run the .scexe file directly?

Torsten.
Acclaimed Contributor

Re: ILO Firmware update via command line with ipmitool.

Here is the linux file (Version 4.26):

http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=3884344&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253DMTX_6b04eb2ec8914f979aba383fab%257CswEnvOID%253D4103%257CitemLocale%253D%257CswLang%253D%257Cmode%253D%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vig...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Matti_Kurkela
Honored Contributor
yesilbeyaz
Advisor

Re: ILO Firmware update via command line with ipmitool.

Thank you guys. Some more questions;
Is LO100 older version of ILO1 ?

@anthony11
    Can you please post the command that you use to flash BIOS via ipmitool within linux? All my servers are Debian based. So I may try to upgrade LO from ssh using ipmitool?
    
On linux file version page, .scexe file, there are these linux versions,
    Red Hat Enterprise Linux 4 (x86), Red Hat Enterprise Linux 4 (AMD64/EM64T), SUSE Linux Enterprise Server 10 (x86), SUSE Linux Enterprise Server 10 (AMD64/EM64T), Red Hat Enterprise Linux 5 Server (x86-64), Red Hat Enterprise Linux 5 Server (x86), SUSE Linux Enterprise Server 11 (x86), SUSE Linux Enterprise Server 11 (AMD64/EM64T), Red Hat Enterprise Linux 6 Server (x86), Red Hat Enterprise Linux 6 Server (x86-64)
    
Our servers are debian so can I still install .scexe file?
    
Thank you again.

Torsten.
Acclaimed Contributor

Re: ILO Firmware update via command line with ipmitool.

create the bootable usb key and boot to update. a reboot is needed anyway.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Jimmy Vance
HPE Pro

Re: ILO Firmware update via command line with ipmitool.

LO100 is not in the same family as any generation iLO. It was used in the G6/G7 ProLiant 100 series systems.  The 300, 500, 700 series ProLiant and the Blade server all have iLO

 

the .scexe file is pretty much a shell script.  you should be able to run the scexe file and if all the dependencies are there it should work. If not you can extract the files by running something like listed below so you can poke around in the scripts

 

/filename.scexe --unpack=path/that/you/select

 

 

 

 

No support by private messages. Please ask the forum! 
yesilbeyaz
Advisor

Re: ILO Firmware update via command line with ipmitool.

As I said in first post, I can not mount iso image, It does not work on some server. And I read also some other having same issue. So I tried to upgrade LO via alternative method. From SSH by ipmitool, or PXE boot.
anthony11
Regular Advisor

Re: ILO Firmware update via command line with ipmitool.