To uninstall NSP Flow Collector Controllers

Purpose

Perform this procedure to remove the NSP Flow Collector Controller software from one or more stations.

An NSP Flow Collector Controller uninstallation backs up the component configuration files in the /opt/nsp/backup_flow directory on the station. A subsequent NSP Flow Collector Controller installation on the station automatically reloads the saved configuration files. If you do not want the previous configuration restored during a subsequent installation, you must delete the /opt/nsp/backup_flow directory before the installation.

Note: If an NSP Flow Collector Controller is collocated on a station with an NSP Flow Collector, uninstalling the Flow Collector Controller also uninstalls the Flow Collector.

Note: You require the following user privileges:

  • on the station that hosts the NSP installer software—root

  • on each NSP Flow Collector Controller station—nsp

Note: The following RHEL CLI prompts in command lines denote the active user, and are not to be included in typed commands:

  • # —root user

  • bash$ —nsp user

CAUTION 

CAUTION

System degradation

Uninstalling an NSP Flow Collector Controller affects all NSP Flow Collectors associated with the Controller.

Before you attempt to uninstall an NSP Flow Collector Controller, ensure that you fully understand the consequences.

Steps
 

Perform Step 3 and Step 4 on each NSP Flow Collector Controller station.


Go to Step 5.


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


Enter the following to stop the NSP Flow Collector Controller:

Note: If an NSP Flow Collector is also installed on the station, the Flow Collector stops automatically.

bash$ /opt/nsp/flow/fcc/bin/flowCollectorController.bash stop ↵

The command displays a series of status messages as the NSP Flow Collector Controller stops.


Log in as the root user on a station that has the downloaded and extracted NSP component installer package.


Open a console window.


Enter the following:

cd path/NSD_NRC_R_r/bin ↵

where

path is the directory path of the NSP component installer package

R_r is the NSP software release, in the form MAJOR_minor


Enter the following:

./uninstall.sh --ask-pass --target address_1,address_2,...address_n

where address_1, address_2,...address_n is a comma-separated list of the NSP Flow Collector Controller station IP addresses

You are prompted for the common root password of the stations.


Enter the password.

The NSP Flow Collector Controller software is removed from each station.


10 

Remove the /opt/nsp/flow directory and contents from each station.


11 

Close the console window.

End of steps