On Redhat/Fedora/CentOS Systems - 7.3

Talend ESB Container Administration Guide

Version
7.3
Language
English
Product
Talend Cloud
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Administration and Monitoring
Design and Development
Installation and Upgrade
Last publication date
2023-09-13

To install the service:

$ ln -s /home/onofreje/-release/Talend-ESB-V/container/bin/TALEND-ESB-CONTAINER-service  /etc/init.d/
$ chkconfig TALEND-ESB-CONTAINER-service --add

To start the service when the machine is rebooted:

$ chkconfig TALEND-ESB-CONTAINER-service on

To disable starting the service when the machine is rebooted:

$ chkconfig TALEND-ESB-CONTAINER-service off

To start the service:

$ service TALEND-ESB-CONTAINER-service start

To stop the service:

$ service TALEND-ESB-CONTAINER-service stop

To uninstall the service:

$ chkconfig TALEND-ESB-CONTAINER-service --del
$ rm /etc/init.d/TALEND-ESB-CONTAINER-service