Skip to content

Latest commit

 

History

History
101 lines (82 loc) · 3.58 KB

nf-clusapi-createclustercnoless.md

File metadata and controls

101 lines (82 loc) · 3.58 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:clusapi.CreateClusterCNOless
CreateClusterCNOless function (clusapi.h)
Creates a cluster without cluster name and IP Address resources.
CreateClusterCNOless
CreateClusterCNOless function [Failover Cluster]
PCLUSAPI_CREATE_CLUSTER_CNOLESS
PCLUSAPI_CREATE_CLUSTER_CNOLESS function [Failover Cluster]
clusapi/CreateClusterCNOless
clusapi/PCLUSAPI_CREATE_CLUSTER_CNOLESS
mscs.createclustercnoless
mscs\createclustercnoless.htm
MsCS
AED4CDC5-BE90-4F34-A8E2-DFD0617BC65B
12/05/2018
CreateClusterCNOless, CreateClusterCNOless function [Failover Cluster], PCLUSAPI_CREATE_CLUSTER_CNOLESS, PCLUSAPI_CREATE_CLUSTER_CNOLESS function [Failover Cluster], clusapi/CreateClusterCNOless, clusapi/PCLUSAPI_CREATE_CLUSTER_CNOLESS, mscs.createclustercnoless
clusapi.h
Windows
None supported
Windows Server 2016
ClusAPI.lib
ClusAPI.dll
Windows
19H1
CreateClusterCNOless
clusapi/CreateClusterCNOless
c++
APIRef
kbSyntax
DllExport
ClusAPI.dll
CreateClusterCNOless

CreateClusterCNOless function

-description

Creates a cluster without cluster name and IP Address resources. The allows you to create clusters that are domain joined but not managed by Active Directory, and clusters that are not members of a domain. PCLUSAPI_CREATE_CLUSTER_CNOLESS defines a pointer to this function.

-parameters

-param pConfig [in]

A pointer to the CREATE_CLUSTER_CONFIG structure that contains the cluster configuration.

-param pfnProgressCallback [in, optional]

A pointer to the ClusterSetupProgressCallback callback function that receives the status of updates to the cluster.

-param pvCallbackArg [in, optional]

Callback function arguments for the pfnProgressCallback parameter.

-returns

A handle to the new cluster or NULL. A non NULL value does not indicate success (even if all nodes are added to the cluster, the IP Address or Network Name resource creation can fail). After a failure, you should check the parameters passed through the pfnProgressCallback parameter.

Return code Description
NULL
Less than a majority of nodes were successfully created. For more information about the error, call the function GetLastError.

-remarks

To create clusters that are not domain joined, a non-domain account must have permission to manage the cluster remotely.

-see-also

Failover Cluster Management Functions