WebSphere Application Server Version 6.1 Feature Pack for Web Services   
             オペレーティング・システム: AIX , HP-UX, i5/OS, Linux, Solaris, Windows, Windows Vista

             目次と検索結果のパーソナライズ化

install.txt

Update Installer for WebSphere Software は、オプション応答ファイルを使用して、コマンド行インターフェースから 保守パッケージをインストールすることができます。

[AIX HP-UX Linux Solaris Windows] Update Installer for WebSphere Software ウィザードはオプション・ファイルを読み取って、インストールの選択を決定します。 アップデート・インストーラーは、グラフィカル・ユーザー・インターフェースを表示しないで、 サイレント・モードで保守パッケージをインストールします。

[i5/OS] Update Installer for WebSphere Software ウィザードはオプション・ファイルを読み取って、インストールの選択を決定します。 アップデート・インストーラーはサイレント・モードで保守パッケージをインストールします。

[AIX HP-UX Linux Solaris Windows] install.txt ファイルは、サービス・アップデートをインストールするためのバックアップ・ファイルを識別する 1 つのディレクティブを持っています。 ファイルのコメントには、ストリング値を設定する方法が記載されています。

応答ファイルのロケーション

[AIX HP-UX Linux Solaris Windows] サンプルのオプション応答ファイルは、install.txt と呼ばれます。 ファイルは、WebSphere ソフトウェア製品のインストール・ルート・ディレクトリー内に Update Installer for WebSphere Software をインストールすると、updi_root/responsefiles ディレクトリー内に 入っています。

[i5/OS] サンプルのオプション応答ファイルは、install.txt と呼ばれます。 ファイルは、最新の WebSphere Application Server for i5/OS のグループ PTF を 適用するか、あるいは、Update Installer for WebSphere Software をインストールすると、updi_root/responsefiles ディレクトリー内に入っています。

サイレント・インストール

[AIX HP-UX Linux Solaris Windows] オプション・ファイルは、サイレントにインストールするとき、Update installer wizard への値を提供します。 ウィザードはオプション・ファイルを読み取って応答を判断しますが、 グラフィカル・ユーザー・インターフェースは表示しません。

[i5/OS] オプション・ファイルは、Update installer wizard への値を提供します。

[AIX HP-UX Linux Solaris Windows] 以下のコマンドは、myresponsefile.txt という名前のオプション・ファイルのコピーを使用して、 サイレント・インストール時にインストール・オプション応答を提供します。
./update.sh -options "responsefiles/myresponsefile.txt" -silent
[AIX HP-UX Linux Solaris Windows] -silent オプションを使用しない場合、ウィザードは応答ファイルを使用して グラフィカル・インターフェースの初期値を提供します。
./update.sh -options "responsefiles/myresponsefile.txt"
[i5/OS] 以下のコマンドは、myresponsefile.txt という名前のオプション・ファイルのコピーを使用して、 サイレント・インストール時にインストール・オプション応答を提供します。
update -options responsefiles/myresponsefile.txt
-silent パラメーターは更新スクリプトで既に定義されているので、 指定する必要はありません。

応答ファイル・ユーザー・エントリー妥当性検査

サイレント・インストールでは、応答ファイル妥当性検査はインストール内へコード化されます。 妥当性検査がパスしない場合は、 app_server_root/logs/update/tmp ディレクトリー内のログ・ファイルに失敗が記録されます。

インストールされるべき保守パッケージのロケーション
デフォルトのディレクティブ設定
-W maintenance.package=""
有効な設定
[AIX HP-UX Linux Solaris Windows] このディレクティブを PAK ファイルの保守パッケージのロケーションに設定しなければなりません。 例えば、Linux システム上に以下のロケーションを指定できます。
/opt/IBM/WebSphere/AppServer/updateinstaller/maintenance/PQ20029.pak
[i5/OS] このディレクティブを保守パッケージの PAK ファイルのロケーションに設定できます。 この設定値を指定しない場合は、最新のタイム・スタンプを持つ updi_root/maintenance にある保守パッケージがデフォルトになります。例えば、APAR PQ20029 の iFix をインストールする場合は、以下のロケーションを指定できます。
/qibm/proddata/WebSphere/AppServer/updateinstaller/maintenance/PQ20029.pak
エラー ID:
  • 保守パッケージ maintenance_package_name は、既にシステム上に インストールされています。
  • 選択された製品は、サポートされていません。
  • 構成は失敗しました。 失敗した構成アクションは configuration_action でした。
  • 現行の保守をターゲット製品にインストールする前に、以下の前提条件 APAR をインストール します: list_ of_ prerequisite_ maintenance_ packages_ to_ install
  • 現在インストールしようとしているパッケージをインストールする前に、以下の前提条件保守パッケージ をインストールします: list_ of_ prerequisite_ maintenance_ packages_ to_ install
  • 現行の保守をターゲット製品に適用する前に、以下の APAR を アンインストールします: list_ of_ prerequisite_ maintenance_ packages_ to_ uninstall
  • 現行の保守をターゲット製品に適用する前に、以下の保守パッケージを アンインストールします: list_ of_ prerequisite_ maintenance_ packages_ to_ uninstall
  • the_update_installer の正しいバージョンを配置することができません。 バージョン version_identifier を探しています。
  • Maintenance_package は有効な保守パッケージではありません。
製品ロケーション
デフォルトのディレクティブ設定
-W product.location="SPECIFY_PRODUCT_INSTALL_LOCATION_HERE"
有効な設定
[AIX HP-UX Linux Solaris Windows] このディレクティブを、製品のインストール・ルート・ディレクトリーに設定してください。 例えば、Linux システム上に以下のロケーションを指定できます。
/opt/IBM/WebSphere/AppServer2
[i5/OS] このディレクティブを、アップデートする製品のインストール・ルート・ディレクトリーに設定してください。 例えば、以下のロケーションを指定できます。
/qibm/proddata/WebSphere/AppServer2
エラー ID:
  • 保守パッケージ maintenance_package_name は、既にシステム上に インストールされています。
  • 選択された製品は、サポートされていません。
  • 構成は失敗しました。 失敗した構成アクションは configuration_action でした。
  • 現行の保守をターゲット製品にインストールする前に、以下の前提条件 APAR をインストール します: list_ of_ prerequisite_ maintenance_ packages_ to_ install
  • 現在インストールしようとしているパッケージをインストールする前に、以下の前提条件保守パッケージ をインストールします: list_ of_ prerequisite_ maintenance_ packages_ to_ install
  • 現行の保守をターゲット製品に適用する前に、以下の APAR を アンインストールします: list_ of_ prerequisite_ maintenance_ packages_ to_ uninstall
  • 現行の保守をターゲット製品に適用する前に、以下の保守パッケージを アンインストールします: list_ of_ prerequisite_ maintenance_ packages_ to_ uninstall
  • the_update_installer の正しいバージョンを配置することができません。 バージョン version_identifier を探しています。
  • Maintenance_package は有効な保守パッケージではありません。
  • Alternate_product_directory は、既存のディレクトリーとして検証できませんでした。

使用上の注意

install.txt ファイルの例

[AIX HP-UX Linux Solaris Windows] Update Installer for WebSphere Software Zip ファイル内に含まれているファイルのバージョンを編集します。 以下の例は、実際のファイルの正確な表現であることが保証されていません。

[i5/OS] 以下の例は、実際のファイルの正確な表現であることが保証されていません。

[AIX HP-UX Linux Solaris Windows]
################################################################################
#
# This is the silent install response file for installing maintenance packages
# using the update installer.
# 
# A common use of an options file is to run the wizard in silent mode. This lets
# the options file author specify wizard settings without having to run the
# wizard in graphical or console mode. To use this options file for silent mode
# execution, *uncomment* and modify the parameters defined within.
#
# Use the following command line when running the wizard from the update 
# installer directory:
# 
#    update -options responsefiles/install.txt -silent
#
# Please enclose all values within a single pair of double quotes.
#
################################################################################


################################################################################
#
# Used to input the maintenance package full filename specification to be installed. 
# Edit as appropriate.
#
# ie. -W maintenance.package="C:¥Program Files¥IBM¥WebSphere¥AppServer¥updateinstaller¥maintenance¥PQ20029.pak"
#
# Note: If no package is specified, a default of the last downloaded maintenance 
# package will be used (based on timestamp).
#
#-W maintenance.package=


################################################################################
#
# Used to input the product install location that will be updated.
#
# ie. -W product.location="C:¥Program Files¥IBM¥WebSphere¥AppServer"
#
# Note: The product install location should always been specified, and it should
# always be the full path.
#
-W product.location="<SPECIFY_PRODUCT_INSTALL_LOCATION_HERE>"



################################################################################
#
# Do not edit these values.
#
#
-W update.type="install"
[i5/OS]
################################################################################
#
# This is the silent install response file for installing maintenance packages
# using the update installer.
# 
# A common use of an options file is to run the wizard in silent mode. This lets
# the options file author specify wizard settings without having to run the
# wizard in graphical or console mode. To use this options file for silent mode
# execution, *uncomment* and modify the parameters defined within.
#
# Use the following command line when running the wizard from the update 
# installer directory:
# 
#    update -options responsefiles/install.txt
#
# Please enclose all values within a single pair of double quotes.
#
################################################################################


################################################################################
#
# Used to input the maintenance package full filename specification to be installed. 
# Edit as appropriate.
#
# ie. -W maintenance.package="/qibm/proddata/WebSphere/AppServer/updateinstaller/maintenance/PQ20029.pak
"
#
# Note: If no package is specified, a default of the last downloaded maintenance 
# package will be used (based on timestamp).
#
#-W maintenance.package=""


################################################################################
#
# Used to input the product install location that will be updated.
#
# ie. -W product.location="/qibm/proddata/WebSphere/AppServer"
#
# Note: The product install location should always been specified, and it should
# always be the full path.
#
 -W product.location=""


################################################################################
#
# Do not edit these values.
#
-W update.type="install"



参照トピック    

ご利用条件 | フィードバック

最終更新: Jan 21, 2008 4:10:06 PM EST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.wsfep.multiplatform.doc/info/ae/ae/rins_updi_install61.html