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

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

サイレント・インストールを使用した修正パッケージのインストール

このトピックでは、Update Installer for WebSphere Software を使用し、サイレント・インストール・オプションを指定して修正パッケージをインストールする方法について説明します。

始める前に

ターゲット・システムに、アップデート・インストーラーの最新バージョンをローカルにインストールする必要があります。

[AIX HP-UX Linux Solaris Windows] アップデート・インストーラー・プログラムは、更新する製品のインストール時に使用したユーザー ID によるものを使用してください。 そうでない場合、ファイルの所有権の不一致により、root ユーザー による修正の必要が生じる場合があります。 詳しくは、アップデート・インストーラーでインストールする際のルートまたは非ルートの使用 を参照してください。

[i5/OS] アップデート・インストーラー・プログラムは、特殊権限 *ALLOBJ を持つユーザー・プロファイルから使用してください。

このタスクについて

ターゲット・システムに、アップデート・インストーラーの最新バージョンをローカルにインストールする必要があります。

プロシージャー

  1. 必要な修正パッケージを、公式の IBM サポート Web サイトから updi_root/maintenance ディレクトリーにダウンロードします。
  2. 実行中のすべてのプロセスが停止されていることを確認します。
  3. [i5/OS] ホスト・サーバーのジョブが iSeries サーバーで開始されている ことを検証します。ホスト・サーバーのジョブによって、インストール・ コードが iSeries 上で実行されます。
    CL コマンド行に次のコマンドを入力します。
    STRHOSTSVR SERVER(*ALL)
  4. 応答ファイルを編集します。ペインの下部にあるファイルを例として使用することができます。 応答ファイルのサンプルは、updi_root/responsefiles ディレクトリーにもあります。
    1. 製品のロケーションを応答ファイルに指定します。
    2. 応答ファイルで、保守をインストール する選択を指定します。 例: -W update.type="install"
    3. パッケージを検出可能な保守ロケーションを応答ファイルに追加します。

      修正パッケージをインストールする場合、インストールするパッケージを判別するために特定のロジックが使用されます。 詳しくは、このトピックの下部にある 『アップデート・インストーラーがシステム推奨インストール用に使用するロジック』を参照してください。

  5. アップデート・インストーラーを実行します。

    以下に例を示します。

    [Windows]
    update.bat -silent -options "responsefiles¥file_name"
    [この情報は、Microsoft Windows Vista オペレーティング・システムで稼動するバージョン 6.1.0.9 以降のものにだけ適用されます。]
    update.exe -silent -options "responsefiles¥file_name"
    [AIX] [HP-UX] [Linux] [Solaris]
    ./update.sh -silent -options "responsefiles/file_name"
    [i5/OS]
    update -silent -options "responsefiles/file_name"
  6. ログ・ファイルを調べて保守が正常にインストールされたことを確認します。 このログは、app_server_root/logs/update/maintenance_package.install にあります。 何らかの理由で、保守パッケージがインストールに該当しない場合、 updi_root/logs/tempX にあるログ・ファイルに、障害の理由がリストされます。 最新のログ・ファイル tmpX (X は使用可能な最初の空ディレクトリーを表す) が作成され、この試行されたインストールの状況が反映されます。

結果

以下のいずれかの結果がログに表示されます。
INSTCONFSUCCESS
操作は正常終了しました。
INSTCONFPARTIALSUCCESS
操作は部分的に正常終了しました。詳しくはログを参照してください。
INSTCONFFAILED
操作は失敗しました。詳しくはログを参照してください。

アップデート・インストーラーが、サイレント・インストーラーにより 修正パッケージをインストールするために使用する応答ファイルのサンプルを、以下に示します。

################################################################################
#
# 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.
#
# such as, -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"



関連タスク
保守パッケージのインストール
関連資料
アップデート・インストーラーが、システム推奨のインストール用に使用するロジック
install.txt
タスク・トピック    

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

最終更新: 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/tins_updi_silfixpk.html