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
錯誤訊息
12
90 故障診斷