How do I enable the preservation of the XML API statistics pool size?

Purpose
CAUTION 

CAUTION

Service Disruption

Modifying the server configuration can have serious consequences including service disruption.

Contact technical support before you attempt to modify the server configuration.

Perform this procedure to ensure that the pool size for XML API statistics operations is not reset by a system upgrade or main server configuration update.

Note: You must perform the procedure on each main server in the NFM-P system.

Steps
 

Log in to the main server station as the nsp user.


Open a console window.


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 such as vi.


Locate the following line:

<deploymentWorker statsPoolSize="nn"


Add the following to the end of the line:

preserveAttributes="true"

The line now reads:

<deploymentWorker statsPoolSize="nn" preserveAttributes="true"


Save and close the file.


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


10 

Enter of the following:

bash$ ./nmsserver.bash read_config ↵

The main server configuration is updated.


11 

Close the console window.

End of steps