Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 957 Bytes

task_cli_clusters.adoc

File metadata and controls

37 lines (26 loc) · 957 Bytes
sidebar permalink keywords summary
sidebar
task_cli_clusters.html
administer, administering, cli, clusters
There are several related tasks you can perform to administer an ONTAP Select cluster.

ONTAP Select clusters

There are several related tasks you can perform to administer an ONTAP Select cluster.

Delete an ONTAP Select clusters

You can delete an ONTAP Select cluster when it is no longer needed using the command line interface.

About this task

The cluster must be in the offline state.

Steps
  1. Sign in to the Deploy virtual machine CLI using the administrator account.

  2. Display the cluster status:
    cluster show -name CLUSTERNAME

  3. If the cluster is not offline, move it to an offline state:
    cluster offline -name CLUSTERNAME

  4. After confirming the cluster is in an offline status, delete the cluster:
    cluster delete -name CLUSTERNAME