![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Technical Instruction Sure Solution 2165286.1 : Diameter Signaling Router DSR) - Message Processor (MP) Connection Will Not Restore
In this Document
Created from <SR 3-12522461701> Applies to:Oracle Communications Diameter Signaling Router (DSR) - Version DSR 7.0.1 and laterInformation in this document applies to any platform. GoalWhen 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 SolutionAfter 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 routeStep 1: create route to primary NOAM 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 routeAssuming 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 routesIf 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 |
||||||||||||||||||||
|