This section explains how to use the
qq stratus_cluster_create command.Description
Create a Qumulo Stratus Tenant Cluster
Usage
qq stratus_cluster_create [-h] --cluster-name CLUSTER_NAME --admin-password ADMIN_PASSWORD [--accept-eula] [--reject-eula] [--cluster-uuid CLUSTER_UUID] [--admin-pbkdf2-hash ADMIN_PBKDF2_HASH] [--admin-pbkdf2-salt ADMIN_PBKDF2_SALT]
[--admin-pbkdf2-num-iterations ADMIN_PBKDF2_NUM_ITERATIONS] [--node-uuids-and-fault-domains NODE_UUIDS_AND_FAULT_DOMAINS [NODE_UUIDS_AND_FAULT_DOMAINS ...]] [--all-unconfigured] --usable-capacity USABLE_CAPACITY
--object-store-uris OBJECT_STORE_URIS [OBJECT_STORE_URIS ...] [--object-store-credentials OBJECT_STORE_CREDENTIALS [OBJECT_STORE_CREDENTIALS ...]]
Flags
| Flag Name | Required | Description |
|---|---|---|
--cluster-name
|
Yes | Cluster Name |
--admin-password
|
Yes | Administrator Password |
--accept-eula
|
No | Accept the EULA |
--reject-eula
|
No | Reject the EULA |
--cluster-uuid
|
No | Cluster UUID |
--admin-pbkdf2-hash
|
No | Administrator password PBKDF2 hash (hexadecimal string) |
--admin-pbkdf2-salt
|
No | Administrator password PBKDF2 salt (hexadecimal string) |
--admin-pbkdf2-num-iterations
|
No | Administrator password PBKDF2 num iterations |
--node-uuids-and-fault-domains
|
No | Cluster node UUIDs and fault domains. For each node, specify comma-separated tuple of (UUID, fault domain ID). To create a cluster without fault domains, specify None for the fault domain IDs. |
--all-unconfigured
|
No | Use all discoverable unconfigured nodes to make cluster |
--usable-capacity
|
Yes | Set usable capacity limit for the cluster, in human-readable format (e.g. 5TB). |
--object-store-uris
|
Yes | Object store URI(s) provided by data core cluster(s) |
--object-store-credentials
|
No | Object store credentials for all object stores referenced by the URIs. For each unique store name, specify comma-separated tuple of (store name, acces key ID, secret access key). |