Reference Guide

Post installation checks
About this task
Do the following to check the high availability for Wyse Management Suite:
Launch the Wyse Management Suite administrator portal and check whether you can log in using the web interface.
Edit the bootstrap.properties file in the Tomcat server under the \Dell\WMS\Tomcat-9\webapps\ccm-
web\WEB-INF\classes folder for MongoDB as follows:
mongodb.seedList = MongoDBServer1_IP:27017, MongoDBServer2_IP:27017,
MongoDBServer3_IP:27017
Do the following to make changes in the MongoDB and MySQL DB tables:
1. Log in to Mongo DB using Robo 3T and update Windows Cluster Virtual IP/Hostname of Access Point values in the
bootstrapProperties table with the following attributes:
Stratusapp.server.url
Stratus.external.mqtt.url
Stratus.external.preferred.mqtt.url
Stratus.external.secure.mqtt.url
Memcached. Servers
Mqtt.server.url
2. Update the MySQL tables and restart the Tomcat on both the nodes. Manually update mysql database table to retain the
ServerIp in the ServersInCluster table to be active by running the following command:
Update serversInCluster set ServerIp = <VIP address of Windows Cluster>;
NOTE:
Ensure that there is only one record in serversInCluster table and if there are more than one record, delete
the excess records.
Update queuelock set IpInLock = <VIP address of Windows Cluster>;
3. Connect the FQDN address of the access point to the Memcached registry on both nodes of the high availability setup
using the following paths:
Registry pathHKLM\SYSTEM\CurrentControlSet\Services\Memcached\
Image pathC:\Program Files\DELL\WMS\memcached\memcached.exe -d runservice -p 11211-I <FQDN of Access
Point> -U 0
9
74 Post installation checks