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
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
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.
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.
What you need is the Compaq Light-Outs config utility:
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
Although this is an old question, there is a better approach to this.
If you have used the HP version of EXSi, then the HP drivers are automatically installed and you should able to see various additional hardware listed in the Hardware Tab.
You can also install the HP drivers seperately via VUM.
Once correct drivers are in place, you should see Baseboard Management Controller.
Easiest way to do this is copy the hponcfg file, edit that file and copy back.
1) Connect locally or via SSH
2) Copy config file
/opt/hp/tools # ./hponcfg -w ilo.xml
HP Lights-Out Online Configuration utility
Version 4.0-10 (c) Hewlett-Packard Company, 2011
Firmware Revision = 1.81 Device type = iLO 2 Driver name = hpilo
Management Processor configuration is successfully written to file "ilo.xml"
3) Edit the XML with desired parameters (login credentials, IP address, Subnet Mask, DNS Name, DHCP Enable/Disable & Domain Name)
4) Overwrite config file
/opt/hp/tools # ./hponcfg -f ilo.xml
HP Lights-Out Online Configuration utility
Version 4.0-10 (c) Hewlett-Packard Company, 2011
Firmware Revision = 1.81 Device type = iLO 2 Driver name = hpilo
<INFORM>Integrated Lights-Out will reset at the end of the script.</INFORM>
Please wait while the firmware is reset. This might take a minute
Script succeeded
The above may take more then a minute, so don't panic!