以静默方式安装 WebSphere eXtreme Scale Client

使用一个根据您的需要专门配置的标准响应文件,或者将参数传递到命令行,以静默方式安装 WebSphere® eXtreme Scale Client

开始之前

关于此任务

静默安装与图形用户界面 (GUI) 版本使用相同的安装程序。然而,与显示向导界面不同的是,静默安装将从您定制的文件或您传递到命令行的参数中读取您的所有响应。请参阅 wxssetup.response.txt 文件 的示例,该示例包括每个选项的描述。

过程

  1. 可选: 如果您选择使用响应文件来安装 WebSphere eXtreme Scale Client,请首先定制 wxssetup.response.txt 文件。
    切记: 必须指定响应文件标准名称。指定相对路径会导致安装失败,并且没有表示发生了错误的指示。
    1. 复制要定制的响应文件。

      对于 WebSphere eXtreme Scale Client,请将 WebSphere eXtreme Scale Client 压缩文件解压缩到硬盘驱动器并查找响应文件。

    2. 在您选择的文本编辑器中打开并编辑响应文件。 上述示例响应文件提供了如何指定每个参数的详细信息。必须指定下列参数:
      • 许可协议
      • 安装目录
      提示: 当您在 WebSphere Application Server 环境中安装 WebSphere eXtreme Scale Client 时,安装程序使用该安装目录来确定现有 WebSphere Application Server 实例的安装位置。如果在包含多个 WebSphere Application Server 实例的节点上进行安装,请明确地定义您的位置。
    3. 运行以下脚本以开始安装。
      对于 WebSphere eXtreme Scale Client 安装:
      ./WXS_Client/install.sh|bat -options C:/drive_path/response_file.txt -silent
      也可以在执行 GUI 安装时使用响应文件。可以将响应文件与 GUI 安装配合使用以调试静默安装中隐藏的问题。对 GUI 安装或静默安装指定 wxssetup.response 文件时,必须使用标准路径。运行以下脚本以使用响应文件来执行 GUI 安装:
      • [Linux][Unix] <install_home>/install.sh -options <full_install_path_required>/wxssetup.response
      • [Windows] <install_home>\install.exe -options c:\<full_install_path_required>\wxssetup.response
  2. 可选: 如果您选择通过将某些参数传递到命令行来安装 eXtreme Scale,请运行以下脚本以开始安装:
    对于 WebSphere eXtreme Scale Client 安装:
    ./WXS_Client/install.sh|bat -silent -OPT silentInstallLicenseAcceptance=true -OPT installLocation=install_location