How do I synchronize the Analytics data dictionary table data with the NFM-P?

Purpose

Perform the following steps to set the object synchronization interval for tables registered for periodic calculation, such as availability tables. This procedure only needs to be performed once to set the interval for all relevant tables.

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

Steps
 

Log in as the root user on the main server station.


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.


CAUTION 

CAUTION

Service Disruption

Contact technical support 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.

Locate the following section:

  <samauxdb

     analyticsMODictPeriodicSyncTime="value"

     enabled="value"

     ipaddress=""

     oamTestResultEnabled="value"

     secure="value"

     sysKeysafe="value" />


Set the analyticsMODictPeriodicSyncTime parameter to 15, as shown below:

  <samauxdb

     analyticsMODictPeriodicSyncTime="15"

     enabled="value"

     ipaddress=""

     oamTestResultEnabled="value"

     secure="value"

     sysKeysafe="value" />


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 is 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 

Close the console window.

End of steps