Reusing a TIBCO Configuration Tool Configuration

After you have saved a configuration file, you can run an Ant script to reuse the configuration.

Prerequisites

Install and configure Ant on the target machine.
You can run TIBCO Configuration Tool and reuse the configuration on a different machine and operating system, if you edit the properties files to account for the following differences between the originating machine and the target machine.
  • Machine name
  • ActiveMatrix installation location
  • ActiveMatrix runtime configuration data location
  • ActiveMatrix enterprise name
  • Operating system
Because all the property files specify the machine name, you must always replace the source machine name with the target machine name.
Note: A script that TIBCO Configuration Tool generates only works for the same minor version, even if you install other versions later. For example, if you generate a script in 3.2.x, that script uses the 3.2.x features and cannot use 3.3.x features even if 3.3.x is installed. See Modifying Scripts from Earlier Releases.

Procedure

  1. Make the required changes in the property files.
  2. If using SSL, edit integration_create_admin_data.xml and update the value of the keyStoreLocation attribute in the KeyStoreResource target element.
  3. Open a command line window in the folder that has the properties file for the configuration you want to reuse. For example, open CONFIG_HOME/tct/pd/<timestamp>/scripts.
  4. Run ant [-logfile logfilename] –f build.xml end-to-end register-pd-services. The actions occur in the following subfolders:
    Option Description
    tpclshells Adds plug-ins to TIBCO_HOME\components\shared\1.0.0\plugins.
    tibcohost Creates the tibcohost\hostName data folder, where hostName is the name you specified for the TIBCO Host instance.
    admin Creates the admin\enterpriseName data folder and the tibcohost\hostName data folder, where hostName is the name you specified for the TIBCO Host instance and enterpriseName is the name you specified for the enterprise.
    See Using TIBCO Configuration Tool Scripts and Property Files.