Reference Guide

문제 해결
작업 정보
섹션에서는 Wyse Management Suite 버전 1.x 클러스터 설정에 대한 문제 해결 정보를 제공합니다.
문제: 서버 설치 문제를 확인하기 위한 Wyse Management Suite 로그 파일은 어디에 있습니까?
해결 방법: 로그 파일은 %temp% WMSInstall.log 폴더에 있습니다.
문제: 애플리케이션 관련 문제를 확인하기 위한 Tomcat 서비스 관련 로그 파일은 어디에 있습니까?
해결 방법: 클러스터의 노드/서버 하나라도 작동하지 않고 MySQL 클러스터의 일부가 되지 않는 경우 다음을 수행합니다.
1. 클러스터 노드를 재부팅하고 프롬프트에서 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
86 문제 해결