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:
-
Login to the command line for the Device/Combo server you want to display the model information.
-
Set the voyence.conf file as source:
source /etc/voyence.conf
-
Open the hardware.inc file for the Symbol devices in vi:
vi $VOYENCE_HOME/package/Symbol/WirelessSwitch/hardware.inc
-
Locate the var section that deals with model information as in the following example:
vars {
var<const>enumModel = "( 11.1.1= WS2000, 6.0.1= WS5100)";
-
Add the desired model information in the following format:
OID= Model
Example
11.1.6= AP7131N
Using the above example, the var section should now look like the following:
vars {
var<const>enumModel = "(
11.1.6= AP7131N,
11.1.1= WS2000,
6.0.1= WS5100)";
-
Save and close the hardware.inc file.
:w
:q
-
Restart Smarts NCM services on the server where you made the changes:
service vcmaster
-
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.