ProLiant Servers (ML,DL,SL)
1752778 Members
6343 Online
108789 Solutions
New Discussion юеВ

Re: iLO 4 - snmp not working

 
SOLVED
Go to solution
Manuito
Visitor

iLO 4 - snmp not working

Hello.
I have the following server ProLiant ML310e and I am trying to get server information though snmp protocol to monitorize it.

Those are the SNMP settings

But I only get a few parameters.

root@zabbix:~# snmpwalk -v1 -c public 172.23.39.254
SNMPv2-MIB::sysDescr.0 = STRING: Integrated Lights-Out 4 2.30 Aug 19 2015
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.232.9.4.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (3973156791) 459 days, 20:32:47.91
SNMPv2-MIB::sysContact.0 = STRING: Manu & Chisco
SNMPv2-MIB::sysName.0 = STRING: servidor.santaeulalia
SNMPv2-MIB::sysLocation.0 = STRING: IES Santa Eulalia
I don't see others like temperatures, power supplies, etc.

Thanks in advance

5 REPLIES 5
Manuito
Visitor

Re: iLO 4 - snmp not working

After upgrade iLO version to 2.61 Jul 27 2018, the result is the same.

root@zabbix:~# snmpwalk -v2c -c public 172.23.39.254
SNMPv2-MIB::sysDescr.0 = STRING: Integrated Lights-Out 4 2.61 Jul 27 2018
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.232.9.4.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (56453) 0:09:24.53
SNMPv2-MIB::sysContact.0 = STRING: Manu & Chisco
SNMPv2-MIB::sysName.0 = STRING: servidor.santaeulalia
SNMPv2-MIB::sysLocation.0 = STRING: IES Santa Eulalia
KK
HPE Pro

Re: iLO 4 - snmp not working

Hi Manuito,

To get the response temperature, PSU, etc., one need to provide the OID.

To get the OID for the MIB kit is available at https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c04272529.

The MIBs are self explanatory and can be read in an editor and extract the required OID from MIB kit.

The syntax would be #snmpwalk -v1 -c public iLO4IP/FQDN OIDstring

You can refer the blog https://ixnfo.com/en/snmp-oid-list-for-ilo4.html for iLO4 SNMP OID list.

Disclaimer: One or more of the links above will take you outside the Hewlett-Packard Enterprise web site, HPE does not control and is not responsible for information outside of the HPE web site.


"If you feel this was helpful please click the KUDOS! Thumbs below!"

Regards,
KK

I am an HPE Employee


Accept or Kudo
Manuito
Visitor

Re: iLO 4 - snmp not working

Theoretically, writing "snmpwalk -v1 -c public IP" must show all available data. MIBS, OID and OIDstring aren't necessaries.

Manuito
Visitor
Solution

Re: iLO 4 - snmp not working

with snmpwalk -v1 -c public IP .1.3.6.1.4.1.232  it shows everything.

Thanks :)

KK
HPE Pro

Re: iLO 4 - snmp not working

Yes, it is right.

Also, please check usage when we run the SNMPWALK, it provides the usage as below:SNMPwalk.JPG

 

 

I am an HPE Employee


Accept or Kudo