This article explains how you can add the additional model name so that the Smarts NCM system will display the model name correctly.
All Supported NCM releases
To get Smarts NCM to display the model number for a Symbol device, the model number for the device must be added to the Symbol hardware.inc file.
This is done as follows:
source /etc/voyence.conf
vi $VOYENCE_HOME/custompackage/Symbol/WirelessSwitch/hardware.inc
vars {
var<const> enumModel = "(
11.1.1= WS2000,
6.0.1= WS5100)";
}
vars {
var<const>enumModel = "(
11.1.6= AP7131N,
11.1.1= WS2000,
6.0.1= WS5100)";
service vcmaster restart
Once done, Run some Smarts NCM jobs or operations to interact with the device. This is necessary for the new model entry to take effect, and can be done by a simple pull selected job or a full configuration pull.
After the job completes, confirm that the model number for the Symbol device now shows in the Smarts NCM console.