Cisco Cisco Prime Central 1.5 Installation Guide

Page of 94
Step 2
Login to sql prompt as sysdba:
sqlplus / as sysdba
Step 3
Enter the following query @ sql prompt:
alter system set sga_max_size=8G scope=spfile;
Step 4
Come out of sql prompt and oracle user using exit command.
Step 5
Switch to the primeusr to restart emdbctl and portalctl (Oracle Database) with the following commands:
su - primeusr
portalctl stop
emdbctl --stop
emdbctl --start
portalctl start
Step 6
Come out of primeusr user using exit command.
Step 7
Switch again to Oracle User to increase db_cache size:
su - oracle
Step 8
Login to sql prompt as sysdba:
sqlplus / as sysdba
Step 9
Enter the following query @ sql prompt:
alter system set db_cache_size=4G;
Step 10
Come out of sql prompt and oracle user using exit command.
Configuring Applications as Suite Components
You can integrate an existing installation of the following applications with Prime Central:
• Cisco InTracer
• Prime Network, including the Prime Network integration layer
• Prime Optical, including the Prime Optical integration layer
• Prime Performance Manager
• Prime Provisioning
This section assumes that you have already installed the application in standalone mode, and now you want it to join the Prime Carrier
Management suite.
Integration Process
When you install an individual application, it contains the following files, which the Prime Central portal and Prime Central integration
layer require to identify and route to the application:
• DMIntegrator.sh—Wrapper script to invoke the API to register the application with the Prime Central platform.
53