Content Platform Engine, Version 5.2.1              

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 Platform Engine settings affected by the task.
Table 1. task_type values
Option Configuration files Description
omitted

configurebootstrap.xml

configurepricingmodel.xml

configurejdbcgcd.xml

configurejdbcos.xml

configurejdbcos.n.xml

configureldap.xml

configureldap.n.xml

configureloginmodules.xml

deployapplication.xml

Where n is an integer greater than or equal to 2

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

configurepricingmodel

configurepricingmodel.xml

Lists the task for choosing the licenses for IBM® FileNet® Content Manager or IBM Content Foundation, IBM Case Foundation, and IBM Case Manager.

configurebootstrap

configurebootstrap.xml

Lists the task for configuring the settings for the Content Platform Engine bootstrap and text extraction on the application server. The bootstrap information is needed for creating the global configuration database and for starting Content Platform Engine.
configurejdbcgcd

configurejdbcgcd.xml

Lists the task for configuring the settings for the JDBC connections to the global configuration database database used by Content Platform Engine.

configurejdbcos

configurejdbcos.xml

configurejdbcos.n.xml, where n is an integer greater than or equal to 2

Lists the task for configuring the settings for the JDBC connections to a single object store database used by Content Platform 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 greater than or equal to 2

Lists the tasks for configuring the connection to the directory server for authenticating Content Platform 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 Platform Engine application.

deployapplication deployapplication.xml Lists the task for deploying the Content Platform 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 Platform 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: Choose Licenses
        Type: configurepricingmodel
        File: configurepricingmodel.xml
Task 2:
        Name: Configure GCD JDBC Data Sources
        Type: configurejdbcgcd
        File: configurejdbcgcd.xml
Task 3:
        Name: Configure Object Store JDBC Data Sources
        Type: configurejdbcos
        File: configurejdbcos.xml
Task 4:
        Name: Configure Login Modules
        Type: configureloginmodules
        File: configureloginmodules.xml
Task 5:
        Name: Configure LDAP
        Type: configureldap
        File: configureldap.xml
Task 6:
        Name: Configure Bootstrap and Text Extraction
        Type: configurebootstrap
        File: configurebootstrap.xml
Task 7:
        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


Last updated: March 2016
p8pia058.htm

© Copyright IBM Corporation 2013, 2016.