Restart all services: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 85: Line 85:


=== Sample screen output on TVP ===
=== Sample screen output on TVP ===
 
<pre>[TVadmin@crt-dev-tvc11 ~]$ cd /opt/tv
&nbsp;
[TVadmin@crt-dev-tvc11 tv]$ ./tv-restart-services.sh
 
<to be completed>
&nbsp;
[TVadmin@crt-dev-tvc11 tv]$</pre>

Revision as of 16:07, 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 ...

Service 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 ...

Service 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 ...

Service 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 ...

Service 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]$