Description - Create a cluster by setting its name.
Example - cluster.create name=cluster1
Adding a host to a cluster
Description - Add a host to a cluster. You can add up to 32 hosts to a cluster.
Example - cluster.add_host name=cluster1 host=host1
Deleting a cluster
Description - Delete a cluster
Command - cluster.delete name=cluster1
Querying for clusters
Description - List existing clusters with their member hosts. This command displays the number of hosts and LUNs for each cluster, along with the cluster creation date and the last time it was modified.
Example - cluster.query
Mapping a dataset to a cluster
Description - Map a volume, or a snapshot, to a cluster
Command - cluster.map
Querying for cluster mappings
Description - list existing cluster mappings
Command - cluster.map_query
Removing a host from a cluster
Description - remove a host from a cluster
Command - cluster.remove_host
Renaming a cluster
Example - cluster.rename name=cluster1 new_name=cluster2
Last edited: 2022-08-06 08:07:11 UTC
Comments