2009-04-09

NetApp Ontap SNMP return volume negative value

NetApp Ontap SNMP return negative value for volume that over 2TB , this can besolve by
if (x < 0) x = 4294967296 + x
so metric calculate is KB , but if you want result return in TB .
xxxxKB * 1024 = convertByte
convert back to Terabyte by
convertByte / 1024 ^ 4 ( 1099511627776 )
thank you nat3 for help me correct value. and thank you for good support community
http://communities.netapp.com/message/5817#5817
----------
NetApp Ontap คืนค่าเป็นค่าลบกรณี โวลุ่มโตเกิน 2 เทอราไบต์ ทางแก้เอามาลบมาบวกกัน ข้างต้นแหละ
โชตดี
ขอบคุณ nat3 ช่วยแก้ผลคำณวณให้ ขณะเบลอๆ ง่วงจริง

No comments: