Friday, August 28, 2009

Track iLO or DRAC IP address

Back in the good old days when I could work and research how to get information with my friend colleagues we managed to get the SNMP OID for the iLOs and the DRACs.

Remember you'll need to have the Remote Card drivers installed on the server and the agents.


iLO (snmputil get Servername NetIQSNMP .1.3.6.1.4.1.232.9.2.5.1.1.5.2)

C:\temp>snmputil get Servername NetIQSNMP .1.3.6.1.4.1.232.9.2.5.1.1.5.2
Variable = .iso.org.dod.internet.private.enterprises.232.9.2.5.1.1.5.2
Value = IpAddress 157.206.94.205

Drac (snmputil get servername NetIQSNMP .iso.org.dod.internet.private.enterprises.674.10892.1.1700.10.1.30.1.1)

Replace NETIQSNMP for the right SNMP Community name which has read access.

And have fun.

0 comments:

Post a Comment