Installation Manager unbeaufsichtigt installieren

Mit dem Installation Manager-Installationsprogramm können Sie Installation Manager unbeaufsichtigt installieren.

Informationen zu diesem Vorgang

Das Installation Manager-Installationsprogramm wird verwendet, um Installation Manager zu installieren. Sie können Installation Manager als Administrator oder im Nicht-Administratormodus installieren. Gehen Sie analog zum Beispiel unten vor, um Installation Manager zu installieren.

Vorgehensweise

  1. Laden Sie die aktuelle Version von Installation Manager von http://www.ibm.com/support/entry/portal/All_download_links/Software/Rational/IBM_Installation_Manager herunter.
  2. Dekomprimieren Sie das Installation Manager-Installationsprogramm.
  3. Wechseln Sie in das Unterverzeichnis InstallerImage_Plattform.
  4. Geben Sie einen der folgenden Befehle ein:
    • Für die Installation als Administrator unter Windows: installc.exe -log Pfad_und_Name_der_Protokolldatei -acceptLicense. Beispiel: installc.exe -log c:\mylogfile.xml -acceptLicense.
    • Für die Installation als Nicht-Administrator unter Windows: userinstc.exe -log Pfad_und_Name_der_Protokolldatei -acceptLicense. Beispiel: userinstc.exe -log c:\mylogfile.xml -acceptLicense.
    • Für andere Plattformen als Administrator: installc -log Pfad_und_Name_der_Protokolldatei -acceptLicense. Beispiel: installc -log /root/mylogs/mylogfile.xml -acceptLicense.
    • Für andere Plattformen als Nicht-Administrator: userinstc -log Pfad_und_Name_der_Protokolldatei -acceptLicense. Beispiel: userinstc -log /root/mylogs/mylogfile.xml -acceptLicense.

Ergebnisse

Nach der unbeaufsichtigten Installation von Installation Manager können Sie Installation Manager oder das Installation Manager-Installationsprogramm verwenden, um Pakete unbeaufsichtigt zu installieren.

Standardinstallationsposition ändern

Sie können die Standardposition für die Installation von Installation Manager ändern, indem Sie die Antwortdatei install.xml modifizieren.

Informationen zu diesem Vorgang

Das Installation Manager-Installationsprogramm verwendet eine Standardantwortdatei, um sich selbst zu installieren. Sie können die Datei modifizieren, um die Standardinstallationsposition zu ändern.

Vorgehensweise

  1. Wechseln Sie in das Verzeichnis InstallerImage_Plattform.
  2. Suchen Sie die Antwortdatei install.xml.
  3. Sie können das Installationsverzeichnis von Installation Manager durch Hinzufügen von Profilinformationen und die Verwendung der Attribute data key und value modifizieren. Die Installationsposition muss ein Verzeichnis namens eclipse sein.

Beispiel

Es wurden Änderungen an der Standardantwortdatei install.xml vorgenommen, um die Installationsposition in C:\IBM\InstallationManager zu ändern.
<?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.2.0.20080624_0100'/>
</install>
</agent-input>

Feedback