티스토리 뷰
클러스터 로그수집 방법 (Create Cluster Log)
#.1 Command Prompt
Cluster log /g /copy
수집경로 : C:\windows\cluster\reports\cluster.log 각노드에 자동 생성됨.
/copy 옵션은 명령을 수행하는 서버에 COPY 하는 옵션 , 이 옵션이 없을 경우에는 각 노드에 생성이 된다.
#.2 PowerShell
파워쉘을 실행하여 아래와 같이 실행한다.
Get-ClusterLog -Destination .
C:\windows\cluster\reports\cluster.log 의 각 노드에 자동 생성이 된다.
/UseLocalTime : 로그일자가 현재 서버시간으로 생성된다. (없으면 9시간 전 시간으로 표기됨)
/TimeSpan : 단위 분 , 10분 이전까지만 로깅을 한다.
EX) Get-Clusterlog -Destination . -UseLocalTime -TimeSpan:5
혹 파워셀 명령어가 실행이 안되면 해당 모듈이 설치가 되지 않아서 그렇다.
아래와 같이 설치하면 된다.
Getting started with the Failover Clustering cmdlets
To import the FailoverClusters module
1.Start Windows PowerShell with administrator privileges. Click Start, point to All Programs, click Accessories, click Windows PowerShell, right-click Windows PowerShell, and then click Run As Administrator.
2.To import the module, type the following cmdlet:
Copy
import-module failoverclusters
3. end
You can use the get-command –module failoverclusters to get a list of all Failover Clustering cmdlets.
해당명령어를 모두 보려면 위 get-command를 수행하면 된다.
검색어: 클러스터로그
'Windows SQL Cluster' 카테고리의 다른 글
Install File Server on Windows Server 2012 Cluster (0) | 2015.10.27 |
---|---|
윈도우2012 클러스터에는 노드에 DC를 추가를 못한다. (0) | 2015.10.06 |
클러스터 쿼럼 투표권 설정하기 (0) | 2015.08.26 |
클러스터 구성옵션 - 클러스터된 서비스 / 응용 프로그램의 설정 (0) | 2015.03.20 |
Windows Server 2012 Cluster DynamicQuorum 구성 설정 및 확인하기 (0) | 2015.02.26 |
- Total
- Today
- Yesterday