The meaning of state codes in the Cluster log (286052)



The information in this article applies to:

  • Microsoft Windows Server 2003, Datacenter Edition
  • Microsoft Windows Server 2003, Enterprise Edition
  • Microsoft Windows Server 2003 R2 Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003 R2 Enterprise Edition (32-Bit x86)
  • Microsoft Windows Server 2003, Enterprise x64 Edition
  • Microsoft Windows Server 2003, Standard x64 Edition
  • Microsoft Windows Server 2003 R2 Enterprise x64 Edition
  • Microsoft Windows Server 2003 R2 Standard x64 Edition
  • Microsoft Windows Server 2003 R2 Datacenter x64 Edition
  • Microsoft Windows Server 2003 R2 Datacenter Edition (32-Bit x86)
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows NT Server, Enterprise Edition 4.0
  • Microsoft Windows 2000 Datacenter Server

This article was previously published under Q286052

SUMMARY

This article discusses the state codes that are displayed in the Cluster.log file.

NOTE: These state codes had been originally documented in the Resource Kit for Microsoft Windows 2000 Server in the Cluster Log Basics section.

MORE INFORMATION

When Microsoft Windows 2000 is installed, it enables the Cluster Logging feature, by default. If you want more information about this topic, refer to the following article:

234767 Microsoft Cluster Server Logging Enhancements in Windows 2000

In Microsoft Windows NT 4.0, the Cluster Logging feature has to be manually enabled. If you want to enable this feature in Windows NT 4.0, refer to the following article:

168801 How to Enable Cluster Logging in Microsoft Cluster Server


You can obtain error code or status code information, at a command prompt, by typing net helpmsg "error code".

In the cluster log you may receive the following error message:
388.4e8::1999/06/09-20:20:57.281 [NM] Received advice that node 2 has failed with error 5 state 1.
With an "error 5" you can use the net helpmsg 5 command which causes the output of an "Access is denied" message. If you correlate "state 1" to the following list, you can observe that "state 1" equates to "ClusterNodeDown". You could then use this information from the cluster log and decide if there is a permissions problem with the Cluster service.

Different components of the Cluster service create different state codes. The core components and their state codes are in the following lists:

State Codes for Cluster Groups

  • -1 ClusterGroupStateUnknown
  • 0 ClusterGroupOnline
  • 1 ClusterGroupOffline
  • 2 ClusterGroupFailed
  • 3 ClusterGroupPartialOnline

State Codes for Cluster Nodes

  • -1 ClusterNodeStateUnknown
  • 0 ClusterNodeUp
  • 1 ClusterNodeDown
  • 2 ClusterNodePaused
  • 3 ClusterNodeJoining

State Codes for Cluster Resources

  • -1 ClusterResourceStateUnknown
  • 0 ClusterResourceInherited
  • 1 ClusterResourceInitializing
  • 2 ClusterResourceOnline
  • 3 ClusterResourceOffline
  • 4 ClusterResourceFailed
  • 128 ClusterResourcePending
  • 129 ClusterResourceOnlinePending
  • 130 ClusterResourceOfflinePending

State Codes for Networks

  • -1 ClusterNetworkStateUnknown
  • 0 ClusterNetworkUnavailable
  • 1 ClusterNetworkDown
  • 2 ClusterNetworkPartitioned
  • 3 ClusterNetworkUp

State Codes for Network Interfaces

  • -1 ClusterNetInterfaceStateUnknown
  • 0 ClusterNetInterfaceUnavailable
  • 1 ClusterNetInterfaceFailed
  • 2 ClusterNetInterfaceUnreachable
  • 3 ClusterNetInterfaceUp

Modification Type:MinorLast Reviewed:5/1/2006
Keywords:kbinfo KB286052