You configure CA GovernanceMinder with Oracle RAC databases by adding roles, establishing communication, and defining parameters.
Follow these steps:
The CONNECT role provides the create session permission. The RESOURCE role provides several create system privileges, and provides for previous Oracle database compatibility releases.
You modify the tnsnames.ora file by adding your cluster address and port. The Oracle client uses the tnsnames.ora file to connect to the Oracle server. Do the following:
Oracle_home/NETWORK/ADMIN
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
)
)
In this example, your Oracle RAC cluster and port have been defined.
The tnsnames.ora file is edited.
You define the IP addresses and the Oracle RAC host names. Do the following:
gm_install/Windows/System32/drivers/etc
You have updated the hosts file to define the current cluster nodes.
Example: In this example, in the # RAC VIRTUAL INTERFACES section, IP address 10.0.0.82 is defined as rac1-vip.localdomain, and IP address 10.0.0.83 is defined as rac2-vip.localdomain.
###########################################
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
10.0.0.39 ca_gm_linux46.localdomain ca_gm_linux46
# RAC VIRTUAL INTERFACES
10.0.0.82 rac1-vip.localdomain rac1-vip
10.0.0.83 rac2-vip.localdomain rac2-vip
# RAC PUBLIC INTERFACES
10.0.0.182 rac1.localdomain rac1
10.0.0.183 rac2.localdomain rac2
###########################################
Important! When you upgrade from CA GovernanceMinder 12.5 SPx with Oracle RAC, edit this property file after the upgrade process completes.
gm_install/Program Files/CA/RCM/Server/eurekify-jboss/conf/
Note: gm_install is the CA GovernanceMinder installation directory.
sdb.host=RCMDB1
Note: RCMDB1 is the Oracle RAC database service name as defined above.
You have edited the eurekify.properties file to define the database host name as the CA GovernanceMinder SDB database.
Note: Update this property file in each node when you configure CA GovernanceMinder to work in a cluster.
Example:
Specify Oracle SQL Server Information
Oracle Server Host (DEFAULT: rcmlinux46.localdomain): rac1
Oracle Service Name (DEFAULT: ORCL): RCMDB1
Specify Oracle Server port (DEFAULT: 1521):1521
Note: For more information, refer to the CA GovernanceMinder Installation Guide.
alter system set sessions=400 scope=spfile;
alter system set processes=400 scope=spfile;
Database sessions and process parameters are increased.
You have configured CA GovernanceMinder with Oracle RAC databases. You now configure JDBC connectivity.
Copyright © 2014 CA.
All rights reserved.
|
|