When you install TIBCO ActiveSpaces® Transactions , you are prompted to select the components that are available on the platform on which you are installing.
The following procedure explains how to install the software in GUI mode.
Prepare to install as follows:
Log in to the system on which you want to install TIBCO ActiveSpaces® Transactions .
Extract the TIBCO ActiveSpaces® Transactions product archive file to an empty temporary directory then navigate to that directory.
Ensure that /usr/ucb
is in your
PATH
on Solaris.
The list of extracted files is similar to the following:
Example 2.1. Installer Files
product_ast_2.2.0_FeatureConfig_data_linux26gl23_x86_64.xml TIB_ast_2.2.0_readme.txt TIB_ast_2.2.0_relnotes.pdf TIBCOUniversalInstaller-lnx-x86-64.bin* TIBCOUniversalInstaller.silent assemblies/product_tibco_ast_runtime_2.2.0.008_linux26gl23_x86_64.zip assemblies/product_tibco_tibcojava64_1.6.0.030_linux26gl23_x86_64.zip assemblies/product_tibco_ast_documentation_2.2.0.009.zip
Run the TIBCO Universal Installer executable:
TIBCOUniversalInstaller-x86-64.bin
-
Linux
TIBCOUniversalInstaller-sol-sparc.bin
-
Solaris
Review the information in the Welcome dialog.
Click
.The License Agreement dialog displays. Review the terms of the license agreement and, if you agree to them, click I accept the terms of the license agreement. Then click to continue with the installation.
If you do not agree to the terms of the license agreement, click
to exit from the installation process.Select or create a TIBCO home. For more details and guidelines see the section called “TIBCO Home and Default Installation Directory”. Do one of the following:
Select Use an Existing TIBCO_HOME and select a home from the list.
Create a new TIBCO home. Browse to and select a directory, and provide a name for the home.
![]() | |
The name cannot contain special characters such as "*", "?", ">", "<", ":", "|", "/", "\", or quotes ("). |
You can customize the installation as follows. (If you don’t want to customize the installation just click Customize Installation check box and go to step 8.)
without checking theCheck the Customize Installation check box.
Optionally select only the components you want to install. See the section called “TIBCO ActiveSpaces® Transactions Components” for guidelines.
Click
.The installer configures your installation choices, then the Pre-Install Summary dialog displays. Review the information in the dialog and make sure that it is correct.
If you want to change any of your choices, click
to step back through the dialogs to the appropriate point. You can then restart the installation process from that point.If you are satisfied with your choices, click
.The installer now performs the necessary installation tasks.
When installation has completed, the Post Install Summary dialog displays. Click
to exit from the installer. There is a slight delay while the installer deletes temporary files.The following procedure explains how to install the software in console mode.
Open the physical media or download the TIBCO ActiveSpaces® Transactions product package.
Extract the TIBCO ActiveSpaces® Transactions product archive file to an empty temporary directory.
Ensure that /usr/ucb
is in your
PATH
on Solaris.
Using a console window, navigate to the temporary directory that contains the universal installer and run the installer using of the following command lines:
TIBCOUniversalInstaller-x86-64.bin
-console
- Linux
TIBCOUniversalInstaller-sol-sparc.bin
-console
- Solaris
Complete the installation by responding to the console window prompts, which are similar to those described in the GUI mode instructions.
The following procedure explains how to install the software in
silent mode. Any errors that occur during installation are listed in the
installation log file (see the
User_Home
/.TIBCO
directory).
A configuration file,
TIBCOUniversalInstaller.silen
t, is provided with
the universal installer. Copy the file to another name (but keep the
.silent
extension) and use it to configure your
installation choices.
You must edit the file in a text editor and provide all
non-default values as needed before launching the silent installation.
For example, ensure that the installationRoot
and
createNewEnvironment
attributes are set correctly.
The file includes comments to help you set the installation
properties.
Save the configuration file to the same directory where the universal installer file is located. It is recommended that you back up the original file or save your edited file to a different name. This file is known as the response file.
Extract the TIBCO ActiveSpaces® Transactions product archive file to an empty temporary directory.
Ensure that /usr/ucb
is in your
PATH
on Solaris.
Using a console window, navigate to the temporary directory that contains the universal installer.
Copy and edit the .silent
file as
described in the section called “Configure the Installation Responses”.
To run the installer execute the following command,
replacing myfile
with your response
file name:
TIBCOUniversalInstaller -silent -V responseFile="myfile.silent"
If you are using the
TIBCOUniversalInstaller.silent
file, you need
not supply the file name and can run
TIBCOUniversalInstaller -silent
.
A line similar to the following is written to the installer log file when installation completes:
The installation has completed. Please check the log file for additional information.