Cannot add IBM FlashSystem

I can’t add IBM storage flashsystem 5200 to librenms.




There is a downloadable MIB library in IBM flashsystem management.
Can anyone please advise?

Hi @dave_ik
From my experience working with IBM appliances, the issue here relies on the appliance itself not being pingable or the snmp queries are not allowed from your librenms server to the appliance.

How i would handle this, would be to First do the relevant snmp/ping checks.

  • Navigate to your librenms and try to ping the IBM FlashSystem.
  • Perform the below command on your librenms appliance to ensure that librenms can query the device.

snmpwalk -v2c -c public 192.168.144.51

Next, since i can see that these are in-between different subnets, if the proper access has been give from 192.168.144.0/24 (i guess) to 192.168.81.0/24 on port 161 (snmp).

Last, if all the above are completed, then i would open a ticket to IBM explaining my case thoroughly. IBM is known to have a good ticketing system, and even if you mention librenms, they will set up a lab and try to point the issue there.

Hope i helped :slight_smile:

Another device goes ping. I’ll try to create a ticket on IBM

Thanks.

You’re welcome.
Make sure to Tap the solution button so more people that face the issue will know the necessary steps :smiley:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.