Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.47 KB

task_cli_deploy_image_remove.adoc

File metadata and controls

66 lines (51 loc) · 1.47 KB
sidebar permalink keywords summary
sidebar
task_cli_deploy_image_remove.html
administer, administering, cli, deploy, ontap select image, remove
You can remove ONTAP Select images from your instance of the Deploy administration utility when they are no longer needed.

Remove an ONTAP Select image from Deploy

You can remove ONTAP Select images from your instance of the Deploy administration utility when they are no longer needed.

Caution
You should not remove any ONTAP Select images that are in use by a cluster.
About this task

You can remove older ONTAP Select images that are not currently in use by a cluster or planned for use with a future cluster deployment.

Steps
  1. Sign in to the Deploy utility CLI using SSH with the administrator (admin) account.

  2. Display the clusters managed by Deploy and record the ONTAP images in use:

    cluster show

    Note the version number and hypervisor platform in each case.

  3. Start the Bash shell:

    shell bash

  4. Display all of the available ONTAP Select images:

    ls -lh /opt/netapp/images

  5. Optionally remove the ONTAP Select image with your hypervisor host.

    ESXi example
    rm -r /opt/netapp/images/DataONTAPv-9.3RC1-vidconsole-esx.ova
    KVM example
    rm -r /opt/netapp/images/DataONTAPv-9.3RC1-serialconsole-kvm.raw.tar