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-2001078.1
Update Date:2017-02-15
Keywords:

Solution Type  Technical Instruction Sure

Solution  2001078.1 :   EMS :: New Links Of STP Not Updated On CMI  


Related Items
  • Oracle Communications EAGLE (Software)
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec EMS
  •  




In this Document
Goal
Solution


Created from <SR 3-10529752881>

Applies to:

Oracle Communications EAGLE (Software) - Version EMS 43.x and later
Tekelec

Goal

New links have been created on STP but they are not being updated in CMI of EMS
 

Solution

Perform Following steps to resolve the issue:
1: Check if the on demand polling is working.
   1a:Login to FMS and run script for Graphics Update, Inventory Update
   1b:Check in logfile if the script has run and the output is there

2: Check if there is adequate space in DB and in /u01

df -hk

3: Create space in /u01 by deleting old measurement and logs data

find /u01/app/netboss/local/STP/csvoutput/ -mtime +15 -exec rm -rf {} \;


4: Create new tablespace for NBPRD

Run following script to check NBPRD tablespace utilization:

NBInfo.sh

 

 

NOTE: Ask EMS Support Engineer to Perform this step for you.

 

NOTE: Perform These steps only if you are a support engineer for EMS Product. Not to be performed by customer.

 

sudo /etc/init.d/netboss checkall

sudo /etc/init.d/netboss stopall
sqlplus netboss/netboss @/u01/app/netboss/misc/oracleinfo.sql; cat /u01/app/netboss/tmp/tmpfile1.txt
sqlplus netboss/netboss
select * from dba_data_files where tablespace_name='NBPRD';
alter tablespace NBPRD add datafile '/u05/oradata/NBPRD/nbprd02.dbf' size 4000M;
select * from dba_data_files where tablespace_name='NBPRD';
exit
sudo /etc/init.d/netboss start





5: Check on demand polling to see if the links are now updated.


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