![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2347354.1 : DSR Installation: NOAM FAST DEPLOYMENT ISSUE
In this Document
Created from <SR 3-16573529321> Applies to:Oracle Communications Diameter Signaling Router (DSR) - Version DSR 7.2.0 and laterInformation in this document applies to any platform. SymptomsAttempts to execute a new install using IPv6 addressing and the DSR Fast Deployment script for NOAMs encountered “Error: Failed to set bridge xmi” and "Error: Failed to edit interface XMI" resulting in script failing. ChangesNew install; using IPv6 rather than IPv4 addressing. CauseTemplates and documentation do not provide direction or accommodation for IPv6 use, although it is supported. SolutionThe DSR_NOAM_FD_RMS.xml and DSR_NOAM_FD_Blade.xml file templates for Fast Deploy contain no guidance about using IPv6 addressing. Most elements in these files are not sensitive between IPv4 and IPv6, however the TPD elements (specifically the <tpdbridges> and <tpdinterfaces> sections) need to have their <address></address> tags replaced with <IPv6address></IPv6address> tags. Example: <address>2405:200:330:A101:101::a8</address>
<netmask>ffff:ffff:ffff:ffff:ffff:ffff:ffff::</netmask> Would be replaced as (with mask summarized): <IPv6address>2405:200:330:A101:101::a8/112</IPv6address>
NOTE: <ipaddress> tags elsewhere in the xml files do not require alteration.
Bugs have been written against DSR documentation and xml templates to correct in a future release. References<BUG:27366165> - ADD ONE STEP TO CONFIGURE IPV6/IPV4 WHEN UPDATE THE DSR FAST DEPLOYMENT TEMPLATE<BUG:27366135> - FAST DEPLOYMENT FDCONFIG TEMPLATE FILES MISS IPV6 FIELDS AND NOTES Attachments This solution has no attachment |
||||||||||||||||||||
|