長いホスト名を使用したダッシュボード・クライアントのインストール

ランチパッドを使用して Windows® プラットフォームにダッシュボード・クライアントをインストールするには、Portal PTF 5102 を正常にインストールするために、短いホスト名の最大長が 9 文字である必要があります。

ただし、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="Your host short name up to 19 characters in length"

    -W setnondmgrcellnameinglobalconstantsInstallWizardBean.value="Your host short name - please uncomment this line"

    -W winservicepanelInstallWizardBean.winServiceQuery="true"

    -W winservicepanelInstallWizardBean.accountType="localsystem"

    -W winservicepanelInstallWizardBean.userName="YOUR_USER_NAME - Fill in this value"

    -W winservicepanelInstallWizardBean.password="YOUR_PASSWORD - Fill in this value"

  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.