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
 
1 

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


2 

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


3 

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


4 

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


5 

Search for the following XML tag:

<policyConfig maxTasksForBulkDistribute="200000"/>

6 

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


7 

Save and close the nms-server.xml file.


8 

Open a console window.


9 

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