Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CLUSTER_SETUP_PHASE enumeration (clusapi.h)
Used by the ClusterSetupProgressCallback function to identify the current phase of the cluster setup process.
Syntax
typedef enum _CLUSTER_SETUP_PHASE {
ClusterSetupPhaseInitialize = 1,
ClusterSetupPhaseValidateNodeState = 100,
ClusterSetupPhaseValidateNetft = 102,
ClusterSetupPhaseValidateClusDisk = 103,
ClusterSetupPhaseConfigureClusSvc = 104,
ClusterSetupPhaseStartingClusSvc = 105,
ClusterSetupPhaseQueryClusterNameAccount = 106,
ClusterSetupPhaseValidateClusterNameAccount = 107,
ClusterSetupPhaseCreateClusterAccount = 108,
ClusterSetupPhaseConfigureClusterAccount = 109,
ClusterSetupPhaseFormingCluster = 200,
ClusterSetupPhaseAddClusterProperties = 201,
ClusterSetupPhaseCreateResourceTypes = 202,
ClusterSetupPhaseCreateGroups = 203,
ClusterSetupPhaseCreateIPAddressResources = 204,
ClusterSetupPhaseCreateNetworkName = 205,
ClusterSetupPhaseClusterGroupOnline = 206,
ClusterSetupPhaseGettingCurrentMembership = 300,
ClusterSetupPhaseAddNodeToCluster = 301,
ClusterSetupPhaseNodeUp = 302,
ClusterSetupPhaseApplyNetworkATCIntents,
ClusterSetupPhaseMoveGroup = 400,
ClusterSetupPhaseDeleteGroup = 401,
ClusterSetupPhaseCleanupCOs = 402,
ClusterSetupPhaseOfflineGroup = 403,
ClusterSetupPhaseEvictNode = 404,
ClusterSetupPhaseCleanupNode = 405,
ClusterSetupPhaseCoreGroupCleanup = 406,
ClusterSetupPhaseRepairCNOAccount,
ClusterSetupPhaseRepairDNSPermissions,
ClusterSetupPhaseFailureCleanup = 999
} CLUSTER_SETUP_PHASE;
Constants
ClusterSetupPhaseInitializeValue: 1 Initialize cluster setup. |
ClusterSetupPhaseValidateNodeStateValue: 100 Validate cluster nodes. |
ClusterSetupPhaseValidateNetftValue: 102 Validate cluster networks. |
ClusterSetupPhaseValidateClusDiskValue: 103 Validate cluster disks. |
ClusterSetupPhaseConfigureClusSvcValue: 104 Configure cluster service. |
ClusterSetupPhaseStartingClusSvcValue: 105 Start cluster service. |
ClusterSetupPhaseQueryClusterNameAccountValue: 106 Query cluster name. |
ClusterSetupPhaseValidateClusterNameAccountValue: 107 Validate cluster name. |
ClusterSetupPhaseCreateClusterAccountValue: 108 Create cluster account. |
ClusterSetupPhaseConfigureClusterAccountValue: 109 Configure cluster account. |
ClusterSetupPhaseFormingClusterValue: 200 Form the cluster. |
ClusterSetupPhaseAddClusterPropertiesValue: 201 Add properties to cluster. |
ClusterSetupPhaseCreateResourceTypesValue: 202 Create resource types. |
ClusterSetupPhaseCreateGroupsValue: 203 Create resource groups. |
ClusterSetupPhaseCreateIPAddressResourcesValue: 204 Create IP address resources. |
ClusterSetupPhaseCreateNetworkNameValue: 205 Create network name. |
ClusterSetupPhaseClusterGroupOnlineValue: 206 Bring cluster groups online. |
ClusterSetupPhaseGettingCurrentMembershipValue: 300 Get current cluster membership. |
ClusterSetupPhaseAddNodeToClusterValue: 301 Add node to cluster membership. |
ClusterSetupPhaseNodeUpValue: 302 Start node. |
ClusterSetupPhaseMoveGroupValue: 400 Move group to another node. |
ClusterSetupPhaseDeleteGroupValue: 401 Delete group from cluster. |
ClusterSetupPhaseCleanupCOsValue: 402 Clean up offline group. |
ClusterSetupPhaseOfflineGroupValue: 403 Move group offline. |
ClusterSetupPhaseEvictNodeValue: 404 Remove a node from the cluster. |
ClusterSetupPhaseCleanupNodeValue: 405 Return node to pre-clustered state. |
ClusterSetupPhaseCoreGroupCleanupValue: 406 Return core resource group to pre-clustered state. |
ClusterSetupPhaseFailureCleanupValue: 999 Return failed resource to pre-clustered state. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Header | clusapi.h |
See also
Feedback
Was this page helpful?
