Installing the wrapper - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
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 Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

Install the Apache Karaf Service Wrapper to generate the Talend Runtime service files.

Procedure

  1. Browse to the container\bin folder of the Talend Runtime installation directory, then launch the container by executing the trun.bat file in Administrator mode.
  2. To install the wrapper feature, type:
    karaf@trun> feature:install wrapper
    Once installed, wrapper feature will provide wrapper:install new command in the trun, which allows you to install Talend Runtime as a service.
  3. To install the service, type in the following command:
    karaf@trun> wrapper:install
    Alternatively, to register the container as a service in automatic start mode, simply type:
    karaf@trun> wrapper:install -s AUTO_START -n TALEND-CONTAINER -d Talend-Container -D "Talend Container Service"
    where TALEND-CONTAINER is the name of the service, Talend-Container is the display name of the service and "Talend Container Service" is the description of the service.
    Here is an example of the wrapper:install command executed on Windows:

Results

The Talend Runtime service files are generated. You can now install the Talend Runtime service.