Can we restart TIBCO Data Virtualization Server running on Docker containers?
book
Article ID: KB0072080
calendar_today
Updated On:
Products
Versions
TIBCO Data Virtualization
8.4 and later
Description
This article provides details on restarting TIBCO Data Virtualization (TDV) monitor process running on Docker containers.
Issue/Introduction
Can we restart TIBCO Data Virtualization Server running on Docker containers?
Environment
All supported Operating Systems
Resolution
When running TDV on a Docker container, Docker will manage the TDV Server process lifecycle, therefore the TDV Monitor Daemon is not active and will not be running inside the TDV container. Therefore you cannot use the TDV Studio or the command line tool (composite.sh|bat utility) to restart TDV Server.
You will need to stop the container and start it again to restart the TDV Server. To stop the container: $ docker stop <tdv-container-name> To start the container: $ docker start <tdv-container-name>