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

             目次と検索結果のパーソナライズ化
             New or updated topic for this feature pack

IIP のインストール応答ファイル

サイレント・インストール中または GUI のインストール中に、応答ファイルを使用して IIP をインストールして、インストール・オプションを提供できます。応答ファイル以外に、コマンド行に特定のパラメーターを提供することもできます。インストールを構成するには、インストール・コマンドを実行する前に、 応答ファイル内のオプションを変更します。

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

サンプルのオプション応答ファイルは responsefile.iip.installer.sample.txt と呼ばれ、IIP_home/iip ディレクトリーにあります。

応答ファイルの使用

応答ファイルを使用したインストール

  1. responsefile.iip.installer.sample.txt ファイルを編集して、インストールに応じた値にカスタマイズします。使用可能なインストールのコマンド行パラメーターおよびその説明については、IIP インストール・オプション を参照してください。
  2. ファイルに、例えば install.txt という名前を付けて保管します。
  3. インストールを開始します。 以下に例を示します。
    [AIX] [HP-UX] [i5/OS] [Linux] [Solaris]
    install -iipResponseFile <IIP_home>/iip/install.txt
    [Windows]
    install -iipResponseFile <IIP_home>/iip/install.txt
  4. インストールを完了したら、成功を表すログを確認します
    • [AIX] [HP-UX] [Linux] [Solaris] IIP_home/iip/logs
    • [Windows] IIP_home¥iip¥logs

デフォルトの IIP 応答ファイルの例

<IIP_HOME>/iip ディレクトリーで、IIP の作成中に生成されたファイルのバージョンを編集します。以下の例は、製品に同梱されているファイルの正確な表現であることが保証されていません。
################################################################################
# IBM Installation Factory for WebSphere Application Server V6.1 IIP installation options file
#
# This lets the options file author specify IIP options without having to specify
# them on the command line.  To use this options file, uncomment and modify the
# parameters defined within, and rename the file to install.txt, for example.
#
# Use the following command to install the IIP:
# 
#    install -iipResponseFile=<IIP_HOME>/install.txt
#
# Enclose all values that contain spaces within a single pair of single quotes.
# Otherwise, no quotes are required.
#
################################################################################

################################################################################
# 
# Run the IIP without showing the IIP GUI.
# -iipNoGUI

################################################################################
# 
# Show the IIP GUI when the IIP is invoked.
# -iipShowGUI

################################################################################
# 
# Used to pass options into the IIP upon invocation.
# 
# For example, install -iipNoGUI -iipOptionSet=IBM_WAS_AS -OPT installLocation='C:¥Program Files¥newinstall' -options D:¥WAS¥responseFile.txt -silent
#
# Enclose all values that contain spaces within a single pair of single quotes.
# Otherwise, no quotes are required.
#
#-iipOptionSet=<Invocation_ID>

################################################################################
# 
# Used to disable the specified contributions to run during this invocation of the IIP.
# The IDs are comma-delimited.
#
# -iipDisable=<Invocation_ID1>,<Invocation_ID2>,...

################################################################################
# 
# Used to specify the logging and tracing options.
#
# -iipLogfile=<Log file location>
# -iipLoglevel=<off|severe|warning|error|info|config|all>
# -iipTracefile=<Trace file location>
# -iipTracelevel=<off|fine|finer|finest|all>

################################################################################
# 
# Used to specify the user type and pass corresponding options into the invocation.
#
# -iipUserType=<root|nonroot>#
################################################################################



参照トピック    

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

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