Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 2.58 KB

evictnode-method-in-class-cim-clusteringservice.md

File metadata and controls

87 lines (53 loc) · 2.58 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
The EvictNode method removes a computer system from a cluster. The node to be evicted is specified as a parameter to the method.
4691d536-ade3-4a02-bc28-e31ebaf5d9e4
multiple
EvictNode method of the CIM_ClusteringService class
reference
05/31/2018
APIRef
kbSyntax
CIM_ClusteringService.EvictNode
COM
CIMWin32.dll

EvictNode method of the CIM_ClusteringService class

The EvictNode method removes a computer system from a cluster. The node to be evicted is specified as a parameter to the method.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

This topic uses Managed Object Format (MOF) syntax. For more information about using this method, see Calling a Method.

Syntax

uint32 EvictNode(
  [in] CIM_ComputerSystem REF CS
);

Parameters

CS [in]

Reference to the computer system to remove from the cluster.

Return value

Returns 0 (zero) if the computer system is successfully evicted, 1 (one) if the method is not supported, and any other number if an error occurred.

Remarks

This method is currently not implemented by WMI. To use this method, you must implement it in your own provider.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_ClusteringService

CIM_ClusteringService