To create and manage periodic accounting statistics calculations
Steps
1 |
Create a periodic counter definition file using the format described in Dynamic periodic accounting statistics calculations. |
2 |
Log in to the standalone or primary main server as the nsp user. |
3 |
Open a console window. |
4 |
Enter the following: bash$ cd /opt/nsp/nfmp/server/nms/bin ↵ |
5 |
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. |
6 |
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. |
7 |
Close the console window. |
8 |
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 |