Interpreting the Cluster Log |
If diagnostic logging is enabled and the Cluster service fails to start because of a logon error for the service account or another system-related error, the Cluster service might not have a chance to run, and the log file might be empty. If there was a previously existing log file, that file might persist.
An alternative is to run the Cluster service temporarily from a command prompt, with the -debug option set. Before running the Cluster service with the -debug option, consider the following:
To run the Cluster service from a command prompt
The local cluster directory is
CLUSSVC -debug
In the command prompt window, the Cluster service prints output similar to entries written when running the Cluster service without the -debug option.
To print the Cluster service output to a file
CLUSSVC -debug > c:\debug.log\
Note
When you run Clussvc.exe from a command window, the Resource Monitor does not output to that window. The Resource Monitor is a separate process and does not write to the window used by Clussvc.exe.