Re-pairing the Remote Engine Gen2 - Cloud

Talend Remote Engine Gen2 Quick Start Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend Management Console
Talend Pipeline Designer
Content
Deployment > Deploying > Executing Pipelines
Installation and Upgrade
You have the possibility to re-pair your engine from Talend Cloud Management Console so that you do not need to delete and re-create it.

Re-pairing the Remote Engine Gen2 will allow you to unpair then re-pair the engine without having to re-create all permissions and roles attached to this engine.

Troubleshooting

Procedure

  1. Run the following command to stop the Remote Engine Gen2:
    ./remote-engine.sh stop if you are on a Unix system
  2. Go to Talend Cloud Management Console.
  3. On the Engines page, select your engine and click RE-PAIR on the panel that opens.
  4. Copy the new pairing key to your clipboard.
  5. Run the following command to launch the executable file with the new key and start the engine:
    ./remote-engine.sh start -r <region> -k <new_pair_key> if you are on a Unix system
    • <region> corresponds to the region of your Talend Cloud account
    • <new_pair_key> corresponds to the new Pair key you have previously copied.