Sample response file
A response file is an XML file that contains the data that
is required to complete installation operations silently. IBM® Installation Manager uses response
files to complete installation operations silently for a license server,
license server administrator and reporting tool, and license server
administration agent.
Sample response file for installing a license server
You can use the sample response file to install a license server. You must modify the parameter values for your installation environment. You can record a response file by recording preferences and installation actions in the graphical user interface of Installation Manager. Alternatively, you can create a response file manually by using the documented list of response file commands and preferences. You can use one response file to install, update, or uninstall multiple products. For more information about response files, see response file section in the Installation Manager IBM Knowledge Center. For instructions to create a response file, see Creating a response file manually.<?xml version="1.0" encoding="UTF-8"?>
<!--The "acceptLicense" attribute has been deprecated. Use "-acceptLicense" command line option to accept license agreements.-->
<agent-input acceptLicense='true'>
<server>
<!-- Use this responcese file to install IBM Installation Manager(IM) and IBM Rational License Key Server(RLKS).
- Place this file under RLKS media ../disk1/InstallerImage.../
- Issue command accordingly to install IM and RLKS silently.
If IBM Installation Manager is already installed
- Edit below repository location to point a RLKS media (i.e) .../disk1
- Use IM command line to execute the installation silently
- Information about installing a package silently using IM, goto
"https://www.ibm.com/support/knowledgecenter/SSDV2W/im_family_welcome.html and search for the Silent Response file installation"-->
<repository location='.'/>
<repository location='..'/>
</server>
<!--Provide the complete path to install directory in 'installLocation' attribute -->
<profile id='IBM Rational RLKS' installLocation='/opt/IBM/RationalRLKS'>
<!--Provide same path as 'installLocation -->
<data key='eclipseLocation' value='/opt/IBM/RationalRLKS'/>
<data key='user.import.profile' value='false'/>
<!--Provide the language code for additoinal transalations to be installed -->
<data key='cic.selector.nl' value='en'/>
<!-- Provide the complete path to a valid license file in 'value' -->
<data
key='user.com.ibm.rcl.rlks.licenseFilePath,com.ibm.rational.license.key.server.aix.ppc'
value='/license/licenseFile.lic'/>
<!-- Provide a valid port number in 'value' -->
<data
key='user.com.ibm.rcl.rlks.portNumber,com.ibm.rational.license.key.server.aix.ppc'
value='27000'/>
</profile>
<install modify='false'>
<offering features='agent_core,agent_jre' id='com.ibm.cic.agent'/>
<offering id='com.ibm.rational.license.key.server.hpux.itanium' profile='IBM Rational RLKS'
features='com.ibm.rational.license.key.server.feature' installFixes='none'/>
</install>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/opt/IBM/IBMIMShared'/>
<preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/>
<preference name='com.ibm.cic.common.core.preferences.readTimeout' value='45'/>
<preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/>
<preference name='offering.service.repositories.areUsed' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/>
<preference name='http.ntlm.auth.kind' value='NTLM'/>
<preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/>
<preference name='PassportAdvantageIsEnabled' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/>
<preference name='com.ibm.cic.agent.ui.displayInternalVersion' value='false'/>
<preference name='com.ibm.cic.common.sharedUI.showErrorLog' value='true'/>
<preference name='com.ibm.cic.common.sharedUI.showWarningLog' value='true'/>
<preference name='com.ibm.cic.common.sharedUI.showNoteLog' value='true'/>
</agent-input>
Sample response file for installing a license server administration and reporting tool, and administration agent
You can use the sample response file to install a license server administration and reporting tool, and administration agent. You must modify the parameter values for your installation environment. The metadata to create a response file for Linux x86 platform is as follows:<?xml version="1.0" encoding="UTF-8"?>
<!--The "acceptLicense" attribute has been deprecated. Use "-acceptLicense" command line option to accept license agreements.-->
<agent-input acceptLicense='true'>
<server>
<repository location='/root/reji/RLKS_ADMIN/disk1'/>
<repository location='/root/reji/RLKS_ADMIN_AGENT/disk1'/>
</server>
<profile id='IBM RLKS Administration Agent' installLocation='/opt/IBM/RCL/RLKSAdminAgent'
<data key='eclipseLocation' value='/opt/IBM/RCL/RLKSAdminAgent'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.os' value='linux'/>>
<data key='cic.selector.arch' value='x86_64'/>
<data key='cic.selector.ws' value='gtk'/>>
<data key='user.rcl.server.admin.agent.license.server.log.location,com.ibm.rcl.install.server.admin.agent' value='/opt/IBM/RationalRLKS1/logs/lmgrd.log'/>>
<data key='user.rcl.server.admin.agent.license.server.location,com.ibm.rcl.install.server.admin.agent' value='/opt/IBM/RationalRLKS1/bin'/>
<data key='user.rcl.server.admin.agent.license.server.type,com.ibm.rcl.install.server.admin.agent' value='FLEX'/>
<data key='user.rcl.server.admin.agent.license.file.location,com.ibm.rcl.install.server.admin.agent' value='/opt/IBM/RationalRLKS1/config/server_license.lic'/>
<data key='cic.selector.nl' value='en'/>
</profile>
<install modify='false'>
<offering id='com.ibm.rcl.install.server.admin.agent' version='8.1.4000.20130704_0458'
profile='IBM RLKS Administration Agent' features='feature.rcl.server.admin.agent' installFixes='none'/>
<offering id='com.ibm.rcl.install.server.admin' version='8.1.4000.20130708_0628'
profile='IBM RLKS Administration and Reporting Tool' features='feature.rcl.server.admin.app' installFixes='none'/>
</install>
<profile id='IBM RLKS Administration and Reporting Tool' installLocation='/opt/IBM/RCL/RLKSAdmin'>
<data key='eclipseLocation' value='/opt/IBM/RCL/RLKSAdmin'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.os' value='linux'/>
<data key='cic.selector.arch' value='x86_64'/>
<data key='cic.selector.ws' value='gtk'/>
<data key='user.rcl.hostinfo.name' value='islrpbeixv39'/>
<data key='user.rcl.hostinfo.ipv4' value='9.124.102.73'/>
<data key='user.rcl.hostinfo.ipv6' value='::'/>
<data key='user.com.ibm.team.install.jfs.appserver.tomcat.disable' value='false'/>
<data key='user.com.ibm.team.install.jfs.app.jazz.context-root' value='jts'/>
<data key='user.com.ibm.team.install.jfs.app.admin.context-root' value='admin'/>
<data key='user.com.ibm.team.install.zip.creation' value='true'/>
<data key='cic.selector.nl' value='en'/>
</profile>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/opt/IBM/IBMIMShared'/>
<preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/>
<preference name='com.ibm.cic.common.core.preferences.readTimeout' value='45'/>
<preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/>
<preference name='offering.service.repositories.areUsed' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/>
<preference name='http.ntlm.auth.kind' value='NTLM'/>
<preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/>
<preference name='PassportAdvantageIsEnabled' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/>
<preference name='com.ibm.cic.agent.ui.displayInternalVersion' value='false'/>
<preference name='com.ibm.cic.common.sharedUI.showErrorLog' value='true'/>
<preference name='com.ibm.cic.common.sharedUI.showWarningLog' value='true'/>
<preference name='com.ibm.cic.common.sharedUI.showNoteLog' value='true'/>
</agent-input>
Change the following data key
value to install on other computer.<repository location='/root/reji/RLKS_ADMIN/disk1'/>
<repository location='/root/reji/RLKS_ADMIN_AGENT/disk1'/>
- user.rcl.server.admin.agent.license.server.log.location,com.ibm.rcl.install.server.admin.agent
- user.rcl.server.admin.agent.license.server.location,com.ibm.rcl.install.server.admin.agent
- user.rcl.server.admin.agent.license.server.type,com.ibm.rcl.install.server.admin.agent
- user.rcl.server.admin.agent.license.file.location,com.ibm.rcl.install.server.admin.agent