Deployment Guide

Figure 9. Start screen
The C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup directory is displayed.
6 Copy the shortcut of mqttsvc.bat le into the folder.
7 Restart the server and perform the following steps to conrm that four instances of Mosquitto are running on each of IP0, IP1, IP2,
and IP3 on port 1883:
a Open the Powershell window, and run the following command:
PS> get-nettcpconnection -LocalPort 1883
b Conrm that there are at least four services running with the following values:
LocalAddress=IP0, IP1, IP2, IP3
LocalPort=1883
State=Listen
Congure front-end Mosquitto on MongoDB database
MongoDB has bootstrapProperties le that has various parameters to congure URLs for Tomcat to connect devices with back-end and
front-end Mosquitto. The installer by default would congure both parameters with back-end Mosquitto as most users would be running
with a single instance of Mosquitto.
1 Open a command prompt and navigate to C:\Program Files\DELL\WMS\MongoDB\bin directory.
2 Run the following command at the command prompt.
>mongo stratus -u stratus -p <mongodbPassword> -eval "db.bootstrapProperties.update({'name': 'stratus.external.mqtt.url'}, {'name':
'stratus.external.mqtt.url' , 'value' : 'tcp://xyz-pns.wysemanagementsuite.com:1883' }, {upsert:true})"
3 Restart Tomcat Service identied in Local Services as Dell WMS: Tomcat Service.
Remote repository
Wyse Management Suite allows you to have local and remote repositories for applications, operating system images and so on. If the user
accounts are distributed across geographies, it would be ecient to have a separate local repository for each of the distributed user
account so the devices can download images from its local repository. This exibility is provided with WMS_Repo.exe software. The
WMS_Repo.exe is a Wyse Management Suite le repository software that helps to create distributed remote repositories which can be
registered with Wyse Management Suite. The WMS_Repo.exe is available only for Pro license subscribers only.
The server requirements to install Wyse Management Suite repository software are:
16
Custom port congurations