OcNOS-SP : Licensing Guide : Install, License, and Upgrade Command Reference : Licensing and Upgrade Commands : sys-update get
sys-update get
Use this command to download an installer image.
Note: The URL must be compliant with RFC 3986.
Note: At times while downloading installer through TFTP protocol, download progress would show 100% from the start to the end of the download. This behavior is observed whenever the TFTP server doesn't support the TFTP Option Negotiation. Also at times TFTP download takes more time to download the installer though the client and server are part of the same subnet, eventually download operation even times out after 30 minutes. The reason for such issue is the latency, here some of the TFTP server implementations are lagging performance. In such instances we recommend to switch to a different TFTP server. This TFTP download operation is verified in Debian Linux machine against the server present in the tftpd-hpa package.
Command Syntax
sys-update get ((source-interface IFNAME) | (source-ip (A.B.C.D | X:X::X:X))|) URL (verbose|)
Parameters
IFNAME
The interface used to download the new version. If not specified, eth0 is used.
URL
Where to get the installer:
http://your-server-ip/path/to/file/<abc-installer>
ftp://your-server-ip/path/to/file/<abc-installer>
tftp://your-server-ip/path/to/file/<abc-installer>
file:///mnt/usb/path/to/file/<abc-installer>
A.B.C.D
The interface IPv4 address used to download the new version.
X:X::X:X
The interface IPv6 address used to download the new version.
verbose
Include download logs in the output.
Default
None
Command Mode
Privileged Exec mode
Applicability
This command was introduced in OcNOS version 1.3.6.
Examples
#sys-update get source-interface xe3 http://myServer/EC_AS5812_54X-OcNOS-1.3.7.52-DC_IPBASE-S0-P0-installer
Last modified date: 06/07/2023