You restore the connection between CA GovernanceMinder and Oracle RAC databases after a failure. Connection failures can occur when you connect to the SQL database through the CA GovernanceMinder server.
Follow these steps:
Example:
RCMDB1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = oraclusternode1-vip)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = oraclusternode2-vip)(PORT = 1521))
(LOAD_BALANCE = yes)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = RCMDB1
)
)
The tnsnames.ora file is edited, and the Oracle client-server connection is restored.
Do the following:
gm_install/Program Files/CA\RCM/Server/eurekify-jboss/conf
sdb.host=RCMDB1
Note: RCMDB1 is the Oracle RAC database host name.
The eurekify.properties file is edited to define the database host name as the CA GovernanceMinder SDB database.
insert into SAGE_PREFERENCES
(LoginID, PrefGroup, Name, Value)
values
('eurekify.properties', 'eurekify.properties.dynamic', 'sdb.host', 'RCMDB1');
The CA GovernanceMinder and Oracle RAC databases connection is restored.
Copyright © 2014 CA.
All rights reserved.
|
|