メイン コンテンツをスキップする 補完的コンテンツへスキップ

Remote Engineサービスをインストールおよびアンインストール(System V)

Talend Remote EngineはApache Karafをベースとしています。Karaf Service Wrapperを使えば、Remote EngineをLinuxサービスとしてインストールできます。

手順

  1. エンジンが実行中の場合は、停止します。
    エンジンが実行中の場合は、この手順に従ってTalend Remote Engineを安全にシャットダウンしてください。
  2. ターミナルインスタンスを開きます。
  3. Talend Remote Engineインストールディレクトリーのbinフォルダーを参照し、次のコマンドを実行して、talend-remote-engineサービスのOSサービスラッパーファイルを作成します。
    ./shell wrapper:install -n talend-remote-engine
    <RemoteEngineInstallationDirectory>/binフォルダーに次のファイルが作成されます。
    • talend-remote-engine-wrapper
    • talend-remote-engine-service
    • talend-remote-engine.service

    <RemoteEngineInstallationDirectory>/etcフォルダーにtalend-remote-engine-wrapper.confファイルが作成されます。このラッパー設定ファイルでは、エンジンサービスのJVMプロパティをカスタマイズできます。

  4. Remote Engineインストールディレクトリーのbinフォルダーを参照し、次のコマンドを実行してtalend-remote-engineサービスをインストールします:
    • Ubuntu/Debianの場合:
      ln -s <RemoteEngineInstallationDirectory>/bin/Talend-Remote-Engine-service /etc/init.d/
      update-rc.d Talend-Remote-Engine-service defaults
    • CentOS/Red Hat/Fedoraの場合:
      ln -s  <RemoteEngineInstallationDirectory>/bin/Talend-Remote-Engine-service /etc/init.d/
      chkconfig Talend-Remote-Engine-service --add
  5. サービスをアンインストールしたい時は、次の操作を行います:
    1. エンジンが実行中の場合は、停止します。
    2. talend-remote-engineサービスをアンインストールする場合は、次のコマンドを実行します:
        • Ubuntu/Debianの場合:
          rm /etc/init.d/Talend-Remote-Engine-service
        • CentOS/Red Hat/Fedoraの場合:
          chkconfig Talend-Remote-Engine-service --del
          rm /etc/init.d/Talend-Remote-Engine-service 

このページは役に立ちましたか?

このページまたはコンテンツに、タイポ、ステップの省略、技術的エラーなどの問題が見つかった場合は、お知らせください。改善に役立たせていただきます。