Installation Manager を使用したサイレント・インストール

IBM® Installation Manager をサイレント・モードで使用して、Rational® Engineering Lifecycle Manager を無人インストールすることができます。 これを行うには、インストール・プロセス中に必要なコマンドと入力を含む応答ファイルを作成する必要があります。

始める前に

Installation Manager をインストールしてください。

手順

  1. Rational Engineering Lifecycle ManagerLifecycle Query Engineをサイレント・インストールするための応答ファイルを記録します。 応答ファイルは XML 文書であり、この文書に以下のフォーマットで設定を定義します。
    <preference
    	name = "the key of the preference"
    	value = "the value of the preference to be set">
    </preference>
    詳しくは、サイレント・インストールの設定キー (Silent installation preference key)を参照してください。
    1. コマンド行で、Installation Manager の eclipse サブディレクトリーに移動します。
      • Windows の場合cd C:\installation_directory\InstallationManager\eclipse
      • Linux の場合cd /InstallationManager/eclipse
    2. コマンドを実行して、Rational Engineering Lifecycle Manager インストール用の relm_response.xml 応答ファイルを記録します。 応答ファイルは response_files ディレクトリー内に作成されます。 このコマンドには、-skipInstall agentDataLocation 引数を指定してください。この引数によって、製品をインストールすることなく、インストール用のコマンドが記録されます。agentDataLocation は、空の新規ディレクトリーでなければなりません。入力したファイル パスが存在することを確認してください。Installation Manager では、応答ファイル用のディレクトリーを作成しません。エージェント・データのロケーションについて詳しくは、Installation Manager の資料を参照してください。
      • Windows の場合IBMIM.exe -record C:\response_files\relm_response.xml -skipInstall C:\skip_install\RELM
      • Linux の場合./IBMIM -record /response_files/relm_response.xml -skipInstall /skip_install/RELM
    Installation Manager の開始ページで、リポジトリーのロケーションを指定します。「ファイル」 > 「設定」をクリックし、次に「リポジトリー」をクリックします。「リポジトリー」ページには、使用可能なリポジトリーとそれらの場所、および、それらが接続されているかどうかが表示されます。リポジトリーを追加する方法については、リポジトリーの指定についての説明を参照してください。
  2. 応答ファイルを変更します。
  3. Installation Manager がインストールされているディレクトリーに移動し、以下のサイレント・インストール・コマンドを実行します。
    • Windows の場合imcl.exe input C:\response_files\relm_response.xml -log C:\InstallLogs\relm_silent_install_log.xml -acceptLicense
    • Linux の場合./imcl input /response_files/relm_response.xml -log /InstallLogs/relm_silent_install_log.xml -acceptLicense

フィードバック