-1

我正在安装 Workload-Scheduler,这是通过 IBM Installation Manager 完成的。我需要在安装结束之前停止安装管理器以进行调试。我怎样才能做到这一点?

4

1 回答 1

0
  • 使用下面描述的属性修改 IM 的 log.properties(通常在 C:\ProgramData\IBM\InstallationManager\logs 中)。

  • 使用 IBMIMc.exe 而不是 IBMIM.exe 从命令行打开 IM,否则这些选项无效。

log.properties 示例:

InstallOperation=DEBUG InstallOperation/pause.after=install:com.ibm.tws.agent.windows..com.ibm.tws.agent.windows.deployagentwin64:zip:2 InstallOperation/pause.on_error=true com.ibm.tws=调试

这允许在执行 twsinst 之前解压缩代理后阻止安装,因此可以即时修改代理文件并继续安装。

另一个在一开始就阻止安装的例子:

InstallOperation/pause.before=pre_install_configure:com.ibm.tws.tdwb.unix..com.ibm.tws.tdwb.unix.definehelpvariables:invoke

选项:

安装操作/pause.on_error=true

如果出现错误,则导致 IM 停止。要重新启动 IM,您应该在启动 IBMIMc.exe 的命令行窗口中按 Enter。在同一窗口中,日志中的条目显示在命令行窗口中

于 2017-05-24T09:50:16.703 回答