Dell OpenManage Disk Failure Status

I ran this command: ./discovery.php -h X.X.X.X -d -m sensors

noticed this error:
SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m StorageManagement-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 controllerTable]
MIB search path: /opt/librenms/mibs
Cannot find module (StorageManagement-MIB): At line 0 in (none)

Fix:
Copied the StorageManagement-MIB file from /opt/librenms/mibs/dell/ to /opt/librenms/mibs/
now if finds the disks

What OS is this device?

LibreNMS server is centos 7
The monitored device is window 2012r2

Are you querying the physical server DRAC to get this info? Or the Windows server to get that info? (which probably has some kind of Dell OpenManage software installed)?

Yes i am querying the physical dell server with snmp. The server needs to have Dell OpenManage Server Administrator Managed Node installed.

1 Like

Please put the mib back and try this patch:

wget https://p.libren.ms/view/raw/9d740921 && git apply 9d740921

Ok it works now. Thanks

Thanks for confirming, I’m submitting it as a fix - when it’s merged you will need to run:

git checkout includes/definitions/windows.yaml includes/definitions/linux.yaml && ./daily.sh

Did this get submitted? The script won’t work to apply the patch and will not work with out the patch:
error: patch failed: includes/definitions/windows.yaml:3
error: includes/definitions/windows.yaml: patch does not apply

This was added to the live version which makes the patch fail:

bad_hrSystemUptime: true

Fixed patch here is the updated install:

wget https://p.libren.ms/view/raw/6bed6744 && git apply 6bed6744

No it was never submitted, I’m doing that now.

Sorry :frowning:

Merged in.

Where is the solution? Please help

It’s already been merged into the code along time ago.

Thanks Kevin for immediate attention. Can you please guide with the link to the resource or how to step by step it to be configured.

TR
Girish

Yes here
https://docs.librenms.org/Extensions/Dell-OpenManage/

I still have this problem. Is it not fixed yet?

This is my thread: