Before installing Rational Quality Manager on a system running the AIX operating system, the following prerequisites must be met:
For an overview of the steps in the Rational Quality Manager installation process, see the Installation roadmap. The roadmap includes links to instructions for installing Rational Quality Manager, setting up a database, setting up WebSphere® Application Server, setting up LDAP, and running the Jazz™ Team Server Setup wizard.
For information about supported browsers and other requirements, see the Detailed System Requirements.
It is also possible to perform a silent install of Rational Quality Manager on AIX. For information about silent installs see Installing silently.
A sample response file that can be used with a silent installation of IBM Rational Quality Manager on AIX is shown below. Replace the included paths with the appropriate paths for your particular installation.
A sample response file that can be used with a silent installation of IBM Rational Quality Manager on AIX is shown below. Replace the included paths with the appropriate paths 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>