Administrator Guide

Service_WMS_MQTT
Protocol_tcp
Port number1883
Host offering this serviceFQDN of MQTT server
6. Go to DNS > DNS Server Host Name > Forward Lookup Zones > Domain , and right-click the domain.
7. Click Other New Records.
8. Select Text (TXT), click Create Record, and do the following:
a. To create Wyse Management Suite Group Token record, enter the following values, and click OK.
Record name_WMS_GROUPTOKEN
TextWMS Group token
b. To create Wyse Management Suite CA validation record, enter the following values, and then click OK.
Record name_WMS_CAVALIDATION
TextTRUE/FALSE
How to change the hostname to IP address
About this task
You must change the hostname to IP address when the hostname resolution fails.
Steps
1. Open the DOS prompt in elevated Admin mode.
2. Change the directory to C:\Program Files\DELL\WMS\MongoDB\bin.
3. Enter the command, mongo localhost -username stratus -p --authenticationDatabase admin
OutputMongoDB shell version v3.4.10
4. Enter the password.
Output
connecting to: mongodb://127.0.0.1:27017/localhost
MongoDB server version: 3.4.10
5. Enter : use stratus
Outputswitched to db stratus
6. Enter the command, > db.bootstrapProperties.updateOne( {'name': 'stratusapp.server.url'},
{$set : {'value' : "https://IP:443/ccm-web"}} )
Output{ "acknowledged" : true, "matchedCount" : 1, "modifiedCount" : 1 }
7. Enter the command, > db.getCollection('bootstrapProperties').find({'name':
'stratusapp.server.url'})
Output{ "_id" : ObjectId("5b97905e48b7b7e99ad22aa6"), "name" : "stratusapp.server.url", "value" : "https://IP:443/ccm-
web", "isActive" : true, "committed" : true }
Frequently asked questions
139