| 11 | Steps: |
| 12 | 1. 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 |
| 15 | 1. 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 |
| 19 | 1. dhcp modifications |
| 20 | 1. on dhcp1, add a dhcp host entry of this form, with an appropriate MAC and IP address. |
| 21 | {{{ |
| 22 | host 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" |
| 29 | 1. 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 | |