OcNOS software upgrade and install
from remote server | |
---|---|
show version >> DC or SP >> Q1 or Q2 >> license: DC:Â Â Â Â and for SP: MPLS, PLUS | |
sys-update install http://172.16.10.99/OcNOS_FW/OcNOS-SP_or_DC-PLUS-Q1_or_Q2-6.4.2-44-MR-installer | |
Transfer file from ftp server | |
ip netns list ip netns exec zebosfib1 wget http://172.16.10.99/OcNOS_FW/OcNOS-SP-PLUS-Q2-6.5.1-22-Alpha-installer | |
from local folder | |
place file in /tmp/downloads | |
sys-update list-version ftp://lab@172.16.10.99/OcNOS_FW/ sys-update install file:///tmp/downloads/xxxxxxx | |
from USB | |
1- copy the installer file to the USB stick ( and plug it in ) 2- log into the router ( default credential: ocnos // ocnos ) 3- type: enable 4- type: start-shell  , this is to go to the Linux shell 5- and change to super user, the command is : su - // root ( yes it is the default password ;-) 6- check the USB: lsblk  ( sdb1 or sdb2 ) 7- create a directory /mnt/usb 8- mount the USB to the directory: mount /dev/sdb1 /mnt/usb ( more likely to be sdb1 ) 9- exit ( twice ) to go back to OcNOS CLI 10- start the process:  ( this is just an example ) sys-update install file:///mnt/usb/OcNOS-SP-PLUS-Q2-6.4.2-44-MR-installer | |