Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The switches are shipped with Open Networking Install Environment (ONIE) bootloader. After booting up, we should see the ONIE prompt from console.
Here we assume that the management network already have the port on the switch already has Internet access. (via DHCP is OK)
In the console, type

Code Block
ONIE:/ # wgetAt the ONIE prompt, we need to get and install ONL. Depending on the switch model you are using we need to use different installers from here http://opennetlinux.org/binaries/latest-amd64.installer2016.01.04.21.46.18cc76084b3104961117aa8434599c8c67a9a276


For powerpc based 5710, use onl-18cc760-powerpc-all.2016.01.04.21.45.installer
For x86 based 5712 and 6712, use the onl-18cc760-amd64-all.2016.01.04.21.36.installer

ONIE:/ # wget <installer-url>
ONIE:/ # sh latest<installer-amd64.installerfilename>

to fetch and install the latest ONL.

...