enumerazione NODE_CLUSTER_STATE (clusapi.h)
Indica lo stato del cluster. La funzione GetNodeClusterState usa questa enumerazione.
Sintassi
typedef enum NODE_CLUSTER_STATE {
ClusterStateNotInstalled = 0x00000000,
ClusterStateNotConfigured,
ClusterStateNotRunning,
ClusterStateRunning
} ;
Costanti
ClusterStateNotInstalled Valore: 0x00000000 Il servizio cluster non è installato nel nodo. |
ClusterStateNotConfigured Il servizio cluster è installato nel nodo ma non è ancora stato configurato. |
ClusterStateNotRunning Il servizio cluster è installato e configurato nel nodo ma non è attualmente in esecuzione. |
ClusterStateRunning Il servizio cluster viene installato, configurato e in esecuzione nel nodo. |
Commenti
Le costanti seguenti sono definite in ClusAPI.h.
Costante | Valore |
---|---|
CLUSTER_INSTALLED | 0x00000001 |
CLUSTER_CONFIGURED | 0x00000002 |
CLUSTER_RUNNING | 0x00000010 |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Intestazione | clusapi.h |