Node Control Codes
The Failover Cluster API defines the following external control codes for nodes (there are no internal control codes defined for nodes):
Node control codes use the CLUS_OBJECT_NODE value of the CLUSTER_CONTROL_OBJECT enumeration to indicate that the control code applies to cluster nodes. For more information about control codes, see Control Code Architecture.
Node control codes are enumerated by the CLUSCTL_NODE_CODES enumeration.
In this section
-
TBD.
-
TBD.
-
TBD.
-
TBD.
-
TBD.
-
Retrieves a list of the read/write common property names for nodes.
-
Retrieves a list of node private property names.
-
Retrieves the intrinsic characteristics of a node.
-
Retrieves the user account name under which the cluster service is running on a node.
-
Retrieves the read/write common properties for a node. Applications use this control code as a ClusterNodeControl parameter.
-
Reserved for future use.
-
Retrieves the flags that are set for a node.
-
Retrieves the unique cluster identifier for a node.
-
Retrieves the name of a node.
-
Retrieves the read/write private properties for a node.
-
The CLUSCTL_NODE_GET_PRIVATE_PROPERTY_FMTS control code is not supported and fails with ERROR_INVALID_FUNCTION.
-
Retrieves the read-only common properties for a node.
-
Retrieves the read-only private properties for a node.
-
Retrieves the bitmap that represents the set of nodes that the current Global Update Manager (GUM) lock owner is waiting for.
-
Updates the read/write common properties for a node.
-
Updates the read/write private properties for a node.
-
verifies that control codes are being processed on the node where execution of the control is directed.
-
Verifies that a property list contains valid node property names and values and that the list is properly formatted.
-
Verifies that a property list is properly formatted.
Related topics