Monitoring IBM V7000

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

Re: Monitoring IBM V7000

Post 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.
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Monitoring IBM V7000

Post 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?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

Re: Monitoring IBM V7000

Post by srikanth.kallu »

Yes i am thinking i uploaded the MIB, how do i make sure if i did it right ?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Monitoring IBM V7000

Post by lmiltchev »

Do you see the MIB in "/usr/share/snmp/mibs/" directory?
Be sure to check out our Knowledgebase for helpful articles and solutions!
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

Re: Monitoring IBM V7000

Post by srikanth.kallu »

yes i do
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Monitoring IBM V7000

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

Re: Monitoring IBM V7000

Post 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)
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Monitoring IBM V7000

Post by abrist »

Can you attach your current snmptt.conf to your next post?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

Re: Monitoring IBM V7000

Post by srikanth.kallu »

I have attached snmptt.conf file

Thank you
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Monitoring IBM V7000

Post 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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked