removetask 命令从配置概要文件中除去指定的任务。除去任务时,将从概要文件目录中删除配置 XML 文件。命令名不区分大小写。
为了便于您阅读,以下命令语法分行显示。您在输入命令和选项时,请勿换行。
configmgr_cl removetask -task task_type | -taskfile task_file_name -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 连接的设置。您需要为数据库中的每个对象存储库生成、编辑和应用 configurejdbcos 任务设置。 如果生成第二个对象存储库 JDBC 配置文件,那么该文件将被命名为 configurejdbcos.2.xml。对于您生成的每个新文件,文件名都将递增。 |
configureldap | configureldap.xml configureldap.n.xml,其中 n 是起始于 2 的整数 |
配置与用于认证 Content Engine 用户的目录服务器的连接。 (仅限于 WebSphere® Application Server 或 Oracle WebLogic Server)如果生成第二个 LDAP 配置文件,那么该文件将被命名为 configureldap.2.xml。对于您生成的每个新文件,文件名都将递增。 如果概要文件包含多个 configureldap 任务,那么必须指定 -taskfile task_file_name 参数以确定要除去的任务。 |
configureloginmodules | configureloginmodules.xml | (仅限于 WebSphere Application Server 或 JBoss Application Server)为 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 removetask -task configurejdbcos -profile wstdb2jdbc_one
configmgr_cl removetask -taskfile configurejdbcos.2.xml -profile wstdb2jdbc_many
configmgr_cl removetask -taskfile configurejdbcos.2.xml -profile c:\temp\myprofiles\wstdb2jdbc_many
configmgr_cl removetask -help