安装 Components Catalog 作为 Windows 服务 - 7.3

Talend安装指南

Version
7.3
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 DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
安装和升级
Last publication date
2022-10-30

步骤

  1. 此网站下载 nssm 服务包装器压缩包文件并将其解压到您选择的目录。其中包含针对 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}