How do I start or stop an analytics server?

Purpose

The following steps describe how to start or stop the NSP analytics server software on a station.

Steps
 

Log in as the nsp user on the analytics server station.


Open a console window.


To start the NSP analytics server, enter the following:

bash$ /opt/nsp/analytics/bin/AnalyticsAdmin.sh start ↵

The following is displayed:

Starting Analytics Application

When the analytics server is started, the following is displayed.

Analytics Application successfully started!


To stop the NSP analytics server, enter the following:

bash$ /opt/nsp/analytics/bin/AnalyticsAdmin.sh stop ↵

The following is displayed:

Stopping Analytics Application

When the analytics server is stopped, the following is displayed:

Analytics Application is not running


Close the console window.

End of steps