movetask 命令将任务移至任务列表中的另一位置。任务位置确定您同时运行所有任务时各个任务的运行顺序。您可以使用 listtask 命令来显示任务顺序。命令名不区分大小写。
为了便于您阅读,以下命令语法分行显示。您在输入命令和选项时,请勿换行。
configmgr_cl movetask -task task_type | -taskfile task_file_name -position new_position -profile myprofile [-silent][-force][-help]
选项 | 配置文件 | 描述 |
---|---|---|
configurebootstrap | configurebootstrap.xml configurebootstrap.n.xml,其中 n 是起始于 2 的整数 |
移动用于在应用程序服务器上配置 Content Engine 引导设置的任务。在创建全局配置数据以及启动 Content Engine 时,都需要引导信息。 如果生成第二个引导配置文件,那么该文件将被命名为 configurebootstrap.2.xml。对于您生成的每个新文件,文件名都将递增。 |
configurejdbcgcd | configurejdbcgcd.xml |
移动特定的任务,该任务用于配置与 Content Engine 所使用的全局配置数据 (GCD) 数据库的 JDBC 连接的设置。 |
configurejdbcos | configurejdbcos.xml configurejdbcos.n.xml,其中 n 是起始于 2 的整数 |
移动特定的任务,该任务用于配置与 Content Engine 所使用的单一对象存储库数据库的 JDBC 连接的设置。 如果生成第二个对象存储库 JDBC 配置文件,那么该文件将被命名为 configurejdbcos.2.xml。对于您生成的每个新文件,文件名都将递增。 |
configureldap | configureldap.xml configureldap.n.xml,其中 n 是起始于 2 的整数 |
移动特定的任务,该任务用于配置与用于认证 Content Engine 用户的目录服务器的连接。 (仅限于 WebSphere® Application Server 或 Oracle WebLogic Server)如果生成第二个 LDAP 配置文件,那么该文件将被命名为 configureldap.2.xml。对于您生成的每个新文件,文件名都将递增。 如果生成第二个 LDAP 配置文件,那么该文件将被命名为 configureldap.2.xml。对于您生成的每个新文件,文件名都将递增。 JBoss Application Server 不支持多个 LDAP 任务。 |
configureloginmodules | configureloginmodules.xml | 移动用于为 Content Engine 应用程序配置登录模块的任务。 |
deployapplication | deployapplication.xml | 移动用于在应用程序服务器上部署 Content Engine 应用程序的任务。 |
对于指定的 task_type,如果只存在一个任务文件,那么 -taskfile task_file_name 参数是可选的。
对于指定的 task_type,如果存在多个任务文件,那么必须指定 -taskfile task_file_name 参数。如果指定了 -taskfile task_file_name 参数,那么可以省略 -task task_type 参数。
configmgr_cl movetask -taskfile configurejdbcos.3.xml -position 1 -profile wstdb2
configmgr_cl movetask -task configureoginmodules -position 5 -profile wstdb2
configmgr_cl movetask -help