ONTAP 9.13.1 commands

system node image package external-device delete

Delete file on external device

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

The delete command deletes the specified file on the external device.

Parameters

-node {<nodename>|local} - Node

The file is deleted from the external device of the node specified with this parameter. If this parameter is omitted, then the local node is used as the default node.

-package <text> - File Name

This parameter specifies the file to be deleted.

-device {usb0|usb1} - Device

This parameter specifies the name of the external device. Currently, only usb0 is supported. + usb0 refers to the first external USB device connected to the node (regardless of port).

Examples

::> system image package external delete -package image.tgz
Top of Page