次の方法で共有


CLUSTER_SETUP_PHASE列挙 (clusapi.h)

クラスターセットアップ プロセスの現在のフェーズを識別するために ClusterSetupProgressCallback 関数によって使用されます。

構文

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;

定数

 
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
IP アドレス リソースを作成します。
ClusterSetupPhaseCreateNetworkName
値: 205
ネットワーク名を作成します。
ClusterSetupPhaseClusterGroupOnline
値: 206
クラスター グループをオンラインにします。
ClusterSetupPhaseGettingCurrentMembership
値: 300
現在のクラスター メンバーシップを取得します。
ClusterSetupPhaseAddNodeToCluster
値: 301
クラスター メンバーシップにノードを追加します。
ClusterSetupPhaseNodeUp
値: 302
開始ノード。
ClusterSetupPhaseMoveGroup
値: 400
グループを別のノードに移動します。
ClusterSetupPhaseDeleteGroup
値: 401
クラスターからグループを削除します。
ClusterSetupPhaseCleanupCOs
値: 402
オフライン グループをクリーンアップします。
ClusterSetupPhaseOfflineGroup
値: 403
グループをオフラインに移動します。
ClusterSetupPhaseEvictNode
値: 404
クラスターからノードを削除します。
ClusterSetupPhaseCleanupNode
値: 405
ノードを事前にクラスター化された状態に戻します。
ClusterSetupPhaseCoreGroupCleanup
値: 406
コア リソース グループを事前にクラスター化された状態に戻します。
ClusterSetupPhaseFailureCleanup
値: 999
失敗したリソースを事前にクラスター化された状態に戻します。

要件

   
サポートされている最小のクライアント サポートなし
サポートされている最小のサーバー Windows Server 2008 Enterprise、Windows Server 2008 Datacenter
Header clusapi.h

関連項目

ClusterSetupProgressCallback

フェールオーバー クラスターの列挙