Deployment Guide
Figure 7. Services
NOTE: The Startup Type is Manual, and the Mosquitto Services are started by running a script. The Mosquitto Services
(including ‘Dell WMS: Mosquitto’) should not be started, or restarted manually, as the services get started by the script
automatically when the system restarts.
Congure back-end Mosquitto to connect with front-end
Mosquitto
1 Open the le in the directory C:\Program Files\DELL\WMS\Mosquitto\mosquito.conf in a text editor.
2 In the mosqquito.conf folder, uncomment the property bind_address, and update the entry as, bind_address <IP1>.
3 Go to the Bridges section of the document, and run the following commands:
# connection <name>
#address <host>[:<port>] [<host>[:<port>]]
#topic <topic> [[[out | in | both] qos-level] local-prex remote-prex]
connection pns01
address <IP1>:1883
topic # out
connection pns02
address <IP2>:1883
topic # out
connection pns03
address <IP3>:1883
topic # out
4 In the Windows Local Services, set Dell WMS: Mosquitto service to Manual as shown in the following window:
14
Custom port congurations