Sample response file
You can use the sample response file in this topic to install HCL OneTest™
UI. You must modify the parameter
values for your installation environment. For instructions to create a response
file, see Creating a response file manually.
Response file: A response file is an XML
file that contains the data required to complete installation operations silently. Installation
Manager uses response files to complete
installation operations silently.
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 the response file section in the Installation Manager information center.Sample response file for installing HCL OneTest™ UI
<?xml version='1.0' encoding='UTF-8'?>
<agent-input>
<variables>
<variablename='sharedLocation'value='C:\Program Files\HCL\HCLIMShared'/>
</variables>
<server>
<repositorylocation='C:\HOTUI\Disk1'/>
</server>
<profileid='HCL OneTest'installLocation='C:\Program Files\HCL\HCLOneTest'>
<datakey='cic.selector.arch'value='x86_64'/>
<datakey='user.RPT_MX_VALUE'value='-Xmx4095m'/>
<datakey='user.RPT_MX_VALUE_ORACLE'value='-Xmx4095m'/>
</profile>
<install>
<!-- HCL OneTest™ UI 10.0.2 -->
<offeringprofile='HCL OneTest'id='com.hcl.onetest.ui'version='10.0.2.FTO10_HCL-I20190614_0929'features='com.ibm.rpt.sdpcore,com.ibm.rpt.doc-isv,com.ibm.rst.selenium,com.ibm.rtw.webgui,com.ibm.rtw.rft.integration,com.hcl.openj9.jdk,com.ibm.rft.net2017,com.ibm.rpt.rit.integration'/>
</install>
<preferencename='com.ibm.cic.common.core.preferences.eclipseCache'value='${sharedLocation}'/>
<preferencename='com.ibm.cic.agent.ui.displayInternalVersion'value='true'/>
</agent-input>
Sample response file for upgrading HCL OneTest™ UI
<?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='C:\HOTUI\disk1\'/>
</server>
<profile id='HCL Products' installLocation='C:\Program Files\HCL\HCLOneTest'>
<data key='eclipseLocation' value='C:\Program Files\HCL\HCLOneTest'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.os' value='win32'/>
<data key='cic.selector.ws' value='win32'/>
<data key='cic.selector.arch' value='x86'/>
<data key='user.help.option' value='remote'/>
<data key='user.help.url' value=''/>
<data key='cic.selector.nl' value='en'/>
</profile>
<<install modify='false'>
<offering id='HCL Products' id='com.hcl.onetest.ui' version=''10.0.2.FTO10_HCL-I20190614_092' profile='HCL Products' features='com.ibm.rft.agent,com.ibm.rft.java,com.ibm.rft.net2010' installFixes='none'/>
</install>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='C:\Program Files\HCL\HCLIMShared'/>
<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'/>
</agent-input>
Required parameters to modify
Based on your installation setup, you must edit parameters in your response file. The following tables show the parameters to modify.Attributes | Description |
---|---|
acceptLicense
|
After you read and agree to the license terms, set the acceptLicense attribute value to 'true'. |
repository location |
Specify the path of the HCL OneTest™ UI repository (disk1). |
profile installLocation and
id |
Specify the HCL OneTest™ UI installation location. |
features |
Specify the features that you want to install with the Java
scripting. Possible values:
Note: For information about the features and the prerequisites, see HCL OneTest UI installation features. |