To enable NSP and WS-NOC/RC Release 25.12 or later compatibility

Purpose

Perform this procedure to enable compatibility between a Release 25.12 or later WS-NOC/RC system and an NSP deployment at a later release.

NSP release compatibility varies by system type; see the NSP compatibility matrix in the NSP Release Notice for the supported release combinations and any release-specific updates that the WS-NOC/RC may require.

Note: You must perform the steps on each WS-NOC/RC server in a redundant WS-NOC/RC system.

Note: A leading # symbol in a command represents the root user prompt, and is not to be included in the command.

Before you begin

Before performing this procedure, ensure that you have completed To integrate a Release 25.12 or later WS-NOC/RC and the NSP.

Steps
 

Log in as the root user to the mnc-fm container on the WS-NOC/RC MnCMain VM.


Enter the following:

docker exec -it mnc-fm bash ↵

A command shell opens in the mnc-fm container.


Open the following file using a plain-text editor such as vi:

/nfmt/instance/nfmt-adapters/config/NfmtAdapter.properties


If you are integrating NSP with WaveSuite 25.12 or later, edit the following lines to read as shown below:

EQUIPMENT_ENABLED=true

SERVICE_ENABLED=true

FMADAPTER_VERSION=26.4.0-rel

EQUIPMENTADAPTER_VERSION=26.4.0-rel

SERVICEADAPTER_VERSION=26.4.0-rel


Save and close the file.


Enter the following:

mkdir -p /nfmt/config/tempcustom/nfmt/instance/nfmt-adapters/config ↵


Enter the following:

cp -p /nfmt/instance/nfmt-adapters/config/NfmtAdapter.properties /nfmt/config/tempcustom/nfmt/instance/nfmt-adapters/config/ ↵


Enter the following:

chown -R otn:gadmin /nfmt/config/tempcustom/nfmt/instance ↵


Enter the following:

pkill -f NSP-Adapters ↵

The NSP-Adapters process restarts.


10 

Enter the following to log out of the mnc-fm container:

exit ↵


11 

Save and close the file.


12 

Enter the following to close the command shell:

exit ↵

End of steps