EvictClusterNode function (clusapi.h)
Deletes a node from the cluster database. The PCLUSAPI_EVICT_CLUSTER_NODE type defines a pointer to this function.
Syntax
DWORD EvictClusterNode(
[in] HNODE hNode
);
Parameters
[in] hNode
Handle to the node to delete.
Return value
If the operation succeeds, the function returns ERROR_SUCCESS.
If the operation fails, the function returns a system error code.
Remarks
To reinstate an evicted node, you must first remove the Cluster service from the node and then reinstall it. During installation, choose the Join an Existing Cluster option.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Target Platform | Windows |
Header | clusapi.h |
Library | ClusAPI.lib |
DLL | ClusAPI.dll |