-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]: Error message "no data retrieved in walk for table" #99
Comments
Very curious indeed. Not sure yet what is going on here, I don't think HPE would do such a major change in a minor version. The changelogs says they fixed some values, not changed the OIDs. |
Thanks for the further investigation. I don't have access to an iLO at the moment to test this myself. We can keep this issue open for further feedback. I |
I just tried the iLO firmware version 3.07 (published on August, 14th) and the problem still exists showing the same error. |
Additional information: Just had a try with this and it is more than one missing table. |
@RincewindsHat nice catch. I did read through several HPE changelogs and didn't see anything about removed OIDs... which I would assume someone would mention, then again the HPE websites are not the simplest to navigate and find things. |
@martialblog same for me, got farther by throwing "hp ilo missing oid 3.0.0" into google, which is not the kind of communication (from HP) I was hoping for. |
@torstenbunde could you, by any chance, upgrade to version 3.07 and/or 3.08? The changelog claims to fix stuff related to SNMP |
My current position is this: @HewlettPackard broke things in the SNMP interface of some or all iLO things. This monitoring plugin works correctly. |
@RincewindsHat Agreed, currently the most likely scenario. Maybe a hint in the README to redirect people with similar issues. |
@RincewindsHat I'll try this tomorrow but 3.07 doesn't work as mentioned here: #99 (comment) |
|
:-( |
Just tried iLO 5 firmware version 3.10 (Dez. 16, 2024): |
ah, crap. Thanks a lot for staying on this though. |
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)
The system is an
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
With OID .1.3.6.1.4.1.232.3.2.2 it seems to be ok:
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?
The text was updated successfully, but these errors were encountered: