Changes between Version 29 and Version 30 of GIR3.2_EnterpriseGENI


Ignore:
Timestamp:
09/27/11 14:00:53 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_EnterpriseGENI

    v29 v30  
    1818
    1919Initial review of the [https://openflow.stanford.edu/display/flowvisor/fv_deploy FlowVisor deployment] page and !FlowVisor 0.8.1.2 found the following [attachment:"Feedback-Flowvisor0.8.1.2.txt" issues].
     20
    2021= Enterprise  GENI How-to =
    2122
     
    6667
    6768
    68 Minor issues found, with setting password and paths. (expand)
    69 
    70 Instal
     69Issues found, captured in [attachment:"Feedback-Flowvisor0.8.1.2.txt" email]. (and bugs?)
    7170
    7271
     72
     73== Install NOX ==
     74
     75Followed the [http://noxrepo.org/noxwiki/index.php/NOX_Installation NOX Installation] instructions from the noxrepo.org web site.
     76only evaluated Ubuntu instructions.  Install dependencies:
     77{{{
     78$ cd /etc/apt/sources.list.d
     79$ sudo wget http://openflowswitch.org/downloads/debian/nox.list
     80$ sudo apt-get update
     81$ sudo apt-get install nox-dependencies
     82}}}
     83Downloaded the NOX source code, but had to install the following undocumented packages for the instruction to work:
     84{{{
     85$ sudo apt-get install git-core
     86}}}
     87NOX installation
     88{{{
     89$ git clone git://noxrepo.org/nox
     90$ cd nox
     91$ git checkout zaku
     92$ ./boot.sh
     93$ mkdir build/
     94$ cd build/
     95$ ../configure
     96$ make -j 5
     97}}}
     98
     99Followed the [http://noxrepo.org/noxwiki/index.php/Using_NOX Using NOX] instructions from the noxrepo.org web site.
     100{{{
     101
     102}}}
     103
     104
     105