Managing the Remote Engine service - Cloud

Talend Cloud Installation and Upgrade Guide

Version
Cloud
Language
English
Operating system
Linux
Product
Talend Cloud
Module
Talend Artifact Repository
Talend Data Stewardship
Talend Management Console
Talend Remote Engine
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2023-09-21
Available in...

Cloud API Services Platform

Cloud Big Data

Cloud Big Data Platform

Cloud Data Fabric

Cloud Data Integration

Cloud Data Management Platform

Systemd

To start the service:
systemctl start talend-remote-engine
To stop the service:
systemctl stop talend-remote-engine
To check the current service status:
systemctl status talend-remote-engine
To see service activity journal:
journalctl -u talend-remote-engine
To disable the service at system boot:
systemctl disable talend-remote-engine

System V (Option 1)

To start the service when the machine is rebooted:
update-rc.d talend-remote-engine-service defaults
To disable starting the service when the machine is rebooted:
update-rc.d talend-remote-engine-service remove
To start the service:
/etc/init.d/talend-remote-engine-service start
To stop the service:
/etc/init.d/talend-remote-engine-service stop

System V (Option 2)

To start the service when the machine is rebooted:
chkconfig talend-remote-engine-service on
To disable starting the service when the machine is rebooted:
chkconfig talend-remote-engine-service off
To start the service:
service talend-remote-engine-service start
To stop the service:
service talend-remote-engine-service off