Changes between Version 2 and Version 3 of Internal/OpenFlow/LB9Setup


Ignore:
Timestamp:
Nov 5, 2014, 7:01:10 PM (10 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/LB9Setup

    v2 v3  
    99Instructions for using this to install picos version 2.4 are at http://www.pica8.org/document/v2.4/pdf/picos-getting-started-and-upgraded-guide.pdf page 12-15.
    1010
     11Steps:
     121. connecting to switch
     13 1. SSH to igolgi1 or igolgi2 (the switch console port is connected to these machines)
     14 1. run "sudo minicom" (settings are already configured: 115200, 8n1, flow control disabled
     151. preliminary setup
     16 1. chose any boot option, then type "reset" to reboot switch
     17 1. press enter while switch is booting to enter u-boot prompt (short window to do so)
     18 1. type "printenv ethaddr" to show management ethernet mac address
     191. dhcp modifications
     20 1. on dhcp1, add a dhcp host entry of this form, with an appropriate MAC and IP address.
     21{{{
     22host igolgisw1 {
     23        hardware ethernet 08:9e:01:f8:8e:02;
     24        fixed-address 10.50.100.42;
     25        option default-url = "tftp://10.50.0.42/pronto3295.tgz";
     26        }
     27}}}
     28 1. Reboot dhcp: "/etc/init.d/dhcp3-server restart"
     291. Installation
     30 1. Back on the switch, type "run onie_bootcmd"
     31 1. It should boot off of the flash, get an IP address from DHCP, and then start fetching the image file off of repository1. This will take several minutes. Afterwards, it will extract the image, and then reboot. This is also a long process.
     32 1. Finally, it will reboot into the xorplus prompt. Default login is admin/pica8, it will prompt for a password change.
     33
    1134
    1235