The CA Identity Manager installer installs JAR files on the Administration Server. These files are needed by the managed nodes, but they are outside the EAR and are not pushed to the nodes. Using this procedure, you copy the JAR files to each managed node and configure the JDBC drivers on each node.
Note: This procedure also applies after you have completely installed CA Identity Manager and you want to add more nodes.
To configure managed nodes
For example: C:\bea\jdk160_05
For example, in a WebLogic 9.2 installation:
E:\bea\patch_weblogic923\profiles\default\sys_manifest_classpath\weblogic_patch.jar; E:\bea\jdk150_12\lib\tools.jar; E:\bea\WEBLOG~1\server\lib\weblogic_sp.jar; E:\bea\WEBLOG~1\server\lib\weblogic.jar; E:\bea\WEBLOG~1\server\lib\webservices.jar; E:\bea\WEBLOG~1\server\lib\ojdbc14.jar; E:\bea\WEBLOG~1\server\lib\sqljdbc.jar;
For example, in a WebLogic 10.3 installation:
C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar; C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar; C:\bea\JDK160~1\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar; C:\bea\WLSERV~1.3\server\lib\weblogic.jar; C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar; C:\bea\WLSERV~1.3\server\lib\webservices.jar; C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar; C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar; C:\bea\WLSERV~1.3\server\lib\ojdbc14.jar;C:\bea\WLSERV~1.3\server\lib\sqljdbc.jar
-server -Xms768m -Xmx768m -XX:MaxPermSize=492m -Djavax.xml.stream.XMLInputFactory=weblogic.xml.stax.XMLStreamInputFactory
set IM_SM_PATH=%WL_HOME%\common\nodemanager\servers\<server>\stage\IdentityMinder\IdentityMinder.ear\library set PATH=%PATH%;%IM_SM_PATH%
IM_SM_PATH=${WL_HOME}/common/nodemanager/servers/<server>/stage/IdentityMinder/IdentityMinder.ear/library
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${IM_SM_PATH}
export LD_LIBRARY_PATH
Note: If IM_SM_PATH is already defined in this file, replace the definition with the Windows or UNIX definition from this step.
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |