Administrator Guide
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
• Text—WMS Group token
b. To create Wyse Management Suite CA validation record, enter the following values, and then click OK.
• Record name—_WMS_CAVALIDATION
• Text—TRUE/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
Output—MongoDB 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
Output—switched 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 }
How do I image the device using self-signed
remote repository
You can perform imaging of Windows Embedded Standard and ThinLinux devices from the local repository of private cloud or from the
remote repository of public cloud.
Prerequisites
If the image is deployed from the local repository of private cloud or from the remote repository of public cloud with a self-signed
Certificate, the administrator must push the self-signed certificate to the thin clients to perform imaging when the CA Validation is
enabled.
Steps
1. Export the self-signed certificate from Internet Explorer or MMC.
2. Upload the certificate to Wyse Management Suite—see Image Policy.
3. Push the certificate to the target clients or groups of clients using the security policy.
Wait for the Configuration Policy Job to complete.
4. Enable CA Validation from local repository of private cloud or from the remote repository of public cloud.
5. Create an image policy and schedule it to the group.
Frequently asked questions
105