Skip to content

[Question]: Error message "no data retrieved in walk for table" #99

Open
@torstenbunde

Description

@torstenbunde

Ask a question

Hello,

we installed the check_hp_firmware plugin on Friday, 31st of May with the just released version 1.4.0.

Using this check plugin on an Hewlett Packard Enterprise (HPE) we get the following error:

- no data retrieved in walk for table: .1.3.6.1.4.1.232.3.2.2.1 (*errors.errorString)

grafik

The system is an

  • HPE ProLiant DL380 Gen10
  • iLO Firmware Version: 3.04 Apr 17 2024

another system with iLO Firmware Version 3.03 (Mar 22 2024) has the same problems. Other Systems with firmware versions less than 3.0 work correct.

Trying your example snmpwalk (snmpwalk -c public -v2c -On HOST 1.3.6.1.4.1.232) on the affected systems works without any problems.

With OID .1.3.6.1.4.1.232.3.2.2.1 it just

~# snmpwalk -c <COMMUNITY> -v2c -On <HOST> .1.3.6.1.4.1.232.3.2.2.1
.1.3.6.1.4.1.232.3.2.2.1 = No Such Object available on this agent at this OID
~#

With OID .1.3.6.1.4.1.232.3.2.2 it seems to be ok:

~# snmpwalk -c <COMMUNITY> -v2c -On <HOST> .1.3.6.1.4.1.232.3.2.2
.1.3.6.1.4.1.232.3.2.2.2.1.1.0 = INTEGER: 0
.1.3.6.1.4.1.232.3.2.2.2.1.2.0 = INTEGER: 2
.1.3.6.1.4.1.232.3.2.2.2.1.3.0 = INTEGER: 0
.1.3.6.1.4.1.232.3.2.2.2.1.4.0 = INTEGER: 2
.1.3.6.1.4.1.232.3.2.2.2.1.5.0 = INTEGER: 2
.1.3.6.1.4.1.232.3.2.2.2.1.6.0 = INTEGER: 2
.1.3.6.1.4.1.232.3.2.2.2.1.7.0 = Counter32: 0
.1.3.6.1.4.1.232.3.2.2.2.1.8.0 = Counter32: 0
.1.3.6.1.4.1.232.3.2.2.2.1.9.0 = INTEGER: 1
.1.3.6.1.4.1.232.3.2.2.2.1.10.0 = INTEGER: 0
.1.3.6.1.4.1.232.3.2.2.2.1.11.0 = STRING: "               "
.1.3.6.1.4.1.232.3.2.2.2.1.12.0 = INTEGER: 2097152
.1.3.6.1.4.1.232.3.2.2.2.1.13.0 = Gauge32: 0
.1.3.6.1.4.1.232.3.2.2.2.1.14.0 = Gauge32: 0
.1.3.6.1.4.1.232.3.2.2.2.1.15.0 = ""
.1.3.6.1.4.1.232.3.2.2.2.1.16.0 = INTEGER: 1
.1.3.6.1.4.1.232.3.2.2.2.1.17.0 = INTEGER: -1
.1.3.6.1.4.1.232.3.2.2.2.1.18.0 = INTEGER: -1
.1.3.6.1.4.1.232.3.2.2.2.1.19.0 = INTEGER: -1
.1.3.6.1.4.1.232.3.2.2.2.1.20.0 = INTEGER: -1
~#

So it looks like there are no more OIDs around .1.3.6.1.4.1.232.3.2.2.1?!

HPE says that they fixed something around OID and snmpwalk in iLO firmware version 3.04 (https://support.hpe.com/connect/s/softwaredetails?language=de&collectionId=MTX-2dc80c4ae4b943fa&tab=Fixes) but for me there's just the question: problem with the check script? Or does HPE maybe moved (removed?) some OIDs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions