Installing FTM in silent mode
The FTM repository file, ftm_repo.zip, contains the following
sample response files:
/silent/ftm_install.rsp [to install FTM]
/silent/ftm_uninstall.rsp [to uninstall FTM]These
sample files must be adapted to your environment before they can be used.To install FTM in silent mode:
- Extract and copy the response file for silent installation (silent/ftm_install.rsp) to a temporary directory and ensure that you have write permissions to the response file.
- Edit the response file:
- To set the installation repository, locate the following tag and replace
FTM Repository locationwith the full path and name of the FTM installation package (Installation Manager repository):<repository location='FTM Repository location'/> - To set the FTM installation directory, locate the following tags and replace
FTM Installation directorywith your installation directory:<profile id='IBM Financial Transaction Manager' installLocation='FTM Installation directory'><data key='eclipseLocation' value='FTM Installation directory'> - To set the IBM® Installation Manager shared resources directory, locate the following tag and
replace
IIM Shared resources locationwith the correct directory:<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='IIM Shared resources location'/>
- To set the installation repository, locate the following tag and replace
- Save the response file.
- View the license agreement by using the following IBM Installation Manager
command:
whereimcl viewLicense com.ibm.fxh.v3213 -repositories <FTMrepodir>/ftm_repo.zip<FTMrepodir>is the directory where the FTM repository file is installed. - To start IBM Installation Manager in silent mode, from the directory that contains the response
file, issue the following command on a single line:
imcl -input ftm_install.rsp -acceptLicense -log log/ftm_install.log