You configure the JDBC to connect to a database and increase default cache settings. JDBC, an API for the Java programming language, defines how a client accesses a database by providing querying methods and updating database data.
Follow these steps:
gm_install/CA/RCM/Server/eurekify-jboss/server/eurekify/deploy/
<connection-url>jdbc:oracle:thin:@rac:1521/RCMDB1</connection-url>
<connection-url>jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)
(ADDRESS=(PROTOCOL=TCP)(HOST=rac1-vip.localdomain) (PORT=1521))
(ADDRESS=(PROTOCOL=TCP)(HOST=rac2-vip.localdomain) (PORT=1521))
(CONNECT_DATA=(SERVICE_NAME=RCMDB1)))</connection-url>
The JDBC URL values define Oracle RAC database cluster rac1-vip and rac2-vip.
jboss_install\server\all\farm\eurekfiy.war\WEB-INF\classes\
/eurekify.war/WEB-INF/classes
Defines the maximum number of elements stored in cache memory.
We recommend that you set this field using the following formula:
maxElementsInMemory = total number of entities * 3
For example, if you have one universe with 500,000 users and 500,000 roles, set maxElementsInMemory to 3,000,000 elements.
If you have two universes, each with 500,000 users and 500,000 roles, set maxElementsInMemory to 6,000,000 elements.
The CA GovernanceMinder cache limits are reset.
You have configured the JDBC. You now verify a successful CA GovernanceMinder installation.
Copyright © 2014 CA.
All rights reserved.
|
|