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. ターゲット・システムに、アップデート・インストーラーの最新バージョンをローカルにインストールする必要があります。
  2. 必要な暫定修正、暫定フィーチャー、またはテスト修正パッケージを 公式の IBM サポート Web サイトから updi_root/maintenance ディレクトリーにダウンロードします。
  3. 実行中のすべてのプロセスが停止されていることを確認します。
  4. [i5/OS] ホスト・サーバーのジョブが iSeries サーバーで開始されている ことを検証します。ホスト・サーバーのジョブによって、インストール・ コードが iSeries 上で実行されます。
    CL コマンド行に次のコマンドを入力します。
    STRHOSTSVR SERVER(*ALL)
  5. 応答ファイルを編集します。応答ファイルの例は、この文書の下部にあります。
    1. 製品のロケーションを応答ファイルに追加する必要があります。
    2. 応答ファイルで、保守をインストール する選択を指定します。
    3. パッケージを検出可能な保守ロケーションを応答ファイルに追加します。 パッケージが含まれるディレクトリー名を入力します。

      応答ファイルでは、インストールが必要なパッケージが含まれる暫定修正、 暫定フィーチャー、またはテスト修正のディレクトリーを指示します。

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

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

    以下に例を示します。

    [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"
  7. ログを調べて、保守が正常に適用されたことを確認します。 このログは、app_server_root/logs/update/maintenance_package.install にあります。

結果

以下のいずれかの結果がログに表示されます。
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.1-WS-WAS-IFPK21009.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"



関連タスク
保守パッケージのインストール
関連資料
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_silifixpk.html