FileNet P8 Content Engine, 版本 5.0.+              

每次检查一项配置任务的完成状态

您可以从命令行检查单一任务的状态。

要检查配置任务的状态,请完成下列步骤:
  1. 将当前目录切换到 ce_install_path/tools/configure,其中 ce_install_pathContent Engine 软件的安装位置。
  2. 运行下列其中一个命令。在输入命令时,请勿换行。
    • 通过一个 configurejdbcos 任务来检查某个概要文件中 configurejdbcos.xml 文件的状态:
      configmgr_cl checkstatus -task configurejdbcos -profile myprofile
    • 通过多个 configurejdbcos 任务来检查某个概要文件中 configurejdbcos.n.xml 文件的状态:
      configmgr_cl checkstatus -task configurejdbcos -taskfile task_file_name
       -profile myprofile
    • 通过一个 configureldap 任务来检查某个概要文件中 configureldap.xml 文件的状态:
      configmgr_cl checkstatus -task configureldap -profile myprofile
    • 通过多个 configureldap 任务来检查某个概要文件中 configureLDAP.n.xml 文件的状态:
      configmgr_cl checkstatus -task configureldap -taskfile task_file_name
       -profile myprofile
    • 检查 configureloginmodules 任务的 configureloginmodules.xml 文件的状态:
      configmgr_cl checkstatus -task configureloginmodules -profile myprofile
    • 检查 configurebootstrap 任务的状态:
      configmgr_cl checkstatus -task configurebootstrap -profile myprofile

    其中:

    -taskfile task_file_name
    -taskfile task_file_name 参数指定要使用的配置 XML 文件。

    对于指定的 task_type,如果只存在一个任务文件,那么 -taskfile task_file_name 参数是可选的,但请勿将 -task task_type 参数与 -taskfile task_file_name 参数配合使用。

    对于指定的 task_type,如果存在多个任务文件,那么必须指定 -taskfile task_file_name 参数。如果指定了 -taskfile task_file_name 参数,那么可以省略 -tasktask_type 参数。

    -profile myprofile
    -profile myprofile 参数指定要使用的概要文件。myprofile 值可以是下列其中一项:
    • 概要文件的名称,例如 ce_was_tiv_db2。此概要文件必须位于 ce_install_path/tools/configure/profiles 目录中,其中 ce_install_pathContent 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"
  3. 根据需要重复 2,以便检查另外某个配置 XML 文件的状态。
系统将显示任务执行状态消息。


反馈

最近一次更新时间: 2010 年 11 月


© Copyright IBM Corporation 2010.
本信息中心基于 Eclipse 技术。(http://www.eclipse.org)