Installing on Linux in Silent Mode
To silently install
TIBCO Messaging - Apache Kafka Distribution - Core on Linux platforms, complete this task.
Procedure
-
Download the installation package.
Download the package for
either the community edition or the enterprise edition.
Note: The release number of the
TIBCO Messaging - Apache Kafka Distribution - Core reflects the Apache Kafka release upon which it is based.
Edition
|
Command
|
Community Edition
|
TIB_msg-akd-core-ce_2.3.1_linux_x86_64.zip
|
Enterprise Edition
|
TIB_msg-akd-core_2.3.1_linux_x86_64.zip
|
-
Extract the
TIBCO Messaging - Apache Kafka Distribution - Core archive files to a temporary directory.
Edition
|
Command
|
Community Edition
|
unzip TIB_msg-akd-core-ce_2.3.1_linux_x86_64.zip
|
Enterprise Edition
|
unzip TIB_msg-akd-core_2.3.1_linux_x86_64.zip
|
-
Install using one of these commands, depending on the Linux platform variant.
Linux Variant
|
Command
|
Red Hat, Centos
|
sudo yum install -q -y rpm/*.rpm > /dev/null 2>&1
|
Debian, Ubuntu, Fedora
|
sudo dpkg -i deb/*.deb > /dev/null 2>&1
|
SUSE
|
sudo zypper install rpm/*.rpm > /dev/null 2>&1
|
The installation utilities
yum,
dpkg, or
zypper install TIBCO Messaging software under
/opt/tibco/.
Copyright © Cloud Software Group, Inc. All rights reserved.