You must use the silent installation process to install Rational® ClearQuest® on
platforms that do not use the GUI.
To silently install Rational ClearQuest:
- If the ESD image is not available through a UNC or NFS path:
- Copy the ESD Image onto the local machine.
- Unzip the ESD image. The path to the ESD image is denoted as esd_image_root.
Note: A DVD image is an ESD image that is unzipped.
- If the ESD image is available through a UNC or NFS path, copy
the file esd_image_root/ product_response_platform.xml onto
a writeable disk.
- Open and read the license agreement files located in esd_image_root/license_agreements. xx indicates
the language of the file. The files are:
- LA_xx
- LI_xx
- non_ibm_license
- notices
- Open the response file, product_response_platform.xml.
- If you agree to the license agreement, change the value for the
acceptLicense key to true.
<agent-input acceptLicense='true'>
- Change the value for the repository location key to 'esd_image_root/diskTag.inf'.
<server>
<repository location='esd_image_root/diskTag.inf'/>
</server>
- Follow the comments within the response file to configure your
product's installation.
- Open the file esd_image_root/InstallerImage_$platform/install.xml.
Find the version key and copy the value. You use this value in the
next step. For example:
<install>
<offering id='com.ibm.rational.clearquest.platform' version='7.1.0.00-7-1-NR-D09MMDD'/>
</install>
- Open the response file. In the <install> command,
update the version attribute for the offering key with the value copied
from the install.xml file. If the version attribute is not listed
for the offering key in the response file, you must add it.
<install>
<offering profile='IBM Rational SDLC'
id='com.ibm.rational.clearquest.platform'
version='7.1.0.00-7-1-NR-D09MMDD'
features='com.ibm.rational.clearquestunix.core,....'/>
</install>
- If IBM Installation Manager is not
installed, you must install it. If an older version of Installation Manager is installed,
it must be upgraded. To install Installation Manager that is
bundled along with the product or to upgrade the current installed
version of Installation Manager,
follow the instructions below.
- Add the repository location for Installation Manager into the
downloaded response file:
<repository location='esd_image_root/InstallerImage_$platform'/>
- Open esd_image_root/InstallerImage_$platform/install.xml
- Copy the install instruction below into your response file:
<install>
<offering features='agent_core,agent_jre'
id='com.ibm.cic.agent'
version='1.3.0.20090211_1046'/>
</install>
- An example of part of a response file after adding the repository
location for Installation Manager:
<server>
<repository location='esd_image_root/diskTag.inf'/>
<repository location='esd_image_root/InstallerImage_$platform'/>
- An example of part of a response file after adding the offering
keys for Installation Manager:
<install>
<offering features='agent_core,agent_jre'
id='com.ibm.cic.agent'
version='1.3.0.20090211_1046'/>
<offering profile='IBM Rational SDLC'
id='com.ibm.rational.clearquest.platform'
version='7.1.0.00-7-1-NR-D09MMDD'
features='com.ibm.rational.clearquestunix.core,....'/>
</install>
- Run the command: esd_image_root/InstallerImage*/install
--launcher.ini esd_image_root/InstallerImage*/silent-install.ini
-silent -input product_response_platform.xml
-log logfile
Note: To display progress
text to the console add -showVerboseProgress to the
command.