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.
Note: You must perform the procedure on each NFM-P main server.
Steps
1 |
Log in as the root user on the main server station. | ||
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 such as vi. | ||
5 |
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" /> | ||
6 |
Set the analyticsMODictPeriodicSyncTime parameter to 15, as shown below: <samauxdb analyticsMODictPeriodicSyncTime="15" enabled="value" ipaddress="" oamTestResultEnabled="value" secure="value" sysKeysafe="value" /> | ||
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 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 |