+

Search Tips   |   Advanced Search

Set a JDBC provider for a clustered environment


Use these steps to define a data source on multiple nodes that comprise a cluster.

See the topic, Administrative console scope settings, for more information about scope settings in general.

The cluster scope has precedence over the node and cell scopes. Create a JDBC provider for a cluster if we want the associated data source to:

 

  1. Open the admin console.

  2. Click Resources > JDBC > JDBC Providers.

  3. From the scope drop-down list, select the cluster for which you are creating the JDBC provider. (This scope becomes the scope of any data source that you associate with this provider.)

  4. Click New. This action causes the Create a new JDBC Provider wizard to launch.

  5. Complete the wizard, then click Finish. For details on using this wizard, see the topic, Set a JDBC provider using the admin console.

  6. Click Environment > WebSphere Variables in the admin console.

  7. For each node in the cluster, select the symbolic variable used in the class path of the JDBC provider, and provide a value that is appropriate for the selected node. For example, if the class path of the JDBC provider uses the symbolic variable ${DB2390_JDBC_DRIVER_PATH}, you might supply the value /usr/lpp/db2 on one node and /usr/lpp/db2710 on another node, depending on where the DB2 390 installation is located.

  8. Click DB2_JDBC_DRIVER_PATH (this already exists by default). Here provide the path (in the value field) where db2java.zip exists on the selected node.

  9. Click Apply and save the changes.

    This variable must be defined on each node within the cluster.

 

Next steps

we are now ready to configure the data source. For guidance, refer to the topic, Set a data source using the admin console.

 

Related tasks


Set a JDBC provider
Set a data source

 

Related