Reference Guide
疑難排解
本節提供叢集設定 Wyse Management Suite version 1.x 適用的疑難排解資訊。
• 問題:可檢查伺服器安裝問題的 Wyse Management Suite 記錄檔位在何處。
因應措施:記錄檔位於 %temp% WMSInstall.log 資料夾中。
• 問題:可檢查應用程式相關問題的 Tomcat 服務相關記錄檔位在何處。
因應措施:如果叢集中的任何節點/伺服器無法運作,且不屬於 MySQL 叢集,請執行下列步驟:
a 重新啟動叢集節點,並在 Shell 提示字元中執行命令 var cluster = dba.rebootClusterFromCompleteOutage();。
b 使用命令 dba.congureLocalInstance('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 均相同,卻嘗試在叢集中新增執行個體,便會顯示 ERROR: Error joining instance to cluster 錯誤
訊息。
11
疑難排解
79