Changes between Version 8 and Version 9 of Internal/OpenFlow/LB9Setup


Ignore:
Timestamp:
Jan 16, 2015, 9:57:08 PM (9 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/LB9Setup

    v8 v9  
    111111
    112112
     113== Upgrading from 2.2.1 to 2.3.4 ==
     114For these versions, the built in upgrade procedure works.
     115
     116
     117Use the following commands:
     118
     1191. start shell sh
     120 1. (move to linux mode)
     1211. sudo -s
     122 1. (enter root shell)
     1231. cd /cftmp
     124 1. (Go to cfcard directory)
     1251. tftp 172.16.0.52
     126 1. (Enter tftp mode)
     1271. get pronto3290.tgz
     128 1. (get image from repository1. This may take a while, hit enter every so often to keep switch from logging you out. if it does, just log back in and follow the steps before tftp)
     1291. sync
     130 1. (this synchronizes the flash to prevent corruption)
     1311. mv pronto3290.tgz picos-2.3.4-P3290-18103.tar.gz
     132 1. (rename file to format that upgrade command expects)
     1331. upgrade picos-2.3.4-P3290-18103.tar.gz no-md5-check
     134 1. (run upgrade. It will check image name, and then reboot. the no-md5-check flag makes it skip a hash check.)
     135
     136
    113137