How to installTIBCO Enterprise Administrator(TEA)2.2 hotfix in silent mode.

How to installTIBCO Enterprise Administrator(TEA)2.2 hotfix in silent mode.

book

Article ID: KB0094474

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Administrator (TEA) -
Not Applicable -

Description

Description:
Steps to install TIBCO Enterprise Administrator(TEA) 2.2 hotfix in silent mode.

Resolution

1). Shut down TIBCO Enterprise Administrator version 2.2.0, if running.

2). Copy and unzip the Hotfix archive for your platform to a temporary location.

3). Copy TIBCOUniversalInstaller.bin or TIBCOUniversalInstaller.exe from {TIBCO_HOME}/tools/universal_installer to the temporary location where you extracted the hotfix.


4). Edit and configure the entries in the TIBCOUniversalInstaller_tea_2.2.0.silent file.


-Set “acceptLicense” to “true”

-Set "installationRoot" to your TIBCO_HOME full path where TEA is installed e.g. /home/tibco

-Set "environmentName" to your environment name e.g. TIBCO_HOME


The silent file should look like the following.

<!--accept the license agreement-->

<entry key="acceptLicense">true</entry>


<!--the root installation directory-->

<!--if the product does not support multiple instances and TIBCO_HOME has already been set then-->

<!--this value is ignored and the existing TIBCO_HOME is used as the installation root-->

<entry key="installationRoot">/home/tibco</entry>

<entry key="environmentName">TIBCO_HOME</entry>



5). Run the TIBCOUniversalInstaller program.

    WindowsTIBCOUniversalInstaller.cmd -silent -V responseFile="TIBCOUniversalInstaller_tea_2.2.0.silent".

UNIXTIBCOUniversalInstaller.bin -silent -V responseFile="TIBCOUniversalInstaller_tea_2.2.0.silent".


6). Verify the installation at TIBCO_HOME/tea/2.2/hotfix .


7). Start TIBCO Enterprise Administrator version 2.2.0 .


See the attached file (Filename: TIBCOUniversalInstaller_tea_2.2.0.silent) for reference.

Issue/Introduction

How to installTIBCO Enterprise Administrator(TEA)2.2 hotfix in silent mode.

Additional Information

TIBCO Administrator -> Installation Guide -> Chapter 2 Installing the Software -> Installation Options
TEA 2.2 Hotfix readme

Attachments

How to installTIBCO Enterprise Administrator(TEA)2.2 hotfix in silent mode. get_app