Reference Guide
Table Of Contents
- Dell Wyse Management Suite Version 3.x High Availability Guide
- Contents
- Introduction
- High availability architecture
- High availability on Windows Server 2012 R2/2016/2019
- Achieve high availability on Windows Server 2012 R2/2016/2019
- Achieve high availability for MySQL InnoDB
- Achieve high availability on MongoDB
- Achieve high availability for Teradici devices
- Install Wyse Management Suite on Windows Server 2012 R2/2016/2019
- Post installation checks
- Upgrade Wyse Management Suite version 1.3 to 1.4
- Upgrading from Wyse Management Suite version 1.4/1.4.1/2.x/2.1 to Wyse Management Suite version 3.x
- Troubleshooting
Troubleshooting
About this task
This section provides troubleshooting information for Wyse Management Suite version 1.x for the cluster set up.
● Problem: Where is the Wyse Management Suite log file located to check server installation issues.
Workaround: The log file is in the %temp% WMSInstall.logfolder.
● Problem: Where is the Tomcat service related log file located to check the application related issues.
Workaround: If any of the node/server in the cluster does not work and fails to be part of the MySQL cluster do the
following:
1. Reboot the cluster node and run the command var cluster = dba.rebootClusterFromCompleteOutage();
in the shell prompt.
2. Reconfigure the local instance using the command dba.configureLocalInstance('root@
Server_IPAddress:3306').
3. Add the instance back to the cluster using the command
cluster.addInstance('root@Server_IPAddress:3306').
● Problem: If any of the server or node in the cluster stops working and is not part of the MySQL InnoDB cluster.
Workaround: Perform the following steps at the command prompt:
var cluster = dba.rebootClusterFromCompleteOutage(); #Reboot the cluster instance
dba.configureLocalInstance('root@Server_IPAddress:3306') #Reconfigure the local
instance
cluster.addInstance('root@Server_IPAddress:3306')#Add the cluster instance back to
the network
My-SQL JS> cluster.rejoinInstance(“root@Server_IPAddress”)
● Problem: If the server IDs are same in all the nodes, and if we try adding instances in the Cluster, an error message ERROR:
Error joining instance to cluster is displayed.
12
Troubleshooting 91