movetask 命令
movetask 命令将任务移至任务列表中的另一位置。任务位置确定您同时运行所有任务时各个任务的运行顺序。您可以使用 listtask 命令来显示任务顺序。命令名不区分大小写。
movetask 命令语法
为了便于您阅读,以下命令语法分行显示。您在输入命令和选项时,请不要换行。
configmgr_cl movetask -task task_type | -taskfile task_file_name
-position new_position -profile myprofile [-silent][-force][-help]
movetask 命令参数
- -task task_type
- -task task_type 参数指示要移动的任务。如果省略了
-taskfile task_file_name 参数,那么必须指定此参数。task_type 的值不区分大小写。下表列示了有效的任务名、与其相关联的配置 XML 文件以及有关该任务所影响的 Content Platform Engine 设置的描述。
表 1. task_type 的值 选项 配置文件 描述 configurebootstrap configurebootstrap.xml
移动特定的任务,该任务用于在应用程序服务器上配置 Content Platform Engine 引导程序和文本抽取的设置。创建全局配置数据库以及启动 Content Platform Engine 时,都需要引导程序信息。 configurepricingmodel configurepricingmodel.xml
移动特定的任务,该任务用于选择IBM® FileNet® Content Manager 或 IBM Content Foundation、IBM Case Foundation 和 IBM Case Manager 的许可证。
configurejdbcgcd configurejdbcgcd.xml
移动特定的任务,该任务用于配置与 Content Platform Engine 所使用全局配置数据库数据库的 JDBC 连接的设置。
configurejdbcos configurejdbcos.xml
configurejdbcos.n.xml,其中 n 是大于或等于 2 的整数
移动特定的任务,该任务用于配置与 Content Platform Engine 所使用的单一对象存储数据库的 JDBC 连接的设置。
如果生成第二个对象存储 JDBC 配置文件,那么该文件将被命名为 configurejdbcos.2.xml。对于您生成的每个新文件,文件名都将递增。
configureldap configureldap.xml
configureldap.n.xml,其中 n 是大于或等于 2 的整数
移动特定的任务,该任务用于配置与用于认证 Content Platform Engine 用户的目录服务器的连接。
(仅限于 WebSphere® Application Server 或 Oracle WebLogic Server)如果生成第二个 LDAP 配置文件,那么该文件将被命名为 configureldap.2.xml。对于您生成的每个新文件,文件名都将递增。
如果生成第二个 LDAP 配置文件,那么该文件将被命名为 configureldap.2.xml。对于您生成的每个新文件,文件名都将递增。
JBoss Application Server 不支持多个 LDAP 任务。
configureloginmodules configureloginmodules.xml 移动用于为 Content Platform Engine 应用程序配置登录模块的任务。 deployapplication deployapplication.xml 移动用于在应用程序服务器上部署 Content Platform Engine 应用程序的任务。 - -taskfile task_file_name
- -taskfile task_file_name 参数指定要使用的配置 XML 文件。
对于指定的 task_type,如果只存在一个任务文件,那么 -taskfile task_file_name 参数是可选的。
对于指定的 task_type,如果存在多个任务文件,那么必须指定 -taskfile task_file_name 参数。如果指定了 -taskfile task_file_name 参数,那么可以省略 -task task_type 参数。
- -positionnew_position
- -positionnew_position 参数指定该项在列表中的新位置。在运行 movetask 命令之前,可以运行 listtasks 以查看概要文件中的任务列表及其位置。
- -profile myprofile
- -profile myprofile 参数指定要使用的概要文件。myprofile 值可以是下列其中一项:
- 概要文件的名称,例如 ce_was_tiv_db2。此概要文件必须位于 ce_install_path/tools/configure/profiles 目录中,其中 ce_install_path 是 Content Platform Engine 软件的安装位置。
- 概要文件目录的绝对路径,例如 "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2" 或 /opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2。
- 概要文件输入文件的绝对路径,例如 "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg" 或 /opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2/ce_was_tiv_db2.cfg。
切记: 如果此路径包含带有空格的目录名,请将整个路径括在引号中。例如,输入 "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg"。 - -silent
- -silent 参数是可选的。如果指定了 -silent,那么将不会在控制台中显示任何提示或参考消息,但会将错误写入日志。故障消息和验证错误消息(例如关于遗漏密码或端口号无效的消息)将根据需要显示。如果您通过运行 execute 命令来运行概要文件中的所有任务,并且指定了 -silent 参数,那么还必须指定 -force 参数。
- -force
- -force 参数是可选的,并且只有在您使用了 -silent 参数时才适用。如果指定了 -force,那么任务的运行过程不会进行暂停以便要求您对验证错误消息(例如关于遗漏密码或端口号无效的消息)作出响应。
- -help
- -help 参数是可选的,它显示有关命令语法的简要消息,而不是运行该命令。
movetask 命令示例
- 移动包含多个 configurejdbcos 任务的概要文件中用于 configurejdbcos.3.xml 文件的任务。
- 以下命令将用于 ce_install_path/tools/configure/profiles/wstdb2
目录中 wstdb2 概要文件的 configurejdbcos.3.xml 文件的任务移至位置 1:
configmgr_cl movetask -taskfile configurejdbcos.3.xml -position 1 -profile wstdb2
- 移动 configureloginmodules 任务。
- 以下命令将 ce_install_path/tools/configure/profiles/wstdb2 目录中
wstdb2 概要文件中的 configureloginmodules 任务从缺省位置(任务 3)移至任务 5:
configmgr_cl movetask -task configureoginmodules -position 5 -profile wstdb2
- 显示 movetask 命令的帮助。
- 以下命令显示 movetask 命令的帮助:
configmgr_cl movetask -help