Page 2 of 2

Re: Monitoring IBM V7000

Posted: Wed Aug 06, 2014 10:52 am
by srikanth.kallu
ok, I got MIB file from vendor and uploaded it, I have this in my
/var/log/snmptt/snmpttunknown.log

Wed Aug 6 10:28:44 2014: Unknown trap (.1.3.6.1.4.1.2.6.190.2) received from 192.168.80.11 at:
Value 0: 192.168.80.11
Value 1: 192.168.80.11
Value 2: 0:0:00:00.00
Value 3: .1.3.6.1.4.1.2.6.190.2
Value 4: 192.168.80.11
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:
Ent Value 0: .1.3.6.1.4.1.2.6.190.4.1=# Machine Type = 2076124
Ent Value 1: .1.3.6.1.4.1.2.6.190.4.2=# Serial Number = 78N2609
Ent Value 2: .1.3.6.1.4.1.2.6.190.4.3=# Error ID = 10003 : Number of Device paths has reduced
Ent Value 3: .1.3.6.1.4.1.2.6.190.4.4=# Error Code = 1630 : Number of device logins reduced
Ent Value 4: .1.3.6.1.4.1.2.6.190.4.5=# Software Version = 6.4.0.2 (build 65.0.1207120000)
Ent Value 5: .1.3.6.1.4.1.2.6.190.4.6=# FRU = None
Ent Value 6: .1.3.6.1.4.1.2.6.190.4.7=# Cluster Name = v7000-1
Ent Value 7: .1.3.6.1.4.1.2.6.190.4.8=# Node ID = 1
Ent Value 8: .1.3.6.1.4.1.2.6.190.4.9=# Error Sequence Number = 507
Ent Value 9: .1.3.6.1.4.1.2.6.190.4.10=# Timestamp = Tue Apr 29 21:35:31 2014
Ent Value 10: .1.3.6.1.4.1.2.6.190.4.11=# Object Type = device
Ent Value 11: .1.3.6.1.4.1.2.6.190.4.12=# Object ID = 0
Ent Value 12: .1.3.6.1.4.1.2.6.190.4.15=# Copy ID =
Ent Value 13: .1.3.6.1.4.1.2.6.190.4.13=# Additional Data (0 -> 63) = 1B00000000000000306A6C0080240150306A6C008124015000000000040000000000000000000000000000000000000000000000000000000000000000000000
Ent Value 14: .1.3.6.1.4.1.2.6.190.4.14=# Additional Data (64 -> 127) = F4010000000102000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000001000000

Not sure what does thsi mean, Please help.

Re: Monitoring IBM V7000

Posted: Wed Aug 06, 2014 4:03 pm
by abrist
This usually implies that the snmptt daemon does not know how to translate the trap. The reported mib/oid most likely is not present in your snmptt configs. Have you uploaded and added the MIB for the device?

Re: Monitoring IBM V7000

Posted: Wed Aug 06, 2014 4:08 pm
by srikanth.kallu
Yes i am thinking i uploaded the MIB, how do i make sure if i did it right ?

Re: Monitoring IBM V7000

Posted: Wed Aug 06, 2014 4:27 pm
by lmiltchev
Do you see the MIB in "/usr/share/snmp/mibs/" directory?

Re: Monitoring IBM V7000

Posted: Wed Aug 06, 2014 4:30 pm
by srikanth.kallu
yes i do

Re: Monitoring IBM V7000

Posted: Wed Aug 06, 2014 11:53 pm
by Box293
Run these commands at the CLI:

Code: Select all

addmib /usr/share/snmp/mibs/SVC_MIB_7.1.0.MIB.txt
service snmptt restart
The traps should now appear in /var/log/snmptt/snmptt.log.
If you haven't configured that host in Nagios Xi to receive SNMP traps (using the Trap Wizard) then they will appear under Config > Unconfigured Objects.

Also, run this command at the CLI:

Code: Select all

chmod g+rw /etc/snmp/snmptt.conf
It fixes a problem when uploading MIBs. You won't need to run the addmib command at the CLI when uploading MIBs in the future.

Re: Monitoring IBM V7000

Posted: Thu Aug 07, 2014 9:15 am
by srikanth.kallu
I did this

[root@nagiosxi mibs]# addmib /usr/share/snmp/mibs/SVC_MIB_7.1.0.MIB.txt
[root@nagiosxi mibs]# service snmptt restart
[root@nagiosxi mibs]# chmod g+rw /etc/snmp/snmptt.conf

but i still dont see this file /var/log/snmptt/snmptt.log is it logging in some other location ?

I have this in snmpttsystem.log

Tue Aug 5 14:32:25 2014 SNMPTT v1.4beta2 started
Tue Aug 5 14:32:25 2014 Loading /etc/snmp/snmptt.conf
Tue Aug 5 14:32:25 2014 Finished loading 64 lines from /etc/snmp/snmptt.conf
Tue Aug 5 14:32:25 2014 Changing to UID: snmptt (496)
Thu Aug 7 08:50:26 2014 SNMPTT v1.4beta2 started
Thu Aug 7 08:50:26 2014 Loading /etc/snmp/snmptt.conf
Thu Aug 7 08:50:26 2014 Finished loading 64 lines from /etc/snmp/snmptt.conf
Thu Aug 7 08:50:26 2014 Changing to UID: snmptt (496)
Thu Aug 7 08:51:44 2014 SNMPTT v1.4beta2 started
Thu Aug 7 08:51:45 2014 Loading /etc/snmp/snmptt.conf
Thu Aug 7 08:51:45 2014 Finished loading 64 lines from /etc/snmp/snmptt.conf
Thu Aug 7 08:51:45 2014 Changing to UID: snmptt (496)

Re: Monitoring IBM V7000

Posted: Thu Aug 07, 2014 11:48 am
by abrist
Can you attach your current snmptt.conf to your next post?

Re: Monitoring IBM V7000

Posted: Thu Aug 07, 2014 11:53 am
by srikanth.kallu
I have attached snmptt.conf file

Thank you

Re: Monitoring IBM V7000

Posted: Thu Aug 07, 2014 4:33 pm
by abrist
The oid "1.3.6.1.4.1.2.6.190.2" is not found the snmptt.conf

Is that oid included in the device mib? If not, there may be another mib that is required for your device.