Discover iLO address for server on network

hpilolinux-networking

Is there a way to discover the IP address for iLO for a server on my network? I have a server running that I can only access via iLO (no other access is available) but I don't know the IP that iLO is running on.

Is there a way to discover the iLO IP of the server from the network by looking at traffic?

The server is an HP proliant running HPs iLO

Best Answer

Look for ports unique to ILO, like 17988: nmap -sT -p 17988 iprange... for example:

nmap -sT -p 17988 --open 192.168.20.0/24