Deployment Guide

address <IP3>:1883
topic # out
4 Go to Windows Local Services and change the entry Dell WMS: Mosquitto service to start manually as shown in the following
window.
Figure 8. Start services manually
Conguring Mosquitto services startup script
This section explains how to congure Mosquitto services startup script.
1 Go to the directory C:\Program Files\DELL, and create a le mqttsvc.bat.
2 Open the le mqttsvc.bat in text editor, and type the following entries into the le.
@ECHO OFF
SETX -m MOSQUITTO_DIR "C:\Program Files\DELL\WMS\Mosquitto\mq1"
sc.exe start "Dell WMS: FE-MQTT1"
SLEEP 5
TIMEOUT /5
SETX -m MOSQUITTO_DIR "C:\Program Files\DELL\WMS\Mosquitto\mq2"
sc.exe start "Dell WMS: FE-MQTT2"
SLEEP 5
TIMEOUT /5
SETX -m MOSQUITTO_DIR "C:\Program Files\DELL\WMS\Mosquitto\mq3"
sc.exe start "Dell WMS: FE-MQTT3"
SLEEP 5
TIMEOUT /5
SETX -m MOSQUITTO_DIR "C:\Program Files\DELL\WMS\Mosquitto"
sc.exe start "mosquitto"
3 Save the mqttsvc.bat le.
Deploying and
conguring Wyse Management Suite 13