Deleting a cluster using the CLI

Prev Next

Use the CLI commands in this topic to delete a cluster from the Central Management appliance.

To delete a cluster:
  1. Log in to the Central Management CLI.

  2. Enable the CLI configuration mode:

    cm-hostname > enable
    cm-hostname # configure terminal
  3. Delete the cluster:

    cm-hostname (config) # no cmc mvx cluster <cluster name>
  4. Verify that the cluster is no longer configured:

    cm-hostname (config) # show cmc mvx cluster
  5. Save 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.