Reference Guide
疑難排解
關於此工作
本节提供丛集设定 Wyse 管理套件 1.x 版适用的疑难解答信息。
• 问题:可检查服务器安装问题的 Wyse 管理套件记录档位在何处。
因應措施:記錄檔位於 %temp% WMSInstall.log 資料夾中。
• 問題:可檢查應用程式相關問題的 Tomcat 服務相關記錄檔位在何處。
因應措施:如果叢集中的任何節點/伺服器無法運作,且不屬於 MySQL 叢集,請執行下列步驟:
1. 重新啟動叢集節點,並在 Shell 提示字元中執行命令 var cluster =
dba.rebootClusterFromCompleteOutage();。
2. 使用命令 dba.configureLocalInstance('root@ Server_IPAddress:3306') 以重新設定本機執行個體。
3. 使用命令 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 均相同,卻嘗試在叢集中新增執行個體,便會顯示 ERROR: Error joining instance to cluster
錯誤訊息。
圖 94. 錯誤訊息
12
疑難排解 85