To create and manage periodic accounting statistics calculations

Steps
 

Create a periodic counter definition file using the format described in Dynamic periodic accounting statistics calculations.


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


Open a console window.


Enter the following:

bash$ cd /opt/nsp/nfmp/server/nms/bin ↵


To apply new or modified definitions, enter the following:

bash$ ./nmsserver.bash accountingPeriodic create definition_file

where definition_file is the absolute path and name of the periodic counter definition file

The periodic counter definition is applied.


To remove a definition, enter the following:

bash$ ./nmsserver.bash accountingPeriodic remove class_name

where class_name is the class of a periodic counter definition

The periodic counter definition is removed.


Close the console window.


To view and manage the periodic counter definitions using the client GUI, choose Tools→ Analytics→Periodic Counters Manager from the NFM-P main menu.

End of steps