Command Line (CLI) Reference > CLI Commands > Firmware Update

CLI: Firmware Update

You can use the image command to manage firmware updates.

Managing firmware images

image {fetch|install|delete|boot|move}

To download a system image from a remote host:

image fetch <download-URL> [{original|filename}]

To install an image file onto a system partition:

image install <image-filename> [location][progress][verify]

To delete an inactive system image from the hard disk:

image delete <image-filename>

To configure from where the appliance will boot from when re-booted:

image boot {location <partition-number>|next}

no image boot next

To move or rename an inactive system image on the hard disk:

image move <src-image-filename> <dst-image-filename>