Server Management - Remote Server Management
1752567 Members
5116 Online
108788 Solutions
New Discussion юеВ

Re: ILO 2 Mac Address

 
peter hollis_1
Occasional Advisor

ILO 2 Mac Address

I need to report on over 2000 HP servers re all the mac addresses in the server including the ILO card.

Is there a way to query the card from the host operating system to obtain this information automatically. OS is WinPE 1.6 or WinPE 2.0.

Thanks
2 REPLIES 2
M.S.Srivatsa
Valued Contributor

Re: ILO 2 Mac Address

CPQLOCFG(HP Lights Out Configuration utility) can be used to get the MAC address of iLO and Server MAC address remotely using
the following RIBCL(XML) commands.
This utility can be run from a script to
get the server and iLO information of all 200 servers remotely.

1.GET_NETWORK_SETTINGS
This XML command can be used to get the iLO MAC address
and iLO network settings.

2.GET_HOST_DATA
This XML command can be used to get the selected Server infor
mation along with Server MAC address information.

Alternatively
HPONCFG(HP Lights Out Online onfiguration utility) can also be used to get the iLO
and server information on a particular server.


CPQLOCFG (HP Lights Out Configuration utility)
http://h18004.www1.hp.com/support/files/lights-out/us/download/23909.html

SAMPLE XML scripts
http://h18004.www1.hp.com/support/files/lights-out/us/download/25058.html


HPONCFG
http://h18004.www1.hp.com/support/files/lights-out/us/download/26040.html


peter hollis_1
Occasional Advisor

Re: ILO 2 Mac Address

Thanks, used a bit of vb to query the results from CPQLOCFG.