Chapter 2. Installing WebSphere Application Server on distributed systems 41
Details about available arguments can be obtained using the following command:
IBMIM -help
Example 2-5 shows the command string to create a response file using the Installation
Manager GUI on a Windows platform. Running these commands launches the GUI wizards
where you select the appropriate repositories and packages, and then click Install to begin
the simulation and recording. To finish generation of the recording, close the Installation
Manager.
Example 2-5 Creating a response file using Installation Manager GUI mode
C:\IBM\InstallationManager\eclipse>IBMIM.exe -skipInstall "c:\temp" -record "c:\
temp\myResponceFile.xml"
To manually create a response file, you can use a sample response file and customize it to
suit your environment. Sample response files are at this website:
http://publib.boulder.ibm.com/infocenter/install/v1r5/index.jsp?topic=/com.ibm.sil
entinstall12.doc/topics/c_sample_response_files.html
Using response files
After you create a response file, you can use it to silently manage a package with Installation
Manager.
To use a response file, start the installation from the command line, and use the input
parameter to pass your response file, as shown in Example 2-6.
Example 2-6 Managing packages with a response file using silent mode
C:\IBM\InstallationManager\eclipse\tools>imcl.exe -acceptLicense -input C:\temp\
myResponceFile.xml -log C:\temp\silentInstall.xml
2.4 Customizing Installation Manager
Installation Manager operations can be customized by setting preferences, defining the way
repositories are configured, and so on. There are also tools to help with troubleshooting and
easy methods of keeping the Installation Manager software up to date.
2.4.1 Installation Manager preferences
You can influence how Installation Manager operates by configuring preferences for
repositories, appearance, files for rollback, help, Internet settings, Passport Advantage
settings, and updates. You can keep the default settings or modify the preferences to suit your
environment.
Important: You must record a response file on the same platform that you plan for the
installation. For example, to install on a computer running Microsoft Windows, you must
record the response file on a computer that runs Windows. If you plan installations for
multiple platforms, you must have a response file for each platform.
Important: Silent installation cannot install packages that are contained on multiple media
disks. Ensure that you are using a single repository location when you use silent mode.