GetNodeClusterState method of the MSFTCluster_Node class
Returns the node cluster state for this node.
Note
This method is only supported in Windows Server 2012 R2. In Windows Server Technical Preview, use instead the GetNodeClusterState method in the MSFTCluster_NodeService class.
Syntax
uint32 GetNodeClusterState(
[out] uint32 NodeClusterState
);
Parameters
NodeClusterState [out]
The node cluster state.
The possible values are.
ClusterStateNotInstalled (0)
ClusterStateNotConfigured (1)
ClusterStateNotRunning (3)
ClusterStateRunning (19)
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
End of client support |
None supported |
End of server support |
Windows Server 2012 R2 |
Namespace |
Root\Microsoft\Windows\Cluster |
MOF |
Cluswmiv2.mof |