Server mode (deprecated) - 7.3

Talend Administration Center User Guide

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Administration Center
Content
Administration and Monitoring
Last publication date
2024-02-20

This feature is deprecated from Talend 7.1 onwards.

Warning: This feature has been removed from Talend Administration Center 8.0 onwards. For more information, see Operating modes in Talend Studio User Guide.
In Server mode, CommandLine can be accessed from the network for the purpose of executing commands. You do not have to wait the execution of a command to enter another one, you can enter several commands that will be executed in the same order you requested them.
To start the CommandLine in Server mode, just enter:
./Talend-Studio-linux-gtk-x86 -nosplash -application org.talend.commandline.CommandLine
-consoleLog -data commandline-workspace startServer -p 8002

If needed, you can add the parameter --disableLocalMode to disable the local mode of the CommandLine. After that, only the commands help and initRemote are allowed.

To stop the server, enter:

echo "stopServer" | telnet localhost 8002

To access a Remote CommandLine, open your OS commandline and enter the following command:

telnet localhost 8002

You should replace localhost by the IP address of the system on which you wish to stop the server remotely, and replace the default installation port 8002 by the port in your configuration.