Cisco Cisco Prime Central 1.5.2 설치 가이드

다운로드
페이지 98
Solution
Problem
As the primeusr, restart the Prime Central portal by
entering the following commands:
portalctl stop
portalctl start
Prime Central Portal GUI is not displayed properly after VM reboot or
after rollback (in case of upgrade failure).
Configuring Prime Carrier Management Suite Scale Setup
Before starting the integration process, perform the Prime Carrier Management suite scale setup.
The following steps are applicable only to Extremely Large scale setups.
Note
Procedure
Step 1
Switch to Oracle User:
su - oracle
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.
54