What is the sequence to stop / start TIBCO Data Virtualization Server services running on Linux machine?

What is the sequence to stop / start TIBCO Data Virtualization Server services running on Linux machine?

book

Article ID: KB0071012

calendar_today

Updated On:

Products Versions
TIBCO Data Virtualization All supported versions

Description

This article outlines the correct sequence to Stop / Start the services of a TIBCO Data Virtualization (TDV) instance running on Linux machine. 

Issue/Introduction

What is the sequence to stop / start TIBCO Data Virtualization Server services running on Linux machine?

Environment

Linux Operating System

Resolution

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:
User-added image

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:

User-added image
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.