このトピックでは、Update Installer for WebSphere Software を使用し、サイレント・インストール・オプションを指定して 複数の保守パッケージをインストールする方法について説明します。 このフィーチャーは、WebSphere Application Server、 および同じ WebSphere Application Server ホーム・ディレクトリー内にインストールされている すべてのスタック製品の保守をインストールすることができます。製品スタックの推奨保守を自動的に 選択し、保守パッケージの適切なインストールのソート順を判別することができます。 例えば、複数のフィーチャー・パックがインストールされ、 それぞれの製品に対して推奨される修正パッケージおよび暫定修正がある場合、 アップデート・インストーラーは、この保守が適用できるかどうかを判断して、 それらを正しい順序でインストールします。これにより、適切な順序でインストールが行われます。
ターゲット・システムに、アップデート・インストーラーの最新バージョンをローカルにインストールする必要があります。
アップデート・インストーラー・プログラムは、更新する製品のインストール時に使用したユーザー ID によるものを使用してください。
そうでない場合、ファイルの所有権の不一致により、root ユーザー
による修正の必要が生じる場合があります。
詳しくは、アップデート・インストーラーでインストールする際のルートまたは非ルートの使用
を参照してください。
アップデート・インストーラー・プログラムは、特殊権限 *ALLOBJ を持つユーザー・プロファイルから使用してください。
アップデート・インストーラーが、サイレント・インストーラーにより 複数の保守パッケージをインストールするために使用する応答ファイルのサンプルを、以下に示します。
################################################################################ # # 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. # ################################################################################ ################################################################################ # # This section describes how to apply a maintenance package using the full # filename specifications to be installed. # There are three ways you can specify installing a maintenance package. # They are the following: # (Use the examples below and edit where appropriate.) # # 1. Specify a single maintenance package full filename to be installed. # # For example: # -W maintenance.package="C:¥Program Files¥IBM¥WebSphere¥AppServer¥UpdateInstaller¥maintenance¥PQ20029.pak" # # 2. Specify a multiple maintenance package full filename to be installed. # - Use a semicolon to separate the full filename specifications. # - Update Installer will install the latest applicable maintenance in the order listed. # # For example: # -W maintenance.package="C:¥maintenance¥PQ20029.pak;C:¥maintenance¥PK31008.pak;D:¥6.1.0-WS-WAS-WinX32-FP0000001.pak" # # 3. Specify a full folder name that contains the maintenance packages. # Update Installer will install the latest applicable maintenance in the order listed in the folder. # # For example: # -W maintenance.package="D:¥UpdateInstaller¥maintenance" # # Notes: If no package is specified, maintenance packages from the default folder (such as, UpdateInstaller_HOME/maintenance ) # will be installed. # -W maintenance.package="D:¥UpdateInstaller¥maintenance¥6.1.0-WS-WAS-WinX32-FP0000001.pak" ################################################################################ # # Prerequisite Checking # # The update installer checks the system for prerequisites by default. # # Uncomment the following option to notify the installer to continue with # the update and log the warnings even though prerequisite checking # failed. # #-OPT disableNonBlockingPrereqChecking="true" ################################################################################ # # 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="D:¥Program Files¥IBM¥WebSphere¥AppServer" ################################################################################ # # Do not edit these values. # # -W update.type="install"