You are here:   Home Tips & Tricks Windows 2008 Clustering - The Cluster Log
Jun
17
2010

Windows 2008 Clustering - The Cluster Log

E-mail
Written by Misha Hanin   

Recently, during Windows 2008 Cluster implementation I was asked the question about Cluster Log. Equally question was, Misha, why we don't see the Cluster log in %systemroot%\system32\LogFiles\Cluster folder, like it was in a previous version of a cluster.

This simple and short answer is its no longer there.

Microsoft replaced the cluster logs with an event based tracing system.

The new model is an update to the NT Event Log service. NT Event Log provides additional features to better support monitoring and diagnostics of Windows applications, services, components, and drivers.

However, if you still would like to get access to the old familiar cluster.log file you should do the following steps:

  1. Go to a command prompt
  2. Type "Cluster /Cluster:yourclustername log /gen /copy "C:\temp".
  3. Navigate to the c:\temp directory and there you will find the .log files for each node of your cluster.

The cluster log can now be opened in Notepad.

Please note that you need to run this command after each change as its not dynamically updated like the old .log file.

 
More articles :

» Learn about Hyper-V failover Clustering with StarWind HA shared storage

Live Webinar, Wednesday, June 8 During this session, Max Craft, StarWind's Senior Solutions Engineer will demonstrate how the highly available shared storage solution from StarWind allows users to eliminate downtime and ensure business continuity...

» Details on what can be done with the VMM and Failover Cluster cmdlets

If you are dealing a lot with a VMM and / or Failover Clustering, here are some details on what you can do with the VMM and Failover Cluster cmdlets:VMM 2008 R2 Cmdlet Reference

» Multi-Site Clustering with Windows Server 2008 R2

A really cool video about Multi-Site Clustering with Windows Server 2008 R2:

» Windows Server 2008 and 2008R2 Failover Cluster Startup Switches

On Microsoft Enterprise Support Windows Server Core Team blog published very useful article about Failover Cluster Startup Switches. If you are working with a Microsoft Cluster (as I do :) ), take a look on this post and you will get more...

» Windows, iSCSI and NAS (Network-Attached Storage) in Test Environment

Recently, I worked on a project to be deployed on a Windows servers cluster. Before setting up the production environment, it was necessary to check if one of the required applications will work on a cluster. To those of you who doesn’t know...