I was used to configure HP iLO from Windows OS using hponcnfg, but how it can be done when operating system is ESXi 4.1 without phisically connect to the iLO port (aka remotely)?

Thank you all for help

link|improve this question

what is it you want to configure? – Chopper3 Sep 16 '10 at 13:56
IP address, network mask, default gateway, admin password. Server mainboard was changed because of a failure so ilo has to be reconfigured from scratch :-( – Danilo Brambilla Sep 16 '10 at 14:09
feedback

4 Answers

up vote 3 down vote accepted

You're not going to be able to do this via ESXi - it doesn't support third party applications that can do this type of thing. At a minimum you will have to enable iLO and give it an ip-address by physically doing so at the machine initially.

ESXi is IPMI aware and does support remote management via WBEM which can talk to the embedded hardware management components (BMC\iLO etc) so it may be possible to do this via something like HP SIM but I've never seen an example.

link|improve this answer
feedback

If it's a one-off job I'd try to get someone on-site to set it up locally (didn't HP reinstate settings when they swapped out the part? they always do for us). I'd then work on a very small linux bootable ISO with the linux version of hponcfg installed so you can boot into that and do what you like.

link|improve this answer
nice idea but I can't mount the iso image without remote iLO access :-( – Danilo Brambilla Sep 16 '10 at 14:28
good point, well made... it's a trip to site for you then sorry. – Chopper3 Sep 16 '10 at 15:00
feedback

What you need is the Compaq Light-Outs config utility:

http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?swItem=MTX-0fcb2f1331034568b60b4061f1&lang=en&cc=us&mode=3&

This basically works the same as HPONCFG, except you are able to specify iLO interface addresses. If you are wanting to update batches of iLO interfaces, then I've made some powershell scripts for that.

http://practicaladmin.wordpress.com/2010/11/29/ilo-bulk-updater-v3-0-now-with-less-perl/

Hope this helps

link|improve this answer
1  
I don't see how this helps in the case of ESXi. – ewwhite May 12 '11 at 1:13
I had the same problem. I had scripts to update under linux (RHEL4 and 5), and there was the windows stuff, but updating esx4 wasn't possible without rebooting to install the software, and if I had to reboot anyway, I might as well just configure from the bios screen. – lsd May 12 '11 at 1:20
Argh, my bad, I read the first sentance as still configuring the iLOs using windows, but needing to do it remotely, instead of from the same host. – Ben Short May 20 '11 at 0:30
feedback

You may use Hponcfg scripts which can be used for this purpose

link|improve this answer
1  
Can you provide more information? – voretaq7 Apr 18 at 17:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.