IBM Enterprise Records, Version 5.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.exe listTasks [-task task_type] 
-profile myprofile [-debug] [-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.
-profile profile_path
The -profile profile_path parameter specifies the full directory path to the profile being listed such as
C:\Program Files\IBM\EnterpriseRecords\configure\profiles\
WASWebApplicationDeploymentProile\
or the relative path to the Profiles folder.
-debug
The -debug parameter enables logging for the command.
Restriction: This parameter is not supported on HP-UX installations.
-help
The -help displays the command help.

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 CL_JBnewTextWebApplicationDeploymentProfile directory:
configmgr_cl.exe listTasks -profile "C:\Program Files\IBM\EnterpriseRecords
\configure\profiles\CL_JBWebApplicationDeploymentProfile"
A message like the following example is displayed:
All tasks in profile CL_JBWebApplicationDeploymentProfile.  
The tasks will be executed in the positions indicated when executing 
all tasks:
Task 1:
        Name: Configure Web Application
        Type: configureWebApplication
        File: configureWebApplication.xml
Task 2:
        Name: Deploy Web Application
        Type: deployWebApplication
        File: deployWebApplication.xml
Task 3:
        Name: Redeploy AE or XT Web Application
        Type: redeployApplicationEngineOrWorkplaceXT
        File: redeployApplicationEngineOrWorkplaceXT.xml
Display the help for the listtasks command.
The following command displays the help for the listTasks command:
configmgr_cl.exe listTasks -help


Feedback

Last updated: August 2011


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