Restart all services: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
Stopping Nginx ... | Stopping Nginx ... | ||
Services have been stopped | |||
Now starting services in reverse order | Now starting services in reverse order | ||
Line 53: | Line 53: | ||
Starting Portal ... | Starting Portal ... | ||
Services have been started | |||
[TVadmin@crt-vir-a-tvc11 tv]$ </pre> | [TVadmin@crt-vir-a-tvc11 tv]$ </pre> | ||
Line 68: | Line 68: | ||
Stopping Nginx ... | Stopping Nginx ... | ||
Services have been stopped | |||
Now starting services in reverse order | Now starting services in reverse order | ||
Line 79: | Line 79: | ||
Starting TruView Flow ... | Starting TruView Flow ... | ||
Services have been started | |||
[TVadmin@crt-vir-a-tvf11 tv]$ | [TVadmin@crt-vir-a-tvf11 tv]$ |
Revision as of 16:08, 1 September 2017
Introduction
The out-of-the box stop and start script is silent and generates no screen output . It is non-system specific i.e. services will fail to stop and/or start and the user cannot know for sure if that behavior is sign of a problem or not.
Solution
Running the script
If the system has been installed by COMCERT, we installed a system specific script to restart all services.
In case of an eminent problem, running the restart script may reveal what service failed to start. Mention this service when you contact techsupport.
- You don't have to be root to run this script
- Log in with SSH
- Change to the /opt/tv folder
$ cd /opt/tv
- Run the restart script
$ ./tv-restart-services.sh
Sample screen output on TVC
[TVadmin@crt-vir-a-tvc11 ~]$ cd /opt/tv [TVadmin@crt-vir-a-tvc11 tv]$ ./tv-restart-services.sh Stopping Portal ... Stopping User Discovery ... Stopping ServerHealth ... Stopping Query Engine ... Stopping Data engine ... Stopping Elastic Search ... Stopping Cassandra ... Stopping Configure Engine ... Stopping Manager ... Stopping Mongo DB ... Stopping Nginx ... Services have been stopped Now starting services in reverse order Starting Nginx ... Starting Mongo DB ... Starting Manager ... Starting Configure Engine ... Starting Cassandra ... Starting Elastic Search ... Starting Data Engine ... Starting Query Engine ... Starting ServerHealth ... Starting User discovery ... Starting Portal ... Services have been started [TVadmin@crt-vir-a-tvc11 tv]$
Sample screen output on TVF
Notice the error when starting Configure Engine service. This is normal behavior.
[TVadmin@crt-vir-a-tvf11 ~]$ cd /opt/tv [TVadmin@crt-vir-a-tvf11 tv]$ ./tv-restart-services.sh Stopping TruView Flow ... Stopping Configure Engine ... Stopping Manager ... Stopping Mongo DB ... Stopping Nginx ... Services have been stopped Now starting services in reverse order Starting Nginx ... Starting Mongo DB ... Starting Manager ... Starting Configure Engine ... Failed to start tv-configengine.service: Unit tv-configengine.service is masked. Starting TruView Flow ... Services have been started [TVadmin@crt-vir-a-tvf11 tv]$
Sample screen output on TVP
[TVadmin@crt-dev-tvc11 ~]$ cd /opt/tv [TVadmin@crt-dev-tvc11 tv]$ ./tv-restart-services.sh <to be completed> [TVadmin@crt-dev-tvc11 tv]$