To configure the maximum number of tasks for distribution

Purpose

The NFM-P allows you to select multiple policies of the same type for bulk distribution. Perform this procedure to change the default maximum number of tasks involved when a group of policies is distributed.

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.

Steps
 

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


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


Create a backup copy of the nms-server.xml file.


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


Search for the following XML tag:

<policyConfig maxTasksForBulkDistribute="200000"/>

Change the number, as required. The default is 200,000. Nokia recommends that you configure the value between 1 and 200,000.


Save and close the nms-server.xml file.


Open a console window.


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


10 

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.


11 

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.


12 

Close the console window.

End of steps