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 zur Installation von Installation Manager verwendet. Sie können Installation Manager als Administrator oder in einem Modus ohne Administratorrechte 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

Nachdem Sie Installation Manager unbeaufsichtigt installiert haben, können Sie mithilfe von Installation Manager oder des Installation Manager-Installationsprogramms Pakete unbeaufsichtigt installieren.

Standardinstallationsposition ändern

Sie können die Standardposition für Installation von Installation Manager ändern. Ändern Sie dazu die Antwortdatei install.xml.

Informationen zu diesem Vorgang

Das Installation Manager-Installationsprogramm verwendet eine Standardantwortdatei für die Installation des Installation Manager-Installationsprogramms. Sie können die Datei ändern, um die Standardinstallationsposition zu ändern.

Vorgehensweise

  1. Wechseln Sie in das Verzeichnis InstallerImage_Plattform.
  2. Suchen Sie die Antwortdatei install.xml.
  3. Ändern Sie die Position für die Installation von Installation Manager, indem Sie Profilinformationen hinzufügen und mithilfe der Attribute data key und value die Installationsposition angeben. 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