How to Enable Cluster Logging in Microsoft Cluster Server

Last reviewed: March 19, 1998
Article ID: Q168801
The information in this article applies to:
  • Microsoft Windows NT Server, Enterprise Edition version 4.0 - Microsoft Cluster Server

SUMMARY

In Microsoft Cluster Server, you can turn Cluster Logging on as a way of troubleshooting problems with the clustering software.

MORE INFORMATION

To enable Cluster Logging, there are two variables you need to place in the Windows NT environment variable list. These variables are ClusterLog and ClusterLogLevel.

To enter System environment variables, perform these steps:

  1. In the System tool in Control Panel, click the Environment tab.

  2. Type ClusterLog in the Variable box, type <path>\cluster.log in the Value box, and then click Set.

    NOTE: <path> is the drive and folder you manually create to store the Cluster Server log file. For example, C:\Cluster.

  3. Type ClusterLogLevel in the Variable box, type 0, 1, 2, or 3 in the Value box, and then click Set.

    NOTE: 0=no logging, 1=Errors only, 2=Errors and Warnings, and 3=Everything that happens.

  4. Click OK.

  5. Shut down and restart your computer for Cluster Server to read the variables correctly.

You can type SET at the command prompt to verify that you entered the variables correctly after you have restarted the computer.

NOTE: You also have the ability to enter User Variables in the Environment dialog box.


Additional query words: cluster group resource
Keywords : ntsetup NTSrv kbsetup
Version : WinNT: 4.0
Platform : winnt
Hardware : x86
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 19, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.