Overview
This article provides information related to the Exinda CLI command image
which is used to manage firmware updates.
Information
NOTE: The following syntax convention is used:
- {}: Options are enclosed in braces and are separated by '|'
- []: Optional keywords are enclosed in brackets
- <>: User input is required where variables are enclosed in greater-than and less-than symbols
The following table describes the commands used for performing common actions related to image:
Action Description |
Command | Parameter Description |
To download a system image from a remote host | image fetch <download-URL> [{original|filename}] |
Note: Without specifying original or filename, the image will be stored as webui.img. |
To install an image file onto a system partition |
|
location <partition-number> - The location in which to install the image specified as a partition number |
|
progress {track|no-track} - Show the install progress or not |
|
image install <image-filename> verify {check-sig|ignore-sig|require-sig} |
Verify the image before installing:
|
|
To delete an inactive system image from the hard disk |
image delete <image-filename> |
NA (Not Applicable) |
To configure from where the appliance will boot from when re-booted | image boot {location <partition-number>|next} |
|
To move or rename an inactive system image on the hard disk | image move <src-image-filename> <dst-image-filename> |
|
Note: A reboot is required after the installation is complete.
Find more CLI commands.