To create and manage custom statistics aggregators

Steps
 

Create an aggregator definition file using the format described in Dynamic custom statistics aggregators.


Log in to the standalone or primary main server as the nsp user.


Open a console window.


Navigate to the /opt/nsp/nfmp/server/nms/bin directory.


To apply new or modified definitions, enter the following:

bash$ ./nmsserver.bash dynamic_aggregation create definition_file

where definition_file is the absolute path and name of the aggregator definition file

The aggregator definition is applied.


To remove a definition, enter the following:

bash$ ./nmsserver.bash dynamic_aggregation remove aggregationName

where aggregationName is the aggregationName value in the aggregator definition

Note: Only dynamically created aggregators can be removed.

The aggregator definition is removed.


Close the console window.


To view and manage the aggregators using the client GUI, choose Tools→Analytics→Aggregation Manager from the NFM-P main menu to open the Aggregation Manager form.

End of steps