Modifying cluster attributes
You can modify a cluster's attributes, such as the cluster name, location, and contact information as needed.
About this task
You cannot change a cluster's UUID, which is set when the cluster is created.
To modify cluster attributes, use the cluster identity modify command.
The -name parameter specifies the name of the cluster. The cluster identity modify man page describes the rules for specifying the cluster's name.
The -location parameter specifies the location for the cluster.
The -contact parameter specifies the contact information such as a name or e-mail address.
Example of renaming a cluster
The following command renames the current cluster (cluster1
) to cluster2
:
cluster1::> cluster identity modify -name cluster2
Give documentation feedback