Community Tribal Knowledge Base

 View Only
last person joined: 6 months ago 

Stop and start VisualRF from AirWave command line 

Nov 13, 2011 10:50 PM

Question

I am trying to stop and start (or say disable and enable) VisualRF from AirWave command line. Can any one please let me know the command or query?

Answer

AirWave has a process called ServiceWatcher whose job is to restart VisualRF if it's configured to be on and it's not running. So it's a 2-step process to stop it and a 1-step process to start it.

To Stop it:

1. Set it to disabled in the database:

# dbc "update seas_config set visualrf_enabled = 0";


2. Stop the java process:

# killall java


To Start it:

1. Just set it to enabled in the database, and ServiceWatcher will start it:

# dbc "update seas_config set visualrf_enabled = 1";

Statistics
0 Favorited
4 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.