This topic explains how to install and configure the parallel
job manager.
Procedure
- Create the database. The DDL files for creating
the PJM database for all the supported databases is located in the install_root\longRunning directory.
Use database-specific instructions to create the PJM database using
the DDL files.
- Create the datasource. Create or select an existing
XA JDBC provider. Create a new datasource with the JNDI name jdbc/parallelJobManager
that points to the database you are using. Ensure that the connection
to the database is successful. From the administrative console, select Resources> JDBC > Data sources > data source. Then, click Test the connection .
- Use the parallelJobManager.py script
to install and configure the PJM.