Asset ID: |
1-75-2012407.1 |
Update Date: | 2018-03-27 |
Keywords: | |
Solution Type
Troubleshooting Sure
Solution
2012407.1
:
Troubleshooting NSP Alarm Forwarding by SNMP traps
Related Items |
- Oracle Communications Performance Intelligence Center (PIC) Software
|
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec PIC
|
Created from <SR 3-10741993590>
Applies to:
Oracle Communications Performance Intelligence Center (PIC) Software - Version 7.1 and later
Tekelec
Purpose
This document describes main steps to troubleshoot problem for SNMP forwarding by NSP.
Troubleshooting Steps
Steps below must be followed to find the cause of SNMP traps not being sent by NSP:
- Check the SNMP configuration (in platcfg menu or directly in file /etc/snmpd.conf), if not configure it.
- Verify if traps are being sent from the NSP weblogic1 and weblogic2. As root type the following command on both servers (adapt ethxx to server interface):
tcpdump -i ethxx -f 'port 162' -vvv
or tcpdump -i any host <SNMP agent IP> -v
Expected output (numbers will differ):
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth01, link-type EN10MB (Ethernet), capture size 96 bytes
0 packets captured
1 packets received by filter
0 packets dropped by kernel
If any traps are being forwarded you will see them in the tcpdump output. Of course some alarms must be received by the NSP before they are forwarded.
- Check JMS queues:
- Login to NSP Weblogic console http://<ip_of_nsp>/console
- Click Services => Messaging => JMS Servers => NSPJMSServer1a => Monitoring tab => Active Destinations tab
- Check each queue knowing that events are following this path:
Messages Current/Pending must not increase and, in normal situation, is even equal to 0.
- JMX2ListernerQueue
- EventListenerQueue
- EvaluationObjectQueue
- JMSForwardingQueue
- jmsSNMPQueue.
If this queue is filling, it means that weblogic is probably not able to contact the jmxd service on Weblogic1 to emit the SNMP traps . Check application.log for possible causes.
- Repeat steps b and c for each JMS servers:
- On one box NSP: NSPJMSServer1a and NSPJMSServer1b
- On four boxes NSP: NSPJMSServer1a, NSPJMSServer1b, NSPJMSServer2a and NSPJMSServer2b
- Possible actions to fix the issue:
- Restart jmxd service on weblogic1
- Restart the weblogic instances to force them to reconnect to jmx (this can be done from weblogic console or simply by restarting nspservice)
References
<NOTE:1982911.1> - Troubleshooting NSP Alarm Forwarding by Email (SMTP)
Attachments
This solution has no attachment