WindowsにComponents Catalogをサービスとしてインストール - 8.0

Talendインストールガイド

Version
8.0
Language
日本語
Operating system
Windows
Subscription type
サブスクリプション
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 Log Server
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
インストールとアップグレード
Last publication date
2022-10-30

手順

  1. nssmサービスラッパーアーカイブファイルをこのWebサイトからダウンロードし、任意のディレクトリーに展開します。これによりWindowsのサービスラッパーが保持されます。
  2. Components Catalogインストールディレクトリーのルートに、オペレーティングシステムに対応するnssm.exeファイルを配置します。
  3. CMDウィンドウを管理者モードで開きます。
  4. Components Catalogのインストールディレクトリーまで移動し、次のコマンドを実行します。
    nssm.exe install talend-tcomp-${product_version} start.bat
  5. 次のコマンドを使ってstart.batファイルのロケーションを定義します:
    nssm.exe set talend-tcomp-${product_version} AppDirectory <path_to_start.bat>
  6. 次のコマンドを使ってservice.mscに表示されるComponents Catalogの表示名を定義します:
    nssm.exe set talend-tcomp-${product_version} DisplayName Talend Components Catalog Service ${product_version}
  7. 次のコマンドを使ってComponents Catalogの説明を定義します。
    nssm.exe set talend-tcomp-${product_version} Description Talend Components Catalog Service ${product_version}