Installation Manager unbeaufsichtigt installieren

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

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.

  1. Dekomprimieren Sie das Installation Manager-Installationsprogramm. Das Installation Manager-Kit ist verfügbar unter: http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v7/im/. Wählen Sie die Versionsnummer aus, die Sie installieren wollen, z. B. 130/, und wechseln Sie dann in das Verzeichnis zips.
  2. Wechseln Sie in das Unterverzeichnis InstallerImage_Plattform.
  3. Geben Sie einen der folgenden Befehle ein:
    • Für die Installation als Administrator unter Windows: installc –-launcher.ini silent-install.ini -log <Pfad und Name der Protokolldatei> Beispiel: installc --launcher.ini silent-install.ini -log c:\mylogfile.xml
    • Für die Installation als Nicht-Administrator unter Windows: userinstc –-launcher.ini user-silent-install.ini -log <Pfad und Name der Protokolldatei> Beispiel: userinstc --launcher.ini user-silent-install.ini -log c:\mylogfile.xml
    • Für andere Plattformen als Administrator: install --launcher.ini silent-install.ini -log <Pfad und Name der Protokolldatei> Beispiel: install --launcher.ini silent-install.ini -log /root/mylogs/mylogfile.xml
    • Für andere Plattformen als Nicht-Administrator: userinst --launcher.ini user-silent-install.ini -log <Pfad und Name der Protokolldatei> Beispiel: userinst --launcher.ini user-silent-install.ini -log /root/mylogs/mylogfile.xml
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.
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.
  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.
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