Problem: Y.1564 service test results not published to Kafka

General information

Y.1564 service test results are not published to Kafka if the test has timed out.

When this situation occurs, the staleTestTime duration must be updated to prevent timeouts.

Steps
CAUTION 

CAUTION

Service Disruption

Modifying the nms-server.xml file can have serious consequences that can include service disruption.

Contact technical support before you attempt to modify the nms-server.xml file.

 

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.


Edit the following line:

staleTestTime="value"

Update the value to reflect the required test duration interval to avoid timeout.


Save and close the nms-server.xml file.


On a standalone main server, or the primary main server in a redundant system, enter the following:

bash$ /opt/nsp/nfmp/server/nms/bin/nmsserver.bash read_sync ↵

The NFM-P puts the configuration change into effect.


Close the console window.


10 

Re-run the Y.1564 service tests, with the Publish to Kafka parameter enabled.

End of steps