Installing on Linux

Use the platform-native installer to install the product on Linux platforms. The installer provides a collection of RPM and DEB packages.

Prerequisites

On SUSE Linux, ensure that libjvm and rdma libraries are already installed.

Procedure

  1. Download the installation package.
    Download the package for either the community edition or the enterprise edition.
  2. Extract the TIBCO FTL archive file to a temporary directory.
    Edition Command
    Community Edition
    unzip TIB_ftl-ce_5.4.0_linux_x86_64.zip
    Enterprise Edition
    unzip TIB_ftl_5.4.0_linux_x86_64.zip
    The extracted file package_name.bin is the installer.
  3. Run the installer binary.
    Edition Command
    Community Edition
    ./tibco-ftl-ce-5.4.0_linux_x86_64.bin
    Enterprise Edition
    ./tibco-ftl-5.4.0_linux_x86_64.bin
  4. Read the license agreement. Press the spacebar key to continue reading. Type q to reach the end of the agreement.
    After you accept the license agreement, the installer extracts installation artifacts to a temporary directory, named FTL.install.pid, within the current directory. Those artifacts include RPM, DEB, and TAR files.
  5. To accept the license agreement, type y.
  6. Navigate to the temporary directory.
    cd FTL.install.pid
  7. Install using one of these commands, depending on the Linux platform variant.
    Linux Variant Command
    Red Hat, Centos
    sudo yum install -y rpm/*.rpm
    Debian, Ubuntu, Fedora
    sudo dpkg -i deb/*.deb
    SUSE
    sudo zypper install rpm/*.rpm
    Note: If you encounter issues with dependencies, you can safely ignore those dependencies and proceed with the installation.
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, you can use tar.
    for f in tar/*; do sudo tar xvf $f; done
    
    The installation utilities yum, dpkg, or zypper install TIBCO FTL software under /opt/tibco/.

    The archive utility tar installs TIBCO FTL software under ./opt/tibco/.

    A complete installation includes the following packages:
    • FTL thirdparty
    • FTL runtime
    • FTL java
    • FTL servers
    • FTL development
    • FTL enterprise (Enterprise Edition only)
    • FTL monitoring (Enterprise Edition only)
    • FTL OSGI bundle