Changes between Version 11 and Version 12 of GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-7


Ignore:
Timestamp:
01/11/13 08:25:49 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-7

    v11 v12  
    342342== 7. Install Click router ==
    343343
     344Determine login for each of the devices allocated:
     345{{{
     346$ readyToLogin.py -a ig-gpo IG-EXP-7
     347<...>
     348host1's geni_status is: ready (am_status:ready)
     349User lnevers logins to host1 using:
     350        xterm -e ssh -p 31548  -i /home/lnevers/.ssh/id_rsa lnevers@pc2.instageni.gpolab.bbn.com &
     351
     352click-1's geni_status is: ready (am_status:ready)
     353User lnevers logins to click-1 using:
     354        xterm -e ssh -p 31546  -i /home/lnevers/.ssh/id_rsa lnevers@pc2.instageni.gpolab.bbn.com &
     355
     356click-2's geni_status is: ready (am_status:ready)
     357User lnevers logins to click-2 using:
     358        xterm -e ssh -p 31547  -i /home/lnevers/.ssh/id_rsa lnevers@pc2.instageni.gpolab.bbn.com &
     359
    344360Download the Click Router software on the 4 nodes that will be routers in the experiment. Build the user-level Click program in the 'userlevel' directory on each of the 4 router nodes.
    345361
     362$ readyToLogin.py -a ig-utah IG-EXP-7
     363<...>
     364click-4's geni_status is: ready (am_status:ready)
     365User lnevers logins to click-4 using:
     366        xterm -e ssh -p 32571  -i /home/lnevers/.ssh/id_rsa lnevers@pc1.utah.geniracks.net &
     367
     368click-3's geni_status is: ready (am_status:ready)
     369User lnevers logins to click-3 using:
     370        xterm -e ssh -p 32570  -i /home/lnevers/.ssh/id_rsa lnevers@pc1.utah.geniracks.net &
     371
     372host2's geni_status is: ready (am_status:ready)
     373User lnevers logins to host2 using:
     374        xterm -e ssh -p 32572  -i /home/lnevers/.ssh/id_rsa lnevers@pc1.utah.geniracks.net &
     375}}}
     376Login to each of the click nodes and install click router:
     377 
    346378{{{
    347379$ sudo yum -y install git
     
    349381$ cd /local/click
    350382$ sudo ./configure
    351 $ cd tools ??
     383$ cd tools
    352384$ sudo make install  ??
    353385$ cd /local/click/userlevel/
     
    357389}}}
    358390
    359 
    360 
    361 
    362391== 8. Determine Click router settings ==
    363 ON each of the four routers, determine the interface mapping and modify click configuration to add the router interfaces:
     392On each of the four routers, determine the interface mappings and modify click configuration to add the router interfaces:
    364393The following are executed on each of the routers:
    365394{{{
     
    368397$ sudo vi ../conf/print-pings.click  ## add router interfaces
    369398}}}
     399or....
     400
     401Edit /local/click conf/make-ip-conf.pl to generate full Click Router IP
    370402
    371403Example conf/print-pings.click:
     
    394426
    395427Log in to host2 and send traffic to host1
     428
    396429== 11. Review Click logs on each Click router ==
    397430