How do I display the NSP Flow Collector Controller status or release level?

Purpose

The following steps describe how to view the operational status or software release of an NSP Flow Collector Controller that is on a dedicated station, or collocated with an NSP Flow Collector.

Steps
 

Log in as the nsp user on the NSP Flow Collector Controller station.


Open a console window.


Enter the following:

bash$ cd /opt/nsp/flow/fcc/bin ↵


To view the NSP Flow Collector Controller status, enter the following:

bash$ ./flowCollectorController.bash status ↵

The NSP Flow Collector Controller status is displayed.

If the NSP Flow Collector Controller is running, the line that begins with flow-collector-controller includes Started.

If the NSP Flow Collector Controller is not running, the following is displayed:

nspos-karaf.service is not running


To view the NSP Flow Collector Controller release level, enter the following:

bash$ ./flowCollectorController.bash version ↵

The NSP Flow Collector Controller release level is displayed


Close the console window.

End of steps