Operating System - VMware
1752786 Members
5888 Online
108789 Solutions
New Discussion

Proliant BL 460c G7 ESXi 5.1 U3 work iLO Pass-Thru

 
wilp
Member

Proliant BL 460c G7 ESXi 5.1 U3 work iLO Pass-Thru

Hello!

I want to monitor Proliant BL460c G7 server status via iLO3 using snmp requests from monitor server.

It is necessary to install the HP Agentless Management Service on ESXi 5.1 U3 and enable snmp service on ESXi 5.1 U3.

On iLO3 enable snmp pass-thru.

Question:

Proliant BL460c G7 supports HP Agentless Management Service on the ESXi version 5.1 Update 3 ?

Upgrade host to ESXi 5.5 solve the problem ?

 

HP Proliant BL 460c G7 ESXi 5.1 U3 with ESXi 5.1 U3 

vmware -vl
VMware ESXi 5.1.0 build-2323236
VMware ESXi 5.1.0 Update 3

 

Install on ESXi this drivers and Enable snmp service:

HPE ESXi Offline Bundle for VMware vSphere 5.1 version 2.5.0 12 Apr 2016

amsHelper                      510.10.4.0-22.799733                          HPE                                PartnerSupported  2016-11-01
hpe-esxi-fc-enablement         510.2.5.20-799733                     HPE                               PartnerSupported  2016-11-01
hpe-smx-provider               510.03.10.00.10-799733                 HPE                               VMwareAccepted    2016-11-01
char-hpcru                     5.0.6.6-1OEM.500.0.0.434156             Hewlett-Packard           PartnerSupported  2016-11-01
char-hpilo                     500.9.0.2.3-1OEM.500.0.0.434156       Hewlett-Packard            PartnerSupported  2016-11-01

~ esxcli system snmp get
   Authentication:
   Communities: MY COMMUNITY STRING
   Enable: true
   Engineid: 00000063000000a100000000
   Hwsrc: indications
   Largestorage: true
   Loglevel: info
   Notraps:
   Port: 161
   Privacy:
   Remoteusers:
   Syscontact:
   Syslocation:
   Targets:
    Users:

    V3targets:

 

on iLO check:

iLO3

Firmware: 1.88 jul 13 2016

Alert Setting iLO SNMP Alerts - Enabled

Forward Insight Manager Agent SNMP Alerts  - Enabled

SNMP Pass-thru  - Enabled

 

from cli of monitoring server:

snmpwalk -v 2c -c "MY COMMUNITY STRING" "ip-adress iLO3"

Timeout: No Response from "ip-adress iLO3".

 

But if i do snmp-requests using the ip address of the ESXi host, then everything is OK

snmpwalk -v 2c -c "MY COMMUNITY STRING" "ip-adress ESXi-host" - OK

 

Many Thanks!