Fixing Errors During Silent Installation
You might experience errors while installing in silent mode.
If errors occur during installation, they are listed in the installation log file located in the User_Home/.TIBCO directory.
Procedure
- Open the physical media or download the package.
- Extract the contents of the package to a temporary directory.
- Using a console window, navigate to the temporary directory.
- Make a copy of the TIBCOUniversalInstaller-asg.silent file and rename the file.
-
Using a text editor, open the copied file and update the install location,
ENV_NAME, and features to install as follows:
- Update the install location. This indicates the directory where the product is to be installed. For example, update the directory as follows:
<entry key="installationRoot">/home/asg/tibcoasg</entry>
- Update
ENV_NAME.
For example, update ENV_NAME as follows:
<entry key="createNewEnvironment">false</entry> <entry key="environmentName">TIBCO_HOME</entry>
- Update TIBCO Configuration Directory. This directory is used to store the configuration information.
For example, update configDirectoryRoot as follows:
<entry key="configDirectoryRoot">/home/user/tibco</entry>
Note: If TIBCO API Exchange Manager is installed in a directory that has a config directory already set by another TIBCO product (for example, TIBCO Enterprise Message Service™), it is not required to set the configDirectoryRoot in the silent file. In this case, the silent installer uses the value of configDirectoryRoot as already set and ignores the value if set in the silent file. - Update features to install. Set the features that you want to install to true.
- Update the install location. This indicates the directory where the product is to be installed. For example, update the directory as follows:
-
Run TIBCO Universal Installer (TIBCOUniversalInstaller*) using the following command, replacing
myfile with your response file name:
TIBCOUniversalInstaller -silent -V responseFile="myfile.silent"
For example,
On the Windows 64-bit platform, run the installer as follows:
./TIBCOUniversalInstaller-x86-64.exe -silent -V responseFile="myfilename.silent"
On the Linux platform, type the command as follows:
./TIBCOUniversalInstaller-lnx-x86-64.bin -silent -V responseFile=.silent
Copyright © Cloud Software Group, Inc. All rights reserved.