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-2282483.1
Update Date:2017-07-03
Keywords:

Solution Type  Technical Instruction Sure

Solution  2282483.1 :   DSR FABR Feature Not Active on One SOAM  


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


Created from <SR 3-15139598351>

Applies to:

Oracle Communications Diameter Signaling Router (DSR) - Version DSR 7.0 and later
Tekelec

Goal

Active SOAM-B does not have FABR feature active and is not populating in the GUI. The FABR is active on NOAM and is working fine on DA-MPs.

Solution

Check the status of FABR on All NOAMs and SOAMs

iqt -Ep MeasVisibility > MeasVisibility_`hostname`
iqt -Ep KPIVisibility > KPIVisibility_`hostname`
iqt -pE DsrApplication > DsrApplication_`hostname`
iqt -Ep MeasRptGroup |grep "DSR Application" > MeasRptGroup_DSRApp_`hostname`
iqt -Ep app_config > app_config_`hostname`
iqt -Ep app_config_perms > app_config_perms_`hostname`
iqt -Ep app_permission_groups > app_permission_groups_`hostname`

Share output of these commands with Oracle Technical Support who will identify course of action for activation of FABR on individual SOAM on which the FABR menu is not available.

For DSR TAC Support Engineers

Identify the tables that need to be updated based upon the output of above commands. On the problematic SOAM use fabrActivateBsourced (/usr/TKLC/dsr/prod/maint/loaders/activate/load.fabrActivateBsourced) as baseline to update the relevant tables. A typical modified script will look like:

#!/bin/bash

################################################################################

# Add common DSR Application measurements for FABR to 'MeasRptGroup' table

echo "Add Common DSR Application measurements for FABR."

iadd -xun -frepgrp -fmeasid MeasRptGroup \
<<'!!!!'
DSR Application Performance|10600
DSR Application Performance|10601
DSR Application Performance|10604
DSR Application Performance|10605
DSR Application Performance|10660
DSR Application Exception|10602
DSR Application Exception|10603
!!!!

iqt -L MeasRptGroup where "measid >= 10600 and measid <= 10605"
iqt -L MeasRptGroup where "measid=10660"

################################################################################
#
# 'app_permission_groups' table
# Loader entries for defining permissions group headers for Fabr
# This entry is added in the Bsourced loader because app_permission_groups is
# a non-replicated table and we want these entries to be present on SO server as well
# Bsourced loader will run on the SO server and will make this entry.

echo "Add FABR GUI Configuration Permissions."

iload -xun -f_appid -fgroup_id -fgroup_name app_permission_groups \
<<'!!!!'
17|7051|FABR Configuration Permissions
!!!!

iqt -L app_permission_groups where "group_name='FABR Configuration Permissions'"

################################################################################

Copy the script to the Active SOAM where the FABR is not activated and run it. (./scriptname)

Then clear the web browser cache and refresh the web page (may wait for several seconds).


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