Deployment Guide
Table Of Contents
Change the MongoDB database port
Steps
1. Stop the Tomcat and MongoDB services.
2. To configure the MongoDB port entry, do the following:
a. Edit the file <INSTALLDIR>\MongoDB\mongod.cfg in a text editor.
b. Update the property in the file with your preferred port number. For example: port=27027.
c. Save the file, and start the MongoDB service. Confirm that it is running on the new port.
3. To configure Tomcat, do the following:
a. Edit the file <INSTALLDIR>\Tomcat-8\webapps\ccm-web\WEB-INF\classes\bootstrap.properties in a
text editor.
b. Update the properties in the file with your preferred port number. For example:
mongodb.seedList=localhost\:27027.
c. Save the file, and start the Tomcat service. Verify that the service is running on the required port. For example:
ps>get-nettcpconnection –LocalPort 27027.
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 efficient to have a separate local repository for each
of the distributed user account so the devices can download images from its local repository. This flexibility is provided with
WMS_Repo.exe software. The WMS_Repo.exe is a Wyse Management Suite file 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.
Prerequisites
● If you are using Wyse Management Suite with cloud deployment, go to Portal Administration > Console Settings > File
Repository. Click Download version x.x and download the WMS_Repo.exe file
● The server requirements to install Wyse Management Suite repository software are:
○ Windows 2012 R2 or Windows 2016 Server Standard
○ 4 CPU
○ 8 GB RAM
○ 40 GB storage space
NOTE:
Wyse Management Suite server and repository installation is not supported on cloud hosted servers such as Azure,
Amazon Web Services, and Google Cloud Platform.
About this task
Do the following to install WMS-Repo software:
Steps
1. Log in as Administrator, and install WMS_Repo.exe on the repository server.
2. Click Next and follow the instructions on the screen to complete the installation.
3. Click Launch to launch the WMS Repository registration screen on the web browser.
4. Select the Register to public WMS Management Portal if you are registering on the public cloud.
Custom port configurations
15