Installation Manager のサイレント・インストール

Installation Manager をサイレント・インストールするには、Installation Manager インストーラーを使用します。

Installation Manager のインストールには、Installation Manager インストーラーを使用します。Installation Manager は、管理者モードでも非管理者モードでもインストールできます。Installation Manager をインストールするには、以下の例に従ってください。

  1. Installation Manager インストーラーを unzip します。Installation Manager キットが、次のサイトから使用できます: http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v7/im/。 インストールするバージョン番号 (143/ など) を選択して、zips ディレクトリーを選択します。
  2. InstallerImage_platform サブディレクトリーに切り替えます。
  3. 次のいずれかのコマンドを入力します。
    • Windows で管理者としてインストールする場合: installc.exe -log <ログ・ファイルのパスと名前>。例: installc.exe -log c:¥mylogfile.xml
    • Windows で非管理者としてインストールする場合: userinstc.exe -log <ログ・ファイルのパスと名前>。例: userinst.exe -log c:¥mylogfile.xml
    • 他のプラットフォームで管理者としてインストールする場合: ./installc -log <ログ・ファイルのパスおよび名前>。例:./installc -log /root/mylogs/mylogfile.xml
    • 他のプラットフォームで非管理者としてインストールする場合: ./userinstc -log <ログ・ファイルのパスおよび名前>。例: ./userinstc -log /root/mylogs/mylogfile.xml
Installation Manager をサイレント・インストールすると、Installation Manager または Installation Manager インストーラーを使用してパッケージをサイレント・インストールすることができます。

デフォルトのインストール・ロケーションの変更

install.xml 応答ファイルを変更して、Installation Manager をインストールするデフォルトのロケーションを変更することができます。

Installation Manager インストーラーは、デフォルトの応答ファイルを使用して Installation Manager インストーラーをインストールします。このファイルを変更して、デフォルトのインストール・ロケーションを変更できます。
  1. InstallerImage_platform ディレクトリーに移動します。
  2. 応答ファイル install.xml を見つけます。
  3. プロファイル情報を追加し、data key および value 属性を使用してインストール・ロケーションを指定することによって、Installation Manager をインストールするロケーションを変更します。 インストール・ロケーションは、eclipse という名前のディレクトリーでなければなりません。
インストール・ロケーションを C:¥IBM¥InstallationManager に変更するために、デフォルトの install.xml 応答ファイルに変更が行われました。
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>

<!-- add a profile and specify the installation location using the data value attribute. The location must end in ¥eclipse -->
<profile kind='self' installLocation='C:¥IBM¥InstallationManager¥eclipse' id='IBM Installation Manager'>
<data key='eclipseLocation' value='C:¥IBM¥InstallationManager¥eclipse'/>
</profile>

<server>
<repository location='.'/>
</server>

<!-- add the profile information but do not modify the features, id, and version number -->
<install>
<offering profile='IBM Installation Manager' features='agent_core,agent_jre' id='com.ibm.cic.agent' version='1.4.3.20110624_0100'/>
</install>
</agent-input>