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


Ignore:
Timestamp:
Aug 16, 2011, 8:31:31 PM (13 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/TunnelNotes

    v8 v9  
    148148TFTP_OPTIONS="-l -B 1024 -s"
    149149}}}
     150
     151=== 8/16/2011 ===
     152
     153The operating systems on of1 and of2 were grossly out of date (9.04). The Jaunty archives have been moved so these boxes were in need of an upgrade. I've followed these steps to upgradeing the systems:
     154 1. change soruces.list to old-...
     155 1. apt-get update
     156 1. apt-get dist-upgrade
     157  * reboot
     158 1. wget http://old-releases.ubuntu.com/releases/karmic/ubuntu-9.10-alternate-i386.iso
     159 1. mount -o loop ~/ubuntu-9.10-alternate-i386.iso /media/cdrom
     160 1. run /media/cdrom/cdromupgrade
     161  * reboot
     162 1. say no to it's request to use the network because that will start the newer update manager which will the proceed to fail
     163 1. Do an apt-get update. (Might take some time)
     164 1. Do an do-release-upgrade -d
     165  * reboot
     166 1. had to do an apt-get install -f (to fix some missing pacakges)
     167 1. apt-get install linux-headers-2.6.32-33-generic-pae
     168 1. ran  apt-get autoremove for some package cleanup
     169  * reboot
     170 1. apt-get installed build-essential ncurses-dev libnet1-dev libxml-simple-perl libio-interface-perl liblist-moreutils-perl liberror-perl libnet-rawip-perl sun-java6-jre sun-java6-jdk libpcap0.8-dev
     171 1. This process leaves the original grub intact (does not upgrade to grub2). Edit /boot/grub/menu.lst to add vmalloc=512m to defualt boot flag.
     172  * reboot
     173 1. export NF_ROOT=/opt/netfpga2.1.1/netfpga
     174 1. source ${NF_ROOT}/bin/nf_profile
     175 1. make
     176 1. make install
     177  * reboot
     178
     179After this the process tunnel should be startable with the old of_start_winlab.sh script in it's usual location. tcpdump on the tunnel interfaces should show traffic moving between both sites.
     180
     181