본 게시물은 개인적인 의견으로 작성되었으니 절대적인 정보가 아닐 수 있습니다. 참고만 하시고 궁금한 사항이 있으시면 연락주세요.

티스토리 뷰

클러스터 로그수집 방법 (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를 수행하면 된다.


검색어: 클러스터로그

댓글
최근에 올라온 글
최근에 달린 댓글
글 보관함
Total
Today
Yesterday