Hong's Blog

View on GitHub

上一頁

How to install NOS on Accton Open Networking switch

  1. Reboot the switch. 1.1 type reboot if you are under sonic OS.
    1.2 You will see the GRUB menu pops up.

  1. Select “ONIE: Install ONIE” menu item.

  1. $ onie-discovery-stop

  1. You are in ONIE, set the IP address in ONIE and try to ping your TFTP server. (Server IP: 192.168.40.24) TFTP server is the server that you have the ONIE image saved.

    4.1 $ ifconfig

  2. Use “scp” to copy sonic-broadcom.bin from server.

$ scp jlo@192.168.40.25:~/sonic/src2/artifactory/202106/20211004/sonic-broadcom.bin .

  1. Input “onie-nos-install sonic-broadcom.bin” command and the install will start.

$ onie-nos-install sonic-broadcom.bin

Now, you have install the sonic NOS.