您运行任务时,控制台中将显示任务执行消息,您可随时通过运行 checkStatus 命令查看特定任务的状态。通过命令行,您可使用单一命令检查对象库升级概要文件中所有配置任务或单个任务的状态。对完成状态的检查不验证 XML 文件中的信息。
要检查对象库升级概要文件的状态,请完成下列步骤:
- 将当前目录切换到 ier_install_path/configure,其中 ier_install_path 是 IBM® Enterprise Records 软件的安装位置。
- 运行以下命令:
configmgr_cl.exe checkStatus -profile myprofile
其中
-profile myprofile 参数指定要使用的概要文件。例如,对于 Windows 或 UNIX:
"C: \Program Files\IBM\EnterpriseRecords\configure\profiles\
ObjectStoreUpgradeProfile"
或者
"opt/IBM/EnterpriseRecords/configure/profiles/
ObjectStoreUpgradeProfile"
切记: 如果此路径包含带有空格的目录名,请将整个路径用引号引起来。
将显示任务执行状态消息。有关 checkstatus 命令的更多信息,请参阅本主题末尾的链接。