Condividi tramite


enumerazione CLUSTER_SETUP_PHASE (clusapi.h)

Usato dalla funzione ClusterSetupProgressCallback per identificare la fase corrente del processo di installazione del cluster.

Sintassi

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;

Costanti

 
ClusterSetupPhaseInitialize
Valore: 1
Inizializzare la configurazione del cluster.
ClusterSetupPhaseValidateNodeState
Valore: 100
Convalidare i nodi del cluster.
ClusterSetupPhaseValidateNetft
Valore: 102
Convalidare le reti cluster.
ClusterSetupPhaseValidateClusDisk
Valore: 103
Convalidare i dischi del cluster.
ClusterSetupPhaseConfigureClusSvc
Valore: 104
Configurare il servizio cluster.
ClusterSetupPhaseStartingClusSvc
Valore: 105
Avviare il servizio cluster.
ClusterSetupPhaseQueryClusterNameAccount
Valore: 106
Nome del cluster di query.
ClusterSetupPhaseValidateClusterNameAccount
Valore: 107
Convalidare il nome del cluster.
ClusterSetupPhaseCreateClusterAccount
Valore: 108
Creare un account cluster.
ClusterSetupPhaseConfigureClusterAccount
Valore: 109
Configurare l'account del cluster.
ClusterSetupPhaseFormingCluster
Valore: 200
Formare il cluster.
ClusterSetupPhaseAddClusterProperties
Valore: 201
Aggiungere proprietà al cluster.
ClusterSetupPhaseCreateResourceTypes
Valore: 202
Creare tipi di risorse.
ClusterSetupPhaseCreateGroups
Valore: 203
Creare gruppi di risorse.
ClusterSetupPhaseCreateIPAddressResources
Valore: 204
Creare le risorse dell'indirizzo IP.
ClusterSetupPhaseCreateNetworkName
Valore: 205
Creare il nome di rete.
ClusterSetupPhaseClusterGroupOnline
Valore: 206
Portare online i gruppi di cluster.
ClusterSetupPhaseGettingCurrentMembership
Valore: 300
Ottenere l'appartenenza al cluster corrente.
ClusterSetupPhaseAddNodeToCluster
Valore: 301
Aggiungere un nodo all'appartenenza al cluster.
ClusterSetupPhaseNodeUp
Valore: 302
Nodo iniziale.
ClusterSetupPhaseMoveGroup
Valore: 400
Spostare il gruppo in un altro nodo.
ClusterSetupPhaseDeleteGroup
Valore: 401
Eliminare il gruppo dal cluster.
ClusterSetupPhaseCleanupCOs
Valore: 402
Pulire il gruppo offline.
ClusterSetupPhaseOfflineGroup
Valore: 403
Spostare il gruppo offline.
ClusterSetupPhaseEvictNode
Valore: 404
Rimuovere un nodo dal cluster.
ClusterSetupPhaseCleanupNode
Valore: 405
Restituisce il nodo allo stato pre-cluster.
ClusterSetupPhaseCoreGroupCleanup
Valore: 406
Restituisce il gruppo di risorse core allo stato pre-cluster.
ClusterSetupPhaseFailureCleanup
Valore: 999
Restituire la risorsa non riuscita allo stato pre-cluster.

Requisiti

   
Client minimo supportato Nessuno supportato
Server minimo supportato Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Intestazione clusapi.h

Vedi anche

ClusterSetupProgressCallback

Enumerazioni cluster di failover