Installing the Remote Engine in 'unattended' mode - 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

Before you begin

  • You have downloaded the installer file.
  • You have created the Remote Engine in Talend Cloud Management Console.

Procedure

  1. Navigate to the download directory in your terminal.
  2. Enter chmod +x <installer_filename>.

    Example

    chmod +x Talend-RemoteEngine-V<2.9.0>-<173>-Linux-x64.run
  3. Enter ./<installer_filename> --mode unattended --installdir /opt/TalendRemoteEngine --region <xxx> --authkey <PreAuthKey>.

    Example

    ./Talend-RemoteEngine-V<2.9.0>-<173>-Linux-x64.run --mode unattended --installdir /opt/TalendRemoteEngine --region <us> --authkey <1a2b3c4d5e6f7g8h9i>
    • The region is reflected in your Talend Cloud URL.

      <PreAuthKey> is the Remote Engine key generated when you created the engine in Talend Cloud Management Console.

    • To see a comprehensive list of available parameters for this command, run ./Talend-RemoteEngine-V<2.9.0>-<173>-Linux-x64.run --help.

      Any parameters that are not added to this command use their default values during the installation process.

      For example, Remote Engine is by default installed as a system service with its default username and group name, since this is the default option for the service parameter. If you need to avoid installing Remote Engine as a system service, add --service 0 to the command.

Results

The Remote Engine is installed and paired.