次の方法で共有


CLUSTER_NODE_STATUS列挙 (clusapi.h)

クラスター ノードの状態について説明します。 この列挙は、 CLUSREG_NAME_NODE_STATUS_INFO プロパティによって使用されます。

構文

typedef enum CLUSTER_NODE_STATUS {
  NodeStatusNormal = 0x0,
  NodeStatusIsolated = 0x1,
  NodeStatusQuarantined = 0x2,
  NodeStatusDrainInProgress = 0x4,
  NodeStatusDrainCompleted = 0x8,
  NodeStatusDrainFailed = 0x10,
  NodeStatusAvoidPlacement = 0x20,
  NodeStatusMax
} ;

定数

 
NodeStatusNormal
値: 0x0
ノードの状態は正常です。
NodeStatusIsolated
値: 0x1
ノードは分離されています。
NodeStatusQuarantined
値: 0x2
ノードが検疫されました。
NodeStatusDrainInProgress
値: 0x4
ノードはドレイン中です。
NodeStatusDrainCompleted
値: 0x8
ノードのドレイン操作が完了しました。
NodeStatusDrainFailed
値: 0x10
ノードのドレイン操作がノードで失敗しました。
NodeStatusAvoidPlacement
値: 0x20
NodeStatusMax
ノードでノード ドレインエラーが発生したため、分離および検疫されます。

要件

要件
サポートされている最小のクライアント サポートなし
サポートされている最小のサーバー Windows Server 2016
Header clusapi.h

こちらもご覧ください

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