ONTAP Discussions

snmpwalk got No data available in this sub-tree for volumeNearlyFull on OnTap 8.3.2

JohnChen
4,584 Views

I have FAS8020 with Ontap 8.3.2.

I try to set up snmp to monitor volume free space.

I download mib version 2.4.2 and can see it undr netapp-0 for volumeFull and volumeNearlyFull with OID 1.3.6.1.4.1.789.0.82 and 85.

However, I got "No data available in this sub-tree" by snmpwalk.

Actually I got this message for all the objects under netapp-0.

As for objects under netapp1, i have no issue at all.

Does anyone know what's going on? 

3 REPLIES 3

MKELLYSCSC
4,355 Views

The .1.3.6.1.4.1.789.0 OID tree is essentially a list of traps that OnTAP can send out (assuming you have a traphost defined).

You cannot access it using snmpget/snmpwalk etc.

Your monitoring system should be able to extract the information out of the MIB file so that it can decode any traps that it receives from the filer.

 

If you want to do some 'active' monitoring of the volumes , have a look at the data under .1.3.6.1.4.1.789.1.5.4.1.

You can also use the data to track space utilisation over time if you want.

 

Hope this helps.

JohnChen
4,328 Views

According to your suggestion, I have tried the OID but still cannot get it.

The message show as below.

 

[root@zabbix-corp2 zabbix]# snmpget -v 2c -c xxxxx  172.16.60.23 .1.3.6.1.4.1.789.1.5.4.1.5

SNMPv2-SMI::enterprises.789.1.5.4.1.5 = No Such Instance currently exists at this OID

 

I am using the zabbix to monitor my system.

MKELLYSCSC
4,318 Views

Hi,

You are getting that error because you are using snmpget instead of snmpwalk.

Try running 'snmpwalk -v2c -c xxxxxx 172.16.60.23 .1.3.6.1.4.1.789.1.5.4.1'

But, before you do that, you need to download and install the NetApp MIB file for the version of OnTAP you are running.

Otherwise your SNMP client won't be able to translate the data received from the filer.

Just go to the NetApp support site and search for 'mib file download'.

 

Hope this helps.

Public