Start, stop, and monitor the status of the Talend Data Stewardship service
using systemd.
Before you begin
Make sure that the following services are installed and running before starting
Talend Data Stewardship:
- talend-tac
- talend-mongodb
- talend-iam
- talend-zookeeper
- talend-kafka
- talend-dictionary-service
Information noteNote: Start the services in the specified order.
Procedure
-
Start the service using the following command:
sudo systemctl start talend-tds
-
Stop the service using the following command:
sudo systemctl stop talend-tds
-
Check the status of the service using the following command:
sudo systemctl status talend-tds
-
Check logging information using the journalctl
command.
For example:
- To list service journal
entries:
sudo journalctl --unit talend-tds
- To list service journal entries after a specific
date:
sudo journalctl --unit talend-tds --since "2018-08-17 13:15:17"