On Ubuntu/Debian Systems - Cloud - 8.0

Talend ESB Container Administration Guide

Version
Cloud
8.0
Language
English
Product
Talend Cloud
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Administration and Monitoring
Design and Development
Installation and Upgrade
Last publication date
2024-03-13

To install the service:

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

To start the service when the machine is rebooted:

$ update-rc.d TALEND-ESB-CONTAINER-service defaults

To disable starting the service when the machine is rebooted:

$ update-rc.d -f TALEND-ESB-CONTAINER-service remove

To start the service:

$ /etc/init.d/TALEND-ESB-CONTAINER-service start

To stop the service:

$ /etc/init.d/TALEND-ESB-CONTAINER-service stop

To uninstall the service:

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