Access HP Lights-Out from remote server
Solution 1:
You would need to have the HP Management Agents (for your particular Windows Server version) installed in order to be able to run the hponcfg
utility. This tool allows you to reprogram, reconfigure or reset your system's ILO.
If you can handle a reboot and smart hands is available for the remote facility, this manual process works as well.
Also see: Configuration of ILO port on HP servers
Solution 2:
hponcfg
search google 'HP Lights-Out Online Configuration Utility for Windows' or 'HP Lights-Out Online Configuration Utility for Linux' to access the following site:
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=1135772&prodTypeId=18964&prodSeriesId=1146658&swLang=8&taskId=135&swEnvOID=1005
C:\Program Files\HP\hponcfg>hponcfg /w iLo.xml
This will export the current settings from ILO, you can modify it then import it:
C:\Program Files\HP\hponcfg>hponcfg /f ilo.xml
Shamelessly stolen from:
http://linuxtechres.blogspot.com/2011/10/how-to-get-hp-ilo-ip-address.html