Download the Software Image
Minimum supported releases: Cisco NFVIS Release 4.9, Cisco vManage Release 20.9.1
To download the software image from the remote server, use the following steps:
-
Request to download the software image from the remote server.
nfvis# request software download
-
Enter the file path of the software image.
nfvis# request software download <ip-address>/image/<image-name>
Example:
nfvis# request software download
nfvis# request software download http://172.25.221.219/image/Cisco_NFVIS-4.9.1-72-20220804_032636.iso
Download and Activate the Software Image
Minimum supported releases: Cisco NFVIS Release 4.9, Cisco vManage Release 20.9.1
To download and activate the software image from the remote server, use the following steps:
-
Request to download the software image from the remote server.
nfvis# request software download <ip-address>/image/<image-name>
-
Install the software image.
nfvis# request software install <image-name>
-
Activate the software image.
nfvis# request software activate <image-name>
-
The node reboots with the activated version.
Example:
nfvis# request software download http://172.25.221.219/image/Cisco_NFVIS-4.9.1-72-20220804_032636.iso
nfvis# request software install Cisco_NFVIS-4.9.1-72-20220804_032636.iso
nfvis# request software activate 4.9.1-72-20220804_032636
Remove the Software Image
Minimum supported releases: Cisco NFVIS Release 4.9, Cisco vManage Release 20.9.1
To remove the downloaded image, use the following command:
Request to remove the software image from the remote server.nfvis# request software delete-image <image-name>
Example:
nfvis# request software delete-image Cisco_NFVIS-4.9.1-72-20220804_032636.iso
Install the Software Image
Minimum supported releases: Cisco NFVIS Release 4.8, Cisco vManage Release 20.8.1
To install the downloaded image, use the following command:
Request to install the software image from the remote server.nfvis# request software image install <image-name>
Example:
nfvis# request software image install Cisco_NFVIS-4.8.1-FC4.iso
Activate the Software Image
Minimum supported releases: Cisco NFVIS Release 4.8, Cisco vManage Release 20.8.1
To install the downloaded image, use the following command:
Request to activate the software image from the remote server.nfvis# request software activate <image-name>
Example:
nfvis# request software activate 4.8.1-FC4
Install and Activate the Software Image
Minimum supported releases: Cisco NFVIS Release 4.8, Cisco vManage Release 20.8.1
To install and activate the downloaded image, use the following command:
Request to download and activate the software image from the remote server.nfvis# request software image install <image-name> reboot
Example:
nfvis# request software image install Cisco_NFVIS-4.8.1-FC4.iso reboot
Download, Install And Activate the Software Image
Minimum supported releases: Cisco NFVIS Release 4.8, Cisco vManage Release 20.8.1
To download, install and activate the software image from the remote server, use the following command:
Request to download, install and activate the software image from the remote server.nfvis# request software install http://<ip-adress>/path/<image-name> reboot
Example:
nfvis# request software install http:/10.0.0.1/path/Cisco_NFVIS-4.8.1-FC4.iso reboot
Remove the Software Image
Minimum supported releases: Cisco NFVIS Release 4.8, Cisco vManage Release 20.8.1
To remove the downloaded image, use the following command:
Request to remove the software image from the remote server.nfvis# request software image remove <image-name>
Example:
nfvis# request software image remove Cisco_NFVIS-4.8.1-FC4.iso