Installing on Linux

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

Prerequisites

TIBCO FTL must be installed on your machine. For the minimum supported release of TIBCO FTL software, see the readme file.

Procedure

  1. Download the installation package.
  2. Extract the ActiveSpaces archive file to a temporary directory. The ActiveSpaces archive contains a top-level directory named TIB_as_VERSION (where VERSION is the product version number). The top-level directory contains folders with different types of installation artifacts that include RPMs and DEBs.
  3. Install using either the RPM or DEB, depending on the Linux platform variant. Navigate to one of the following directories under the temporary directory.
    Linux Variant Directory under the temporary directory Description
    Red Hat or SUSE rpm Contains the RPM installation packages that you can install using the yum package manager or zypper.
    Debian deb Contains the DEB installation packages that you can install using the Debian dpkg package manager.
  4. Install using either the RPM or DEB packages, depending on the Linux platform variant.
    In all cases, use the following sequence:
    1. ActiveSpaces third party
    2. ActiveSpaces runtime
    3. ActiveSpaces servers
    4. ActiveSpaces java
    5. ActiveSpaces tools
    6. ActiveSpaces development
    7. ActiveSpaces Administration
    8. ActiveSpaces monitoring
    You can either follow the order of the commands mentioned in the table, or you can install the components you need. You can also install by using the wildcard * as in by using "*.rpm" or "*.deb" instead of giving the individual file names.
    Linux Variant Command
    Red Hat
    sudo yum install -y TIB_as_4.3.0_linux_x86_64-thirdparty.rpm
    sudo yum install -y TIB_as_4.3.0_linux_x86_64-runtime.rpm
    sudo yum install -y TIB_as_4.3.0_linux_x86_64-servers.rpm
    sudo yum install -y TIB_as_4.3.0_linux_x86_64-java.rpm 
    sudo yum install -y TIB_as_4.3.0_linux_x86_64-tools.rpm 
    sudo yum install -y TIB_as_4.3.0_linux_x86_64-development.rpm
    sudo yum install -y TIB_as_4.3.0_linux_x86_64-admin.rpm
    sudo yum install -y TIB_as_4.3.0_linux_x86_64-monitoring.rpm
    Debian
    sudo dpkg -i TIB_as_4.3.0_linux_x86_64-thirdparty.deb
    sudo dpkg -i TIB_as_4.3.0_linux_x86_64-runtime.deb
    sudo dpkg -i TIB_as_4.3.0_linux_x86_64-servers.deb
    sudo dpkg -i TIB_as_4.3.0_linux_x86_64-java.deb
    sudo dpkg -i TIB_as_4.3.0_linux_x86_64-tools.deb
    sudo dpkg -i TIB_as_4.3.0_linux_x86_64-development.deb
    sudo dpkg -i TIB_as_4.3.0_linux_x86_64-admin.deb
    sudo dpkg -i TIB_as_4.3.0_linux_x86_64-monitoring.deb
    SUSE
    sudo zypper install TIB_as_4.3.0_linux_x86_64-thirdparty.rpm
    sudo zypper install TIB_as_4.3.0_linux_x86_64-runtime.rpm
    sudo zypper install TIB_as_4.3.0_linux_x86_64-servers.rpm
    sudo zypper install TIB_as_4.3.0_linux_x86_64-java.rpm
    sudo zypper install TIB_as_4.3.0_linux_x86_64-tools.rpm
    sudo zypper install TIB_as_4.3.0_linux_x86_64-development.rpm
    sudo zypper install TIB_as_4.3.0_linux_x86_64-admin.rpm
    sudo zypper install TIB_as_4.3.0_linux_x86_64-monitoring.rpm
    Note: In case you encounter issues with dependencies, ignore those dependencies and proceed with the installation.
    ActiveSpaces is successfully installed under /opt/tibco/.