Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 2 Installation Steps : Installation

Installation
You install TIBCO products with TIBCO Universal Installer. The installer runs on multiple platforms. You can run the installer in GUI mode, console mode, and silent mode.
The following sections describe the installation process in the available installation modes:
GUI Mode
To install this product in GUI mode,
1.
2.
3.
4.
5.
Click the Next button on the Welcome dialog.
6.
Read through the license text when the License Agreement dialog is displayed, select the I Accept The Terms Of The License Agreement radio button and then click the Next button.
7.
On the Installation Profile Selection dialog, select the Typical installation profile from the list on the left to install the following features:
Runtime  Includes the runtime tools for TIBCO ActiveMatrix Adapter for PeopleSoft.
Design  Includes the palette and samples for TIBCO ActiveMatrix Adapter for PeopleSoft.
Documentation  Includes the TIBCO ActiveMatrix Adapter for PeopleSoft documentation. The documentation is installed in the TIB_ADPSFT8_HOME/doc directory.
The following components are not listed but installed by default:
TIBCO Configuration Tool components  These components are required when you compile the PeopleSoft Component Interface Java APIs. The components are installed in the TIB_TCT_HOME directory. To use TIBCO Configuration Tool, in addition to these components, you need to install the tool separately.
TIBCO Configuration Tool is also installed in TIB_TCT_HOME. When you uninstall the tool, do not remove the whole TIB_TCT_HOME directory manually, because by doing this, you will also remove the components of TIBCO Configuration Tool that are specific for TIBCO ActiveMatrix Adapter for PeopleSoft. As a result, when you reinstall TIBCO Configuration Tool and run the tool, it cannot find the components, and fails to launch the configuration. Thus, if you want to uninstall the tool without removing the components for the adapter, follow the instructions in the TIBCO Configuration Tool documentation set.
To customize the profile feature settings, check the Customize Installation checkbox and use the feature tree on the right.
8.
An installation environment isolates product installations. A product installed into an installation environment does not access components in other installation environments. An installation environment consists of a name and path. You can choose a new environment or an existing environment.
Create A New TIBCO_HOME  To install the product into a new installation environment, specify the following properties:
Directory  The directory into which the product is installed. Type a path or click Browse to specify the path or accept the default location.
The path cannot contain special characters such as "*", "#", "?", ">", "<", "%", "&", "$", "`", or "|". The path cannot be the same as the path of an existing environment.
Name  Identifies the installation environment. The name cannot contain special characters such as "*", "?", ">", "<", ":", "|", "/", "\", or quotation marks(").
The name is appended to the name of Windows services created by the installer and is a component of the path to the product in the Windows Start > All Programs menu.
Use An Existing TIBCO_HOME  To install the product into an existing installation environment, select the environment from the drop-down list.
Click the Next button.
9.
On the PSJOA Jar Path dialog, click the Browse button to specify the install location for psjoa.jar, and then click the Next button.
The PeopleSoft Java Object Adapter file (psjoa.jar) is provided with PeopleSoft in the PS_HOME/web/PSJOA directory. This file is different for every version of PeopleSoft.
10.
11.
12.
Click the Finish button to complete the installation process and exit the installer.
Console Mode
To install this product in console mode:
1.
2.
3.
4.
Windows  TIBCOUniversalInstaller.cmd -console
UNIX  ./TIBCOUniversalInstaller-platform_acronym.bin -console
5.
Silent Mode
In silent mode, the universal installer does not prompt for any inputs during installation. Instead, the inputs are read from a response file that can be provided as a command-line parameter. If no value is specified, the installer uses the default TIBCOUniversalInstaller_adpsft8_version_number.silent file.
The TIBCOUniversalInstaller_adpsft8_version_number.silent file is packaged in the directory that contains the universal installer. Edit the file with information for your environment before launching the silent installation. The file includes comments that describe the installation properties you can set. While you can use the TIBCOUniversalInstaller_adpsft8_version_number.silent file, it is good practice to copy the file to a different name and use that file for the silent install.
If errors occur during installation, they will be listed in the installation log file located in the User_Home/.TIBCO directory.
1.
2.
3.
4.
Make a copy of the TIBCOUniversalInstaller_adpsft8_version_number.silent file and rename the file.
5.
<entry key="installationRoot">C:\tibco</entry>
Update ENV_NAME. TIBCO ActiveMatrix Adapter for PeopleSoft must use the same ENV_NAME that TIBCO adapters use.
6.
Windows  TIBCOUniversalInstaller.cmd -silent -V responseFile="myfilename.silent"
UNIX  ./TIBCOUniversalInstaller-platform_acronym.bin -silent -V responseFile="myfilename.silent"

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved