Thursday, December 19, 2013

Windows Cluster Log Parser

CREATING THE CLUSTER.LOG

From one of the nodes,  open command prompt with Admin privileges and type - 

"cluster log /g"

A cluster.log file will be generated and stored in the %windir%\Cluster\Reports directory

From the command prompt use - 

findstr "ERR WRN" cluster.log > cluster_parsed.log

No comments:

Post a Comment