To create and manage custom statistics aggregators
Steps
| 1  | Create an aggregator definition file using the format described in Dynamic custom statistics aggregators. | 
| 2  | Log in to the standalone or primary main server as the nsp user. | 
| 3  | Open a console window. | 
| 4  | Navigate to the /opt/nsp/nfmp/server/nms/bin directory. | 
| 5  | 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. | 
| 6  | 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. | 
| 7  | Close the console window. | 
| 8  | 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 |