Hello,
I'm trying to submit SNMP requests to my NAS NetApp in order to retrieve the size of my different volumes.
But the values returned are negative when the volume is greater then 2TB:
snmpwalk -v 1 -c xxx 192.168.14.155 .1.3.6.1.4.1.789.1.5.4.1.15
SNMPv2-SMI::enterprises.789.1.5.4.1.15.1 = INTEGER: -390004580
I've seen that the MIB contains two interesting OIDs upon this subject but I'm unable to recover the good values:
- dfHighTotalKBytes (.1.3.6.1.4.1.789.1.5.4.1.14)
=> The total capacity in KBytes for the
referenced file system. This object returns
the most significant 32 bits of the 64 bit
unsigned integer.
- dfLowTotalKBytes (.1.3.6.1.4.1.789.1.5.4.1.15)
=> The total capacity in KBytes for the
referenced file system. This object returns
the least significant 32 bits of the 64 bit
unsigned integer.
Any idea ?
Thanks.
I'm trying to submit SNMP requests to my NAS NetApp in order to retrieve the size of my different volumes.
But the values returned are negative when the volume is greater then 2TB:
snmpwalk -v 1 -c xxx 192.168.14.155 .1.3.6.1.4.1.789.1.5.4.1.15
SNMPv2-SMI::enterprises.789.1.5.4.1.15.1 = INTEGER: -390004580
I've seen that the MIB contains two interesting OIDs upon this subject but I'm unable to recover the good values:
- dfHighTotalKBytes (.1.3.6.1.4.1.789.1.5.4.1.14)
=> The total capacity in KBytes for the
referenced file system. This object returns
the most significant 32 bits of the 64 bit
unsigned integer.
- dfLowTotalKBytes (.1.3.6.1.4.1.789.1.5.4.1.15)
=> The total capacity in KBytes for the
referenced file system. This object returns
the least significant 32 bits of the 64 bit
unsigned integer.
Any idea ?
Thanks.