TDV Server processes can be stopped or started using the composite.sh utility that is located under [TDV_server_dir]\bin path.
Sequence to stop the services of a TDV instance running on Linux: (1) Stop the monitor process:
./composite.sh monitor stop
(2) Stop the repo process:
./composite.sh repo stop
(3) Stop the cache process:
./composite.sh cache stop
Screenshot for reference to stop all TDV services:
Sequence to start the services of a TDV instance running on Linux: (1) Start the cache process:
./composite.sh cache start
(2) Start the repo process:
./composite.sh repo start
(3) Start the monitor process:
./composite.sh monitor start
Screenshot for reference to start all TDV services:
Note - If you stop cache before stopping the server, it is possible that the server could still try to access the cache or repo and you may encounter errors.