You can also perform a silent installation of the Jazz Team Server on AIX. For information about silent installations see Installing silently on the UNIX systems and alsoInstalling silently.
A sample response file that can be used with a silent installation on AIX is shown below. The sample that is included is for installing IBM Rational® Quality Manager. Replace the included paths and IDs with the appropriate ones for your particular installation.
<?xml version="1.0" encoding="UTF-8"?> <agent-input acceptLicense='true'> <server> <repository location='/opt/data/downloads/RQM/RQM_SETUP'/> </server> <profile installLocation='/opt/ibm/QualityManager20' id='IBM Rational Quality Manager 2.0'> <data key='eclipseLocation' value='/opt/ibm/QualityManager20'/> <data key='cic.selector.nl' value='en'/> </profile> <install modify='false'> <offering profile='IBM Rational Quality Manager 2.0' version='2.0.0.20090728_1546' features='com.ibm.rqm.core' id='com.ibm.rational.rqm.2x'/> </install> <preference value='/opt/ibm/IBMIMShared' name='com.ibm.cic.common.core.preferences.eclipseCache'/> <preference value='30' name='com.ibm.cic.common.core.preferences.connectTimeout'/> <preference value='30' name='com.ibm.cic.common.core.preferences.readTimeout'/> <preference value='0' name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount'/> <preference value='true' name='offering.service.repositories.areUsed'/> <preference value='false' name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode'/> <preference value='false' name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication'/> <preference value='true' name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts'/> <preference value='false' name='PassportAdvantageIsEnabled'/> <preference value='false' name='com.ibm.cic.common.core.preferences.searchForUpdates'/> </agent-input>