In what sequence the commands should be executed for stopping and starting TIBCO Data virtualization services using the command line?
book
Article ID: KB0072011
calendar_today
Updated On:
Products
Versions
TIBCO Data Virtualization
All supported versions
Description
The sequence of executing the server utility commands to stop/start all the TDV Services is important. Following the proper sequence helps to keep the TDV services/metadata in a healthy state.
Issue/Introduction
This article mentions the steps in which order all the TIBCO Data Virtualization services must be stopped and started.
Environment
All supported environment
Resolution
Below order must be followed while stopping the TIBCO Data Virtualization services:
1. Stop the monitor first using the below command: ./composite.sh|.bat monitor stop 2. Stop the Cache next using the below command: ./composite.sh|.bat cache stop 3. Lastly the repository must be stopped using the below command: ./composite.sh|.bat repo stop
While starting the services, the order followed will be vice-versa. Below order must be followed while stopping the TIBCO Data Virtualization services:
1. Start the repository first using the below command: ./composite.sh|.bat repo start 2. Start the Cache next using the below command: ./composite.sh|.bat cache start 3. Lastly the monitor must be started using the below command: ./composite.sh|.bat monitor start
NOTE: 1. The important point to note in the above sequence is that while stopping the services the monitor will be stopped first, followed by the repo. However, while starting the services the sequence will be reversed i.e. repo should be started first and then the monitor. 2. The above commands must be run from the <TDV_Install_DIR>/bin