FileNet P8 Content Engine, Version 5.0.+              

listtasks command

The listtasks command displays a list of the tasks and the task files in the configuration profile. The command name is not case sensitive.

listtasks command syntax

configmgr_cl listtasks [-task task_type]  -profile myprofile
 [-help]

listtasks command parameters

-task task_type
The -task task_type parameter is optional and indicates which task type to list. The task_type value is not case sensitive. The following table lists the valid task names, the associated configuration XML file, and a description of the Content Engine settings affected by the task.
Table 1. task_type values
Option Configuration files Description
omitted

configurebootstrap.xml

configurebootstrap.n.xml

configurejdbcgcd.xml

configurejdbcos.xml

configurejdbcos.n.xml

configureldap.xml

configureldap.n.xml

configureloginmodules.xml

deployapplication.xml

Where n is an integer starting with 2

If you omit the -task task_type parameter, then all the configuration tasks and the associated task files for the profile are listed.

configurebootstrap

configurebootstrap.xml

configurebootstrap.n.xml, where n is an integer starting with 2

Lists the task for configuring the settings for the Content Engine bootstrap on the application server. The bootstrap information is needed for creating the Global Configuration Data and for starting Content Engine

When you generate a second bootstrap configuration file, it is named configurebootstrap.2.xml. The filename increments for each new file you generate.

configurejdbcgcd

configurejdbcgcd.xml

Lists the task for configuring the settings for the JDBC connections to the Global Configuration Data (CGD) database used by Content Engine.

configurejdbcos

configurejdbcos.xml

configurejdbcos.n.xml, where n is an integer starting with 2

Lists the task for configuring the settings for the JDBC connections to a single object store database used by Content Engine. You must generate, edit, and apply the configurejdbcos task settings for each object store in your database.

When you generate a second object store JDBC configuration file, it is named configurejdbcos.2.xml. The filename increments for each new file you generate.

configureldap

configureldap.xml

configureldap.n.xml, where n is an integer starting with 2

Lists the tasks for configuring the connection to the directory server for authenticating Content Engine users.

(WebSphere® Application Server or Oracle WebLogic Server only) When you generate a second LDAP configuration file, it is named configureldap.2.xml. The filename increments for each new file you generate.

When you generate a second LDAP configuration file, it is named configureldap.2.xml. The filename increments for each new file you generate. You cannot change the filename, but you can edit the value in the file for the name of the task.

JBoss Application Server does not support multiple LDAP tasks.

configureloginmodules configureloginmodules.xml

(WebSphere Application Server or JBoss Application Server only.) Lists the task for configuring the login modules for the Content Engine application.

deployapplication deployapplication.xml Lists the task for deploying the Content Engine application on the application server.
-profile myprofile
The -profile myprofile parameter specifies the profile to use. The myprofile value can be one of the following items:
  • The name of the profile, such as ce_was_tiv_db2. The profile must be located in the ce_install_path/tools/configure/profiles directory, where ce_install_path is the location where the Content Engine software is installed.
  • The absolute path to the profile directory, such as "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2" or opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2.
  • The absolute path to the profile input file, such as "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg" or opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2/ce_was_tiv_db2.cfg.
Remember: If the path includes a directory name with spaces, enclose the entire path in quotation marks. For example, enter "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg".
-help
The -help parameter is optional and displays a brief message on the command syntax instead of running the command.

listtasks command examples

List all the configuration tasks in the profile.
The following command lists all the configuration tasks and the associated configuration XML files in the wstdb2 profile located in the ce_install_path/tools/configure/profiles/wstdb2 directory:
configmgr_cl listtasks -profile wstdb2
A message like the following example is displayed:
All tasks in profile wstdb2.  The tasks will be executed in the 
positions indicated when executing all tasks:
Task 1:
        Name: Configure GCD JDBC Data Sources
        Type: configurejdbcgcd
        File: configurejdbcgcd.xml
Task 2:
        Name: Configure Object Store JDBC Data Sources
        Type: configurejdbcos
        File: configurejdbcos.xml
Task 3:
        Name: Configure Login Modules
        Type: configureloginmodules
        File: configureloginmodules.xml
Task 4:
        Name: Configure LDAP
        Type: configureldap
        File: configureldap.xml
Task 5:
        Name: Configure Bootstrap Properties
        Type: configurebootstrap
        File: configurebootstrap.xml
Task 6:
        Name: Deploy Application
        Type: deployapplication
        File: deployapplication.xml
List all the configurejdbcos tasks in the profile.
The following command lists all the configure JDBC settings for the object store tasks and the associated configuration XML files in the wstdb2 profile located in the ce_install_path/tools/configure/profiles/wstdb2 directory:
configmgr_cl listtasks -task configurejdbcos -profile wstdb2
A message like the following example is displayed:
Tasks in profile wstdb2 of the task type configurejdbcos:
Task name: Configure Object Store JDBC Data Sources
        File: configurejdbcos.xml
Display the help for the listtasks command.
The following command displays the help for the listtasks command:
configmgr_cl listtasks -help


Feedback

Last updated: November 2010


© Copyright IBM Corporation 2010.
This information center is powered by Eclipse technology. (http://www.eclipse.org)