To configure selective accounting file processing

Note: You must perform this procedure on each main server in a redundant NFM-P deployment.

Steps
 

Log in to the NFM-P main server station as the nsp user.


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


CAUTION 

CAUTION

Service Disruption

Contact your Nokia technical support representative before you attempt to modify the nms-server.xml file. Modifying the nms-server.xml file can have serious consequences that can include service disruption.

Open the nms-server.xml file using a plain-text editor.


Add the following tag to the file:

<selectiveAccounting ></selectiveAccounting>

Add flags to the selectiveAccounting tag as needed:

<selectiveAccounting stopProcessingAllRecords="true" stopProcessingXXX="false” ></selectiveAccounting>

where XXX is an accounting file type


Save and close the nms-server.xml file.


Open a console window.


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


If the main server is a standalone server, or the primary server in a redundant deployment, enter the following:

bash$ ./nmsserver.bash read_config ↵

The main server reads the nms-server.xml file and puts the configuration change into effect.


10 

If the main server is the standby server in a redundant deployment, enter the following:

bash$ ./nmsserver.bash force_restart ↵

The main server restarts and puts the configuration change into effect.


11 

Close the console window.

End of steps