Windows – Check if an iLO board installed on a Windows machine

hphp-proliantiloipmiwindows

How can I check if a iLO-Board is installed on a Windowsmachine?
I would like to do it via a script (python prefered).

I thought about checking the connectionport. E.g.: If the iLO is connected via PCI, I can scan the PCI slots. But I couldn't find information about where it is connected.

Do you have any other ideas?
Thank you

Best Answer

The HP recommended way is to install the Proliant Support Pack for your operating system (regardless) with the HPONCFG and iLO Management Interface Driver.

Then run the %Program files%\HP\hponcfg\hponcfg /a /w C:\ilo-config-output.txt command to dump the complete ILO configuration to C:\ilo-config-output.txt. Then Python away.

Google for "HP iLO 3 Scripting and Command Line Guide" and check www.hp.com/go/iLO3 for Sample ILO scripts as well.