Installing on Linux
Use the platform-native installer to install the product on Linux platforms. The installer provides a collection of RPM and TAR packages.
Procedure
-
Download the installation package.
Download the package for either the community edition or the enterprise edition.
-
Extract the TIBCO EMS archive file to a temporary directory.
- Navigate to the temporary directory.
-
Install using one of these commands, depending on the Linux platform variant.
Linux Variant Command Red Hat sudo yum install -y rpm/*.rpm
SUSE sudo zypper install rpm/*.rpm
Other Linux variants If your Linux variant does not include yum or zypper, you can use tar. for f in tar/*; do tar -C / -xvf $f; done
Move the new local opt directory to the desired location on the machine (for example, root directory /opt). If /opt/tibco already exists, copy the local subdirectory opt/tibco/ems to /opt/tibco/ems.The installation utilities yum or zypper install TIBCO EMS software under /opt/tibco/. - Optional. You may delete the temporary directory.
Copyright © Cloud Software Group, Inc. All rights reserved.