10 About Installation and Removal

Overview

Introduction

This chapter provides information about the installed components for the Oracle Communications Convergent Charging Controller application described in this guide. It also lists the files installed by the application that you can check for, to ensure that the application installed successfully.

Installation and Removal Overview

Introduction

For information about the following requirements and tasks, see Installation Guide:

  • Convergent Charging Controller system requirements
  • Pre-installation tasks
  • Installing and removing Convergent Charging Controller packages

SMCB packages

An installation of Short Message Charging Bundle includes the following packages, on the:

  • SMS:
  • smcbSms
  • SLC:
  • smcbScp

Checking the Installation

Checking smcbScp installation

Once the installation is complete, refer to this checklist to ensure that installation has been successful.

Step Action
1

Use SQLPLUS as the smf oracle user to check 3 database tables are created, by typing:

select table_name from all_tables where table_name like
‘CCS_SMCB%’;
2 Check /IN/service_packages/SMCB/smcbScp.install.log for errors.
3

Check the following entries are placed in /IN/service_packages/ACS/etc/acs.conf (1)

  • ServiceEntry (CCS_SM_MO,cC,nN,dD,dD,ccsSvcLibrary.so) # Added by smcbScp (1)
  • ServiceEntry (CCS_SM_MT,dD,cC,dD,dD,ccsSvcLibrary.so) # Added by smcbScp (1)
  • ServiceEntry (REVERSE_CCS_SM_MT,cC,cC,dD,dD,ccsSvcLibrary.so) # Added by smcbScp (1)
  • MacroNodePluginFile smcbMacroNodes.so # Added by smcbScp (1)
4

Check /IN/service_packages/SLEE/etc/SLEE.cfg contains the following entries (1):

  • SERVICEKEY=INTEGER 11 SM_MO #Added by smcbScp (1)
  • SERVICEKEY=INTEGER 12 SM_MT #Added by smcbScp (1)
  • SERVICEKEY=INTEGER 13 R_SM_MT #Added by smcbScp (1)
  • SERVICE=SM_MO 1 slee_acs CCS_SM_MO #Added by smcbScp (1)
  • SERVICE=SM_MT 1 slee_acs CCS_SM_MT #Added by smcbScp (1)
  • SERVICE=R_SM_MT 1 slee_acs(1) REVERSE_CCS_SM_MT #Added by smcbScp (1)
  • REVERSE_CCS_SM_MT #Added by smcbScp (1)
5 Add the SMCB Macro node configuration to the eserv.config file, as detailed in the smcbMacroNodes section.

Checking smcbSms installation

Once the installation is complete, refer to this checklist to ensure that installation has been successful.

Step Action
1

Use SQLPLUS as the smf oracle user to check 2 database tables are created, by typing:

select table_name from all_tables where table_name like
‘CCS_SMCB%’;
2 Check /IN/service_packages/SMCB/smcbSms install.log for errors.

SMS Reload Procedure

Procedure

Follow these steps to reload (remove and reinstall) the SMCB system.

Step Action
1 Remove SMCB service plans from the CCS Resources->Product Type->Control Plans window.
2 Delete data in ACS Control Plan Editor for all service plans that contain the SMCB Feature Node.
3 Remove the SMCB SMS package (see below for more information).
4 Install the SMCB SMS package (see above for more information).
5 Create the service plans for SMCB in CPE (see below for more information).
6 Select the ACS Control Plan Editor service plan in the CCS Resources->Product Type->Control Plans window.
7 Initialize the ACS Control Plan Editor replication (replicate the data to the SLC).