Installing on platforms that do not use the GUI

You must use the silent installation process to install Rational® ClearQuest® on platforms that do not use the GUI.
These platforms are:

To silently install Rational ClearQuest:

  1. If the ESD image is not available through a UNC or NFS path:
    1. Copy the ESD Image onto the local machine.
    2. 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.
  2. 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.
  3. 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
  4. Open the response file, product_response_platform.xml.
  5. If you agree to the license agreement, change the value for the acceptLicense key to true.

    <agent-input acceptLicense='true'>

  6. Change the value for the repository location key to 'esd_image_root/diskTag.inf'.
    <server>
    <repository location='esd_image_root/diskTag.inf'/>
    </server>
  7. Follow the comments within the response file to configure your product's installation.
  8. 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>
  9. 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>
  10. 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.
    1. Add the repository location for Installation Manager into the downloaded response file:
      <repository location='esd_image_root/InstallerImage_$platform'/>
    2. Open esd_image_root/InstallerImage_$platform/install.xml
    3. 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>
    4. 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'/>
    5. 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>
  11. 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.

Feedback