Changes between Version 3 and Version 4 of PlasticSlices/BaselineEvaluation/Baseline3Details


Ignore:
Timestamp:
05/30/11 17:53:50 (13 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/BaselineEvaluation/Baseline3Details

    v3 v4  
    362362NOTE that we removed the Stanford plnodes entirely, as the OpenFlow network there was down too frequently to be usable, at around 21:00 on Saturday May 28th.
    363363
    364 == One-time prep commands run on each client and server ==
     364== One-time prep commands run on each server ==
    365365
    366366{{{
    367367sudo yum -y install nc
    368 }}}
    369 
    370 == Commands run on each server ==
    371 
    372 {{{
    373 server=<ipaddr>
    374368mkdir -p ~/giganetcat
    375369cd ~/giganetcat
    376370wget http://groups.geni.net/geni/attachment/wiki/DeliverablePage/Spiral1%20substrate%20catalog.doc?format=raw -O substrate.doc
     371}}}
     372
     373== One-time prep commands run on each client ==
     374
     375{{{
     376sudo yum -y install nc
     377}}}
     378
     379== Commands run on each server ==
     380
     381{{{
     382server=<ipaddr>
     383cd ~/giganetcat
    377384for i in {1..25} ; do nc -l $server 6109 < substrate.doc ; echo "completed transfer #$i" ; md5sum substrate.doc ; done
    378385}}}
     
    411418NOTE that we removed the Stanford plnodes entirely, as the OpenFlow network there was down too frequently to be usable, at around 21:00 on Saturday May 28th.
    412419
    413 == One-time prep commands run on each client and server ==
     420== One-time prep commands run on each server ==
    414421
    415422{{{
    416423sudo yum -y install nc
    417 }}}
    418 
    419 == Commands run on each server ==
    420 
    421 {{{
    422 server=<ipaddr>
    423424mkdir -p ~/giganetcat
    424425cd ~/giganetcat
    425426wget http://groups.geni.net/geni/attachment/wiki/DeliverablePage/Spiral1%20substrate%20catalog.doc?format=raw -O substrate.doc
     427}}}
     428
     429== One-time prep commands run on each client ==
     430
     431{{{
     432sudo yum -y install nc
     433}}}
     434
     435== Commands run on each server ==
     436
     437{{{
     438server=<ipaddr>
     439cd ~/giganetcat
    426440for i in {1..25} ; do nc -l $server 6110 < substrate.doc ; echo "completed transfer #$i" ; md5sum substrate.doc ; done
    427441}}}