Install Guide
Table Of Contents
- Dell Wyse Management Suite Version 3.x Quick Start Guide
- Introduction
- Getting started with Wyse Management Suite
- Installing Wyse Management Suite on private cloud
- Deploying applications to thin clients
- Upgrade Wyse Management Suite version 2.x to 3.x
- Upgrade Wyse Management Suite version 3.x to 3.2
- Uninstalling Wyse Management Suite
- Troubleshooting Wyse Management Suite
- Wyse Device Agent
- Additional resources
- Remote database
- Custom installation
- Access Wyse Management Suite file repository
- Create and configure DHCP option tags
- Create and configure DNS SRV records
- Creating and deploying standard application policy to thin clients
- Register Dell Hybrid Client manually
- Registering Windows Embedded Standard device manually
- Register ThinOS 8.x device manually
- Register ThinOS 9.x device manually
- Registering Linux device manually
- Terms and definitions
user:"wmsuser",
pwd:"PASSWORD",
roles:[{role:"userAdminAnyDatabase",db:"admin"},
{role:"dbAdminAnyDatabase",db:"admin"},
{role:"readWriteAnyDatabase",db:"admin"},
{role:"dbOwner",db:"stratus"}]
}
)
12. To switch to the stratus database, run the following command:
use stratus;
13. To stop the MongoDB services, run the following command:
net stop mongoDB
14. Add an authentication permission to the admin DB. Modify the mongod.cfg file to the following:
systemLog:
destination:file
path:c:\data\log\mongod.log
storage:
dbPath:c:\data\db
security:
authorization:enabled
15. To restart the MongoDB service, run the following:
net Start mongoDB;
Next steps
In the Wyse Management Suite installer, the administrator must use the same user name and password that was created
to access the stratus databases in MongoDB. For information about setting the MongoDB on the Wyse Management Suite
installer, see Custom installation.
Configure Maria database
Maria database (MariaDB) operates on the Transmission Control Protocol (TCP) port number 3306.
About this task
NOTE:
● The IP address displayed here belongs to the Wyse Management Suite server that hosts the web components.
● Replace any value that is boldfaced with your environment variables, as applicable.
To configure MariaDB, do the following:
Steps
1. Install the MariaDB version 10.2.29.
2. Navigate to the MariaDB installation path—C:\Program Files\MariaDB 10.2\bin>mysql.exe -u root –p.
3. Provide the root password which was created during installation
4. Create the database stratus—DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;.
5. Create user 'stratus'@'localhost';
6. Create user 'stratus'@'IP ADDRESS';
7. Set a password for 'stratus'@'localhost'=password('PASSWORD');
8. Set a password for 'stratus'@'IP ADDRESS'=password('PASSWORD');
9. Provide all privileges on *.* to 'stratus'@'IP ADDRESS' identified by 'PASSWORD' with a grant option.
10. Provide all privileges on *.* to 'stratus'@'localhost' identified by 'PASSWORD' with a grant option.
38
Remote database