安装带长主机名的“仪表板客户机”

使用启动板在 Windows® 平台上安装仪表板客户机时,要求短主机名的最大长度为 9 个字符,才能成功地安装 Portal PTF 5102。

可是,如果您需要使用长于 9 个字符的主机短名称,您可以手工执行 WebSphere® Application Server 的静默安装。通过将单元名称的格式更改为只包含主机短名称,您可以提供最多为 19 个字符的主机短名称。当使用概要选项文件来运行静默安装时,用户可以配置单元名称。
注: 可以使用“启动板”来安装所有剩余的仪表板客户机必备软件。
完成以下步骤,手工执行 WebSphere Application Server 静默安装:
  1. <Monitor_Install_Root>\WAS\WAS\responsefile.nd.txt 文件复制到临时目录 <Temp_Dir>(例如,c:\temp)。<Temp_Dir> 必须是标准的。
  2. 编辑 responsefile.nd.txt 的副本,并将以下行更改为这些值:

    -W silentInstallLicenseAcceptance.value="true"

    -P wasProductBean.installLocation="C:\IBM\WebSphere\AppServer"

    -W profileUpdateWarningPanelWizardBean.active="false"

    -P samplesProductFeatureBean.active="false"

    -W pctresponsefilelocationqueryactionInstallWizardBean.fileLocation = "<Temp_Dir>/responsefile.pct.NDstandAloneProfile.txt"

  3. <Monitor_Install_Root>\WAS\WAS\responsefile.pct.NDstandAloneProfile.txt 文件复制到临时目录 <Temp_Dir>。
  4. 编辑 responsefile.pct.NDstandAloneProfile.txt 的副本,并将以下行更改为这些值:

    -W profilenamepanelInstallWizardBean.profileName="dashboard"

    -W profilenamepanelInstallWizardBean.isDefault="true"

    -P installLocation="C:\IBM\WebSphere\AppServer\profiles\dashboard"

    -W nodehostnamepanelInstallWizardBean.nodeName="Node01"

    -W nodehostnamepanelInstallWizardBean.hostName="您的主机短名称的长度最多为 19 个字符"

    -W setnondmgrcellnameinglobalconstantsInstallWizardBean.value="您的主机短名称 - 请取消对该行的注释"

    -W winservicepanelInstallWizardBean.winServiceQuery="true"

    -W winservicepanelInstallWizardBean.accountType="localsystem"

    -W winservicepanelInstallWizardBean.userName="YOUR_USER_NAME - 填写该值"

    -W winservicepanelInstallWizardBean.password="YOUR_PASSWORD - 填写该值"

  5. 打开一个命令窗口,并将目录更改为 <Monitor_Install_Root>\WAS\WAS\
  6. 使用以下调用,运行 WebSphere Application Server 静默安装:

    install -options "<Temp_Dir>\responsefile.nd.txt" -silent


Copyright IBM Corporation 2005, 2006. All Rights Reserved.