Use the CLI commands in this topic to delete a cluster from the Central Management appliance.
To delete a cluster:
Log in to the Central Management CLI.
Enable the CLI configuration mode:
cm-hostname > enable cm-hostname # configure terminal
Delete the cluster:
cm-hostname (config) # no cmc mvx cluster <cluster name>Verify that the cluster is no longer configured:
cm-hostname (config) # show cmc mvx clusterSave your change:
cm-hostname (config) # write memory
Example
The following command deletes Cluster-Acme from the Central Management appliance.
cm-1 (config) # no cmc mvx cluster Cluster-Acme cm-1 # show cmc mvx cluster No MVX cluster configured.