每次检查一项配置任务的完成状态
您可以从命令行检查单一任务的状态。
过程
要检查配置任务的状态,请执行下列操作:
- 将当前目录切换到 ce_install_path/tools/configure,其中 ce_install_path 是 Content Platform Engine 软件的安装位置。
- 运行下列其中一个命令。在输入命令时,请不要换行。
- 通过一个 configurepricingmodel 任务来检查某个概要文件中 configurepricingmodel.xml 文件的状态:
configmgr_cl checkstatus -task configurepricingmodel -profile myprofile
- 通过一个 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_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"。
- 通过一个 configurepricingmodel 任务来检查某个概要文件中 configurepricingmodel.xml 文件的状态:
- 根据需要重复执行前一步骤,以检查其他某个配置 XML 文件的状态。
结果
最近一次更新时间: 2016 年 3 月
p8pin175.htm
© Copyright IBM Corporation 2013, 2016.