Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-2165286.1
Update Date:2017-10-19
Keywords:

Solution Type  Technical Instruction Sure

Solution  2165286.1 :   Diameter Signaling Router DSR) - Message Processor (MP) Connection Will Not Restore  


Related Items
  • Oracle Communications Diameter Signaling Router (DSR)
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec DSR
  •  




In this Document
Goal
Solution
 To Remove the existing default route
 To Add the correct default route
 To Add other routes


Created from <SR 3-12522461701>

Applies to:

Oracle Communications Diameter Signaling Router (DSR) - Version DSR 7.0.1 and later
Information in this document applies to any platform.

Goal

When connection drops for whatever reason it does not come back up even though the far end is trying to bring it up. Why does it seem that DSR is not responding to INITs sent by far end peer

Solution

After investigation in a maintenance window the problem was reproduced consistently on one specific MP.

Further investigation revealed that the routes on this MP did not match the routes on the other MPs in the Target Set. It also had a different default route. The routes were corrected on this MP as follows:

To Remove the existing default route

Step 1: create route to primary NOAM
This is needed to ensure connectivity to NOAMs after default route is removed. Note, this assumes the NOAM and MP in question are on different XMI Networks.

sudo /usr/TKLC/plat/bin/netAdm add --route=net --address=<NO_Site_Network_ID> --netmask=<NO_Site_Network_Netmask> --gateway=<MP_XMI_Gateway_IP_Address> --device=<MP_XMI_Interface>

E.g., # sudo /usr/TKLC/plat/bin/netAdm add --route=net -–address=w.x.0.0 --netmask=255.252.0.0 --gateway=w.x.y.z --device=bond0.ab

Step 2: Delete default route

sudo /usr/TKLC/plat/bin/netAdm delete --route=default --gateway=<MP_XMI_Gateway_IP> --device=<MP_XMI_Interface>

E.g., # sudo /usr/TKLC/plat/bin/netAdm delete --route=default --gateway=w.x.y.z --device=bond0.ab

To Add the correct default route

Assuming the desired default route is on the XSI (which is where it is expected to be if the default route on the XMI is being removed), go to  the Active Primary NOAM and add the new route under

Main Menu: Configuration -> Network -> Routes

Click "Insert" then add the appropriate Route

To Add other routes

If other routes need to be added on the XSI network then the GUI should be used as mentioned in the previous section.

If routes need to be added on the XMI network it is recommended that they be done on the command line.

E.g., # sudo /usr/TKLC/plat/bin/netAdm add --route=net -–address=c.d.e.0 --netmask=255.255.255.0 --gateway=w.x.y.z --device=bond0.ab

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback