Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The switch image is the executable code running on the device. Aviz OPBNOS can be upgraded to the device
ONIE to OPBNOS
OPBNOS to OPBNOS
The typical upgrade process for the image consists of the following steps:
Load a new firmware image and boot image onto an SFTP, HTTP, SCP, or TFTP server on your network.
Transfer the new images to the switch
Specify the new image as the one to be loaded the next time a switch reload occurs
Reload the switch
To install OPBNOS from ONIE, please follow the below steps:
Login using the console port and reboot the switch
Enter ONIE mode
Select 'ONIE: Uninstall OS' to clean up installed images
This step takes a few minutes and reboot the switch after cleanup is complete
The Switch will reboot and boot into 'ONIE: Install OS' mode, run the below command to stop auto-discovery
The 'onie-discovery-stop' command is deprecated and will be removed in 2019.02.
If you are using the latest version of ONIE, Use 'onie-stop' instead.
Assign 'eth0' with a management-IP to copy image from remote server
If server is present on different network using below command to add a default route
Image can be installed using HTTP or SCP:
SCP -
HTTP -
start HTTP-server on image directory, on a linux server below command can be used to achieve this
On the switch console use the below command to install the image using HTTP, This will download and install the OPBNOS
To upgrade image to a newer version from OPBNOS CLI, use the following command:
Command
copy scp <server_url> [timeout <interval> ] { opbnos-image }
Description
Copies new file OS image from remote SCP server and install to the switch
Parameters
Server_url username@ipaddress:filepathandname
timeout timeout
interval Specifies the maximum time (in seconds) to wait for the server to reply to the connection request. The timeout interval is from 1 to 100 seconds.
opbnos-image Copies OS image.
Mode
EXEC
CLI Example:
To verify, Please run below command:
You can reload/reboot the switch using the below command:
To install OPBNOS from USB Drive, Please follow the below steps:
Login using the console port and reboot the switch
Enter ONIE mode
Select 'ONIE: Uninstall OS' to clean up installed images
The Switch will reboot and boot into 'ONIE: Install OS' mode, run the below command to stop auto-discovery
Enter the following command to create a USB mount location on the system
Enter the following command to mount the USB. The vfat option is used for FAT32 formatted drives
Install the software from the USB drive, where /mnt/media specifies the path where the USB partition is mounted
Command
nextboot-image < image_name>
Description
Set next image to be loaded after the reboot
Parameters
image_name- Can be obtained from "show boot"
Mode
EXEC
Command
remove-image < image_name>
Description
Remove specific image from the switch
Parameters
ImageName - Can be obtained from "show
boot"
Mode
EXEC
Command
cleanup-images
Description
Remove all available images from the switch
Parameters
ImageName - Can be obtained from "show
boot"
Mode
EXEC