Today,a friend of mine asked me ,where to find the cluster.log in Windows Server 2008. I casually replied to him you can find it in
%systemroot%\Cluster\cluster.log.
But he couldn't find it there. So i did a bit of googling and found that you have to Open a Command Prompt (cmd.exe) and type the following command:
Cluster /Cluster:yourclustername log /gen /copy “C:\tmp”
The log file will be created in the specified location and you can view the contents by opening it in notepad.
No comments:
Post a Comment