Start of changeIBM Content Navigator, Version 2.0.3         

Worksheet for configuring the task manger component

Work with your IBM® Content Navigator administrator to gather the information that you need to configure the task manager connector. The IBM Content Navigator Configuration and Deployment Tool requires that you enter values prepared in advance. The worksheet is a useful place to put these values.

Print this worksheet and enter values as you prepare for your installation.

Use this worksheet when you complete the following configuration and deployment task in the IBM Content Navigator Configuration and Deployment Tool:
  • Configure the task manager connector
Table 1. Parameters required to connect to your task manager environment
Parameter Description Value
JDBC data source name The name of the non-XA JDBC data source that you want to create to communicate with the IBM Content Navigator database. The name must be unique and cannot contain spaces. The default name is ECMClientDS.

You cannot run this task if the data source name exists on your web application server. It is recommended that you remove the existing data source by using your application server administration tools before you run this task.

 
IBM Content Navigator schema name The name that you want to use for the schema when you create the IBM Content Navigator database table. See your database documentation for naming restrictions.

This parameter is the ECMClient_SCHEMA parameter in the database script, DB2_ONE_SCRIPT.sql.

 
Administrator user name The user name of the user that will be the IBM task manager administrator.
Important: This user must be an existing LDAP user name.
 
Adminstrator password The password of the specified IBM task manager administrator.  
Task manager URL

The URL by which other applications can communicate with the IBM task manager component after it is deployed.

The URL has the format: http://host_name:port_number/taskManagerWeb/api/v1

 
Log directory The fully qualified path of the directory on the IBM Content Navigator server where you want to store the log files that are generated by the task manager component.  
Task manager configuration script The fully qualified path of the IBM task manager configuration script, configureWSTMApplication.tcl.
  • On AIX®, the default directory is /opt/IBM/ECMClient/configure/scripts/configureWSTMApplication.tcl.
  • On Linux, the default directory is /opt/IBM/ECMClient/configure/scripts/configureWSTMApplication.tcl.
  • On Linux for System z®, the default directory is /opt/IBM/ECMClient/configure/scripts/configureWSTMApplication.tcl.
  • On Windows, the default directory is C:\Program Files (x86)\IBM\ECMClient\configure\scripts\configureWSTMApplication.tcl.
 
Temporary directory The fully qualified path to a temporary directory that the IBM Content Navigator Configuration and Deployment Tool can use to run the task. You must have read and write access for the directory.

The default directory is the \configure\tmp subdirectory of the IBM Content Navigator installation directory.

It is recommended that you use the default value.

 
Use my existing task manager component database

Select this option if you deployed the task manager component by using and earlier version of IBM Content Navigator and you want to reuse your existing task manager database.

 
End of change