If you are using Oracle as the policy and reporting database, you can configure Oracle for high availability using Oracle RAC.Oracle Real Applications Cluster (RAC) is a cluster database based on a shared disc architecture that provides high availability for Oracle databases.
Example: Configuring CA ControlMinder Enterprise Management for High Availability using Oracle RAC
The following example explains how you configure CA ControlMinder Enterprise Management to use Oracle RAC for high availability.
You create a user account on the Oracle RAC server and assign the user privileges to install CA ControlMinder Enterprise Management.
Install and configure the Primary and Secondary Enterprise Management Servers.
Note: Specify the logical name of the Oracle RAC in the Host Name and the shared service name in the Service Name field.
Map the host IP address to the logical name of the Oracle RAC. For example:
11.11.111.11 Node1MachineName 11.11.111.12 Node2MachineName 11.11.111.11 Node1LogicalMachineName 11.11.111.12 Node2LogicalMachineName
JBoss_HOME/server/default/deploy
imauditdb-ds.xml imtaskpersistencedb-ds.xml imworkflowdb-ds.xml objectstore-ds.xml reportsnapshot-ds.xml
<connection-url>jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=off)(FAILOVER=on)(ADDRESS_LIST=(ADDRESS=(protocol=tcp)(host=Node1LogicalMachineName)(port=1521))(ADDRESS=(protocol=tcp)(host= Node2LogicalMachineName)()(port=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=SharedService)))</connection-url>
<check-valid-connection-sql>select 1 from dual</check-valid-connection-sql>
You have configured the Primary and Secondary Enterprise Management Servers.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|