Skip to content

Latest commit

 

History

History
123 lines (96 loc) · 3.57 KB

ne-msclus-node_cluster_state.md

File metadata and controls

123 lines (96 loc) · 3.57 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:msclus.NODE_CLUSTER_STATE
NODE_CLUSTER_STATE (msclus.h)
The NODE_CLUSTER_STATE enumeration (msclus.h) indicates the state of the cluster.
CLUSTER_CONFIGURED
CLUSTER_INSTALLED
CLUSTER_RUNNING
ClusterStateNotConfigured
ClusterStateNotInstalled
ClusterStateNotRunning
ClusterStateRunning
NODE_CLUSTER_STATE
NODE_CLUSTER_STATE enumeration [Failover Cluster]
_NODE_CLUSTER_STATE
_NODE_CLUSTER_STATE enumeration [Failover Cluster]
clusapi/ClusterStateNotConfigured
clusapi/ClusterStateNotInstalled
clusapi/ClusterStateNotRunning
clusapi/ClusterStateRunning
clusapi/NODE_CLUSTER_STATE
clusapi/_NODE_CLUSTER_STATE
msclus/ClusterStateNotConfigured
msclus/ClusterStateNotInstalled
msclus/ClusterStateNotRunning
msclus/ClusterStateRunning
msclus/NODE_CLUSTER_STATE
msclus/_NODE_CLUSTER_STATE
mscs.node_cluster_state
mscs\node_cluster_state.htm
MsCS
cc3b5bdc-79d7-4578-bfa5-8e57df4670e6
08/03/2022
CLUSTER_CONFIGURED, CLUSTER_INSTALLED, CLUSTER_RUNNING, ClusterStateNotConfigured, ClusterStateNotInstalled, ClusterStateNotRunning, ClusterStateRunning, NODE_CLUSTER_STATE, NODE_CLUSTER_STATE enumeration [Failover Cluster], _NODE_CLUSTER_STATE, _NODE_CLUSTER_STATE enumeration [Failover Cluster], clusapi/ClusterStateNotConfigured, clusapi/ClusterStateNotInstalled, clusapi/ClusterStateNotRunning, clusapi/ClusterStateRunning, clusapi/NODE_CLUSTER_STATE, clusapi/_NODE_CLUSTER_STATE, msclus/ClusterStateNotConfigured, msclus/ClusterStateNotInstalled, msclus/ClusterStateNotRunning, msclus/ClusterStateRunning, msclus/NODE_CLUSTER_STATE, msclus/_NODE_CLUSTER_STATE, mscs.node_cluster_state
msclus.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Windows
NODE_CLUSTER_STATE
19H1
NODE_CLUSTER_STATE
msclus/NODE_CLUSTER_STATE
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
MsClus.h
NODE_CLUSTER_STATE

NODE_CLUSTER_STATE enumeration

-description

Indicates the state of the cluster. The GetNodeClusterState function uses this enumeration.

-enum-fields

-field ClusterStateNotInstalled:0

The Cluster service is not installed on the node.

-field ClusterStateNotConfigured:0x1

The Cluster service is installed on the node but has not yet been configured.

-field ClusterStateNotRunning

The Cluster service is installed and configured on the node but is not currently running.

-field ClusterStateRunning

The Cluster service is installed, configured, and running on the node.

-remarks

The following constants are defined in ClusAPI.h.

Constant Value
CLUSTER_INSTALLED 0x00000001
CLUSTER_CONFIGURED 0x00000002
CLUSTER_RUNNING 0x00000010

-see-also

Failover Cluster Enumerations

GetNodeClusterState