Reference Guide

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