Previous Topic: Install CA Identity Manager on the WebLogic Cluster

Next Topic: Create a Distributed JMS Server for WebLogic

Configure Managed Nodes

The CA Identity Manager installer installs JAR files on the Administration Server. The managed nodes needs these files, 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 installed CA Identity Manager and you want to add more nodes.

To configure managed nodes

  1. Copy the database JDBC drivers to all other managed nodes. Copy the sqljdbc.jar or ojdbc14.jar from …./tools/lib/jdbcdrivers/ to WL_HOME/server/lib/ on the node.
  2. Log on to a node where you installed Node Manager.
  3. If you have installed Node Manager as a Windows service, it must be disabled first as follows:
    1. Double-click Administrative Tools on the Control Panel.
    2. Double-click the Services icon.
    3. Double-click Oracle WebLogic NodeManager.
    4. Click Stop.
    5. Click Startup type and select Disabled.
  4. On the Admin Server, start WebLogic.
  5. Open the Weblogic Admin Server Administration console:
    1. Navigate to Environment, Servers, Server, Server Start tab.
    2. Fill in Java Home with Sun JDK home location of the JDK shipped with the application server.
    3. Fill in the Java Vendor with Sun.
    4. Verify that the the JAVA ARGUMENT is as follows:
      -Xms256m -Xmx1024m -XX:ReservedCodeCacheSize=50m -XX:MaxPermSize=256m -Djavax.xml.stream.XMLInputFactory=weblogic.xml.stax.XMLStreamInputFactory
      

      If necessary, make changes to this argument if you have non-standard needs.

    5. Click Save.
  6. Log onto the next node and repeat this procedure.