OnlineClusterGroupEx 函式 (clusapi.h)
讓 群組 上線。
語法
DWORD OnlineClusterGroupEx(
[in] HGROUP hGroup,
[in, optional] HNODE hDestinationNode,
[in] DWORD dwOnlineFlags,
[in, optional] PBYTE lpInBuffer,
[in] DWORD cbInBufferSize
);
參數
[in] hGroup
要上線之群組的控制碼。
[in, optional] hDestinationNode
要裝載群組之 節點 的控制碼。
[in] dwOnlineFlags
旗標,指定要上線之資源的設定。
CLUSAPI_GROUP_ONLINE_IGNORE_RESOURCE_STATUS (0x00000001)
伺服器會忽略資源的鎖定模式。
CLUSAPI_GROUP_ONLINE_SYNCHRONOUS (0x00000002)
使用同步作業讓群組上線。
Windows Server 2012 R2 和 Windows Server 2012:此值已在 Windows Server 2016 中新增。
CLUSAPI_GROUP_ONLINE_BEST_POSSIBLE_NODE (0x00000004)
讓叢集服務決定將在群組上線時裝載群組的節點。
Windows Server 2012 R2 和 Windows Server 2012:此值已在 Windows Server 2016 中新增。
0
伺服器不會忽略資源的鎖定模式。
[in, optional] lpInBuffer
接收作業指令之輸入緩衝區的指標。 lpInBuffer參數會格式化為屬性清單。
[in] cbInBufferSize
lpInBuffer參數的大小,以位元組為單位。
傳回值
如果作業成功,函式會 傳回ERROR_SUCCESS。
如果作業失敗,函式會傳回 系統錯誤碼。 以下是可能的錯誤碼。
傳回碼 | Description |
---|---|
|
無法使用適當的主機節點。 |
|
作業正在進行中。 |
規格需求
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2012 |
目標平台 | Windows |
標頭 | clusapi.h |
程式庫 | ClusAPI.lib |
Dll | ClusAPI.dll |