Click or drag to resize

SolidFireElementCreateCluster Method (String, String, String, String, String, NullableBoolean, String, String, Hashtable, NullableBoolean)

The CreateCluster method enables you to initialize the node in a cluster that has ownership of the "mvip" and "svip" addresses. Each new cluster is initialized using the management IP (MIP) of the first node in the cluster. This method also automatically adds all the nodes being configured into the cluster. You only need to use this method once each time a new cluster is initialized. Note: You need to log in to the node that is used as the master node for the cluster. After you log in, run the GetBootstrapConfig method on the node to get the IP addresses for the rest of the nodes that you want to include in the cluster. Then, run the CreateCluster method.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public CreateClusterResult CreateCluster(
	string Mvip,
	string Svip,
	string Username,
	string Password,
	string[] Nodes,
	Nullable<bool> AcceptEula = null,
	string SerialNumber = null,
	string OrderNumber = null,
	Hashtable Attributes = null,
	Nullable<bool> EnableSoftwareEncryptionAtRest = null
)

Parameters

Mvip
Type: SystemString
Svip
Type: SystemString
Username
Type: SystemString
Password
Type: SystemString
Nodes
Type: SystemString
AcceptEula (Optional)
Type: SystemNullableBoolean
SerialNumber (Optional)
Type: SystemString
OrderNumber (Optional)
Type: SystemString
Attributes (Optional)
Type: System.CollectionsHashtable
EnableSoftwareEncryptionAtRest (Optional)
Type: SystemNullableBoolean

Return Value

Type: CreateClusterResult

Implements

ISolidFireElementCreateCluster(String, String, String, String, String, NullableBoolean, String, String, Hashtable, NullableBoolean)
See Also