Reference Guide

故障排除
本节提供有关适用于群集设置的 Wyse Management Suite 版本 1.x 的故障排除信息。
问题:用于检查服务器安装问题的 Wyse Management Suite 日志文件位于何处。
解决方法:该日志文件位于 %temp% WMSInstall.log 文件夹中。
问题:与用于检查服务应用程序问题的日志文件相关的 Tomcat 服务位于何处。
解决方法:如果群集中的任何/服务器不起作用,而无法成为 MySQL 群集的一部分,请执行以下操作:
a 重新引导群集节点,然后在 shell 提示符下运行命令 var cluster = dba.rebootClusterFromCompleteOutage();
b 使用命令 dba.congureLocalInstance('root@ Server_IPAddress:3306') 重新配置本地实例。
c 使用命令 cluster.addInstance('root@Server_IPAddress:3306') 将该实例添加回群集。
问题:如果群集中的任何服务器或节点停止工作并且不是 MySQL InnoDB 群集的一部分。
解决方法:在命令提示符下执行以下步骤:
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)
问题:如果服务器 ID 在所有节点上都相同,当我们尝试在群集中添加实例时,则会显示错误消息错误:向群集中加入实例时出
11
故障排除
77