05-29-2020 07:23 AM
Hi,
I have a few vEdges in the warehouse that i would like to update before sending them to the remote site, i would like to download the OS image in a USB flash drive and connect it via the USB port in each vEdge, is there a guide for doing this?.
I need to use the command "request software install /directory-path/", i tried with a vEdge5000 and it took me a while to be able to upgrade it from the USB, as far i can tell the Linux subsystem mounts the USB drive when connected to vEdge 1000 the usb is drive is not recognized.
06-04-2020 10:15 AM
you probably need to enable the usb controller on the vedge1k
enter the following config
system
usb-controller
Be aware this will reboot the vedge.
to verify the controller is enabled
vedge# show running-config system usb-controller
system
usb-controller
once the controller is enabled you should be able to see the usb drive when it is plugged in.
06-04-2020 11:58 AM
06-04-2020 12:27 PM
try df -h from vshell. If the memory stick is recognized it will show there.
06-05-2020 01:41 AM
06-10-2020 01:28 AM
09-26-2022 09:19 AM
Hello David. When attempting the commands listed it goes into system config mode, I received a "syntax error".. on version 20.6.1.1 trying to migrate to 17.06.03a.
06-11-2020 11:11 AM
The only way you will get this to work is via tftp: or ftp:
plug mgmt0 into network with dhcp.
under vpn 512, int mgmt0, ip dhcp-client, commit
exit out
request software install tftp://x.x.x.x/viptela-19.2.2-mips64.tar.gz vpn 512
request software set-default 19.2.2
request software activate 19.2.2
Now you are upgraded.
06-11-2020 01:24 PM
06-17-2021 06:08 AM
Upgrade the IOS
To upgrade the IOS download the correct IOS on to a USB.
On the Vedge type the following commands:
conf t
system
usb-controller
Please reboot the Vedge
Once the device comes back type the following command
file list /media
This tells you which directory the ios is in (in my case it was sda1) it can be sdb1 or sdc1 etc. Type the following command
request software install-image /media/sda1/viptela-20.3.3.0.4-x86_64.tar.gz
request software activate 20.3.3.0.4
yes to confirm and reboot
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide