Part V: Configuring Rational Integration Tester Agent

  1. Review installed itemsThe following are the example of the typical directories are created an populated under the installation directory RITagent
  1. Verify the storage of user filesRational Integration Tester Agents will create a .rit8 in the user’s home directory to store project and it’s configuration information. In a successful installation of the RIT you will typically see the .rit8 in the user home directory (IE: /home/user-name/.rit8) with the following configuration for the library manager settings, recently used project lists, individual project details, project workspace properties and schema propertieslsrit8
  1. Running Integration tester Agent on LINUX/UNIXThere are two ways to run the Rational Integration tester Agent
    1. Run the agent script in the top-levl of the installation directory
    2. Run the agent as a service by including the scrip to be included in an init script that runs at boot time

Part III: An example of my Rational Test Workbench’s response file for the silent install

 Click here to download my IBM Rational Test Workbench’s sample response file
<?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=”/root/download/RTW_SETUP/” />
  <repository location=”/root/download/RIT_SETUP/disk1” />
  <repository location=”/root/download/RTCP_SETUP/disk1” />
  <repository location=”/root/download/RITPP_SETUP/disk1” />
  </server>
<profile id=”IBM Rational Integration Tester” installLocation=”/opt/IBM/RationalIntegrationTester“>
  <data key=”eclipseLocation” value=”/opt/IBM/RationalIntegrationTester” />
  <data key=”user.import.profile” value=”false” />
  <data key=”cic.selector.os” value=”linux” />
  <data key=”cic.selector.arch” value=”x86_64” />
  <data key=”cic.selector.ws” value=”gtk” />
  <data key=”cic.selector.nl” value=”en” />
  <data key=”user.help.option” value=”remote” />
  <data key=”user.help.url” value=”” />
  </profile>
<install modify=”false“>
  <offering id=”com.ibm.rational.ritw.offering” version=”8.5.0.I20130529_1634” profile=”IBM Rational Integration Tester” features=”main.feature” installFixes=”none” />
  <offering id=”com.ibm.rational.ritpp.offering” version=”8.5.0.I20130529_1634” profile=”IBM Rational Integration Tester Platform Pack” features=”ip.feature,jdbc.feature,wmq.zos.feature,rtcp.ant.client.feature,ctg.feature,cics.feature,jva.feature,jbi.feature” installFixes=”none” />
  <offering id=”com.ibm.rational.rtcp.offering” version=”8.5.0.I20130529_1634” profile=”IBM Rational Test Control Panel” features=”main.feature” installFixes=”none” />
  </install>
<profile id=”IBM Rational Integration Tester Platform Pack” installLocation=”/opt/IBM/RIT-Platform“>
  <data key=”eclipseLocation” value=”/opt/IBM/RIT-Platform” />
  <data key=”user.import.profile” value=”false” />
  <data key=”cic.selector.os” value=”linux” />
  <data key=”cic.selector.arch” value=”x86_64” />
  <data key=”cic.selector.ws” value=”gtk” />
  <data key=”cic.selector.nl” value=”en” />
  <data key=”user.RTCP_url” value=”http://localhost.localdomain:7819/RTCP” />
  </profile>
<profile id=”IBM Rational Test Control Panel” installLocation=”/opt/IBM/RationalTestControlPanel“>
  <data key=”eclipseLocation” value=”/opt/IBM/RationalTestControlPanel” />
  <data key=”user.import.profile” value=”false” />
  <data key=”cic.selector.os” value=”linux” />
  <data key=”cic.selector.arch” value=”x86_64” />
  <data key=”cic.selector.ws” value=”gtk” />
  <data key=”cic.selector.nl” value=”en” />
  <data key=”user.help.option” value=”remote” />
  <data key=”user.help.url” value=”” />
  <data key=”user.workspacePath,com.ibm.rational.rtcp.offering” value=”/var/rtcp” />
  <data key=”user.networkPort,com.ibm.rational.rtcp.offering” value=”7819” />
  <data key=”user.oslcHostname,com.ibm.rational.rtcp.offering” value=”http://localhost.localdomain” />
  <data key=”user.defaultDomain,com.ibm.rational.rtcp.offering” value=”” />
  <data key=”user.securityConfig,com.ibm.rational.rtcp.offering” value=”#RTCP security configuration #Wed Oct 16 18:12:25 CEST 2013 credentialsStore=FILE” />
  </profile>
  <preference name=”com.ibm.cic.common.core.preferences.eclipseCache” value=”/opt/IBM/IBMIMShared” />
  <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” />
  <preference name=”com.ibm.cic.common.sharedUI.showErrorLog” value=”true” />
  <preference name=”com.ibm.cic.common.sharedUI.showWarningLog” value=”true” />
  <preference name=”com.ibm.cic.common.sharedUI.showNoteLog” value=”true” />
  </agent-input>