ラッパーをインストール - Cloud

Talend Cloudインストール&アップグレードガイド

Version
Cloud
Language
日本語
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
インストールとアップグレード
Last publication date
2023-09-21
対象製品...

Cloud API Services Platform

Cloud Data Fabric

Talend Runtimeのサービスファイルを生成するため、Apache Karaf Service Wrapperをインストールします。

手順

  1. Talend Runtimeインストールディレクトリーのbinフォルダーを参照し、trun.batファイルをルートとして実行してコンテナーを起動させます。
  2. ラッパー機能をインストールする場合は、次のコマンドを実行します。
    karaf@trun> feature:install wrapper
    インストール後は、ラッパー機能によって、trunファイルにwrapper:installという新しいコマンドが加わります。このコマンドを使えば、 Talend Runtimeをサービスとしてインストールできるようになります。
  3. サービスをアンインストールする場合は、次のコマンドを実行します。
    karaf@trun> wrapper:install
    また、自動開始モードでコンテナーをサービスとして登録する場合は、次のコマンドを実行します。
    karaf@trun> wrapper:install -s AUTO_START -n TALEND-CONTAINER -d Talend-Container -D "Talend Container Service"
    TALEND-CONTAINERはサービスの名前、Talend-Containerはそのサービスの表示名、"Talend Container Service"はそのサービスの説明です。
    以下は、Linuxで実行されるwrapper:installコマンドの例です:
    karaf@trun()> feature:install wrapper
    karaf@trun()> wrapper:install -s AUTO_START -n TALEND-CONTAINER \
    -d Talend-Container -D "Talend Container Service"
    Creating file: <TalendRuntimePath>/bin/TALEND-CONTAINER-wrapper
    Creating file: <TalendRuntimePath>/bin/TALEND-CONTAINER-service
    Creating file: <TalendRuntimePath>/bin/TALEND-CONTAINER.service
    Creating file: <TalendRuntimePath>/etc/TALEND-CONTAINER-wrapper.conf
    Creating file: <TalendRuntimePath>/lib/libwrapper.so
    Creating file: <TalendRuntimePath>/lib/karaf-wrapper.jar
    Creating file: <TalendRuntimePath>/lib/karaf-wrapper-main.jar
    Setup complete. You may want to tweak the JVM properties in the wrapper
    configuration file:
    <TalendRuntimePath>/etc/TALEND-CONTAINER-wrapper.conf
    before installing and starting the service.

タスクの結果

Talend Runtimeのサービスファイルが生成されます。これで、 Talend Runtimeサービスをインストールできます。