Installing on Linux
Use the platform-native installer to install the product on Linux platforms. The installer provides you with a collection of RPM and DEB packages to install.
Before you beginTIBCO FTL must be installed on your computer. For the minimum supported release of the TIBCO FTL software, see the
Readme file.
- Procedure
- Download the installation package.
- 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. - Install by 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 by using the yumpackage manager orzypper.Debian deb Contains the DEB installation packages that you can install by using the Debian dpkgpackage manager.Other Linux variants tar If your Linux variant does not include yum, dpkg, or zypper, you can use tar.
for f in tar/*; do tar zxfv $f; done
Tip: You must have root privileges to write to the root / directory. - Install by using either the RPM or DEB packages, depending on the Linux platform variant.
In all cases, use the following sequence:
- ActiveSpaces third party
- ActiveSpaces runtime
- ActiveSpaces servers
- ActiveSpaces java
- ActiveSpaces tools
- ActiveSpaces development
- ActiveSpaces Administration
- ActiveSpaces monitoring
Either follow the order of the commands mentioned in the table, or install the components that you need. You can also install by using the wildcard * as in by using "ActiveSpaces is successfully installed under /opt/tibco/. The archive utility tar installs the ActiveSpaces software under*.rpm" or "*.deb" instead of giving the individual file names.Linux Variant Command Red Hat sudo yum install -y TIB_as_5.0.0_linux_x86_64-thirdparty.rpm sudo yum install -y TIB_as_5.0.0_linux_x86_64-runtime.rpm sudo yum install -y TIB_as_5.0.0_linux_x86_64-servers.rpm sudo yum install -y TIB_as_5.0.0_linux_x86_64-java.rpm sudo yum install -y TIB_as_5.0.0_linux_x86_64-tools.rpm sudo yum install -y TIB_as_5.0.0_linux_x86_64-development.rpm sudo yum install -y TIB_as_5.0.0_linux_x86_64-admin.rpm sudo yum install -y TIB_as_5.0.0_linux_x86_64-monitoring.rpm
Debian sudo dpkg -i TIB_as_5.0.0_linux_x86_64-thirdparty.deb sudo dpkg -i TIB_as_5.0.0_linux_x86_64-runtime.deb sudo dpkg -i TIB_as_5.0.0_linux_x86_64-servers.deb sudo dpkg -i TIB_as_5.0.0_linux_x86_64-java.deb sudo dpkg -i TIB_as_5.0.0_linux_x86_64-tools.deb sudo dpkg -i TIB_as_5.0.0_linux_x86_64-development.deb sudo dpkg -i TIB_as_5.0.0_linux_x86_64-admin.deb sudo dpkg -i TIB_as_5.0.0_linux_x86_64-monitoring.deb
SUSE sudo zypper install TIB_as_5.0.0_linux_x86_64-thirdparty.rpm sudo zypper install TIB_as_5.0.0_linux_x86_64-runtime.rpm sudo zypper install TIB_as_5.0.0_linux_x86_64-servers.rpm sudo zypper install TIB_as_5.0.0_linux_x86_64-java.rpm sudo zypper install TIB_as_5.0.0_linux_x86_64-tools.rpm sudo zypper install TIB_as_5.0.0_linux_x86_64-development.rpm sudo zypper install TIB_as_5.0.0_linux_x86_64-admin.rpm sudo zypper install TIB_as_5.0.0_linux_x86_64-monitoring.rpm
Note: In case you encounter issues with dependencies, ignore those dependencies, and proceed with the installation../opt/tibco/.
Subtopics