Running Nexus with systemd - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
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 DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Start, stop, and monitor the status of the Nexus service using systemd.

Procedure

  • Start the service using the following command:
    sudo systemctl start talend-nexus
  • Stop the service using the following command:
    sudo systemctl stop talend-nexus
  • Check the status of the service using the following command:
    sudo systemctl status talend-nexus
  • Check logging information using the journalctl command.
    For example:
    • To list service journal entries:
      sudo journalctl --unit talend-nexus
    • To list service journal entries after a specific date:
      sudo journalctl --unit talend-nexus --since "2018-08-17 13:15:17"