NCS_ClusterDown

Downs a cluster.

Syntax

 #include <ncssdk.h> 
  
 NCS_RETURN NCS_ClusterDown  
 (
    NCS_HANDLE  Handle);
 

Parameters

Handle

(IN) Specifies the handle supplied by NCS.

Return Values

Name

Description

SUCCESS

NCS_SUCCESS.

FAILURE

Join/leave/down resource errors.

NOTE:All NCS functions return the same set of values defined in the header file ncssdk.h

Remarks

Tells all nodes in the cluster to leave, that is, to shut down the cluster. For more information about the cluster leave command, see the Leave command in the Novell Cluster Services Console Commands.

WARNING:All resources that are in the running state will be offlined.