サイレント・インストール中または GUI のインストール中に、応答ファイルを使用して IIP をインストールして、インストール・オプションを提供できます。応答ファイル以外に、コマンド行に特定のパラメーターを提供することもできます。インストールを構成するには、インストール・コマンドを実行する前に、 応答ファイル内のオプションを変更します。
サンプルのオプション応答ファイルは responsefile.iip.installer.sample.txt と呼ばれ、IIP_home/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># ################################################################################