运行任务时,任务执行消息将显示在控制台中。通过运行 checkStatus 命令,您可以随时查看特定任务的状态。通过命令行,可以检查所有配置任务的状态。还可以使用单个命令来检查“适用于新安装的对象库配置”概要文件中单个任务的状态。检查完成状态不会验证 XML 文件中的信息。
过程
要检查“适用于新安装的对象库配置”概要文件的状态,请执行下列操作:
- 将当前目录切换到 ier_install_path/configure,其中 ier_install_path 是 IBM® Enterprise
Records 软件的安装位置。
- 运行以下命令:
configmgr_cl.exe checkStatus -profile myprofile
其中
-profile myprofile 参数指定要使用的概要文件。例如,对于 Windows、AIX、HP-UX、Linux 或 Solaris:
"C:\Program Files\IBM\EnterpriseRecords\configure\profiles\
ObjectStoreConfigurationProfile"
或者
"opt/IBM/EnterpriseRecords/configure/profiles/
ObjectStoreConfigurationProfile"
切记: 如果此路径包含带有空格的目录名,请将整个路径用引号引起来。