Changes between Version 4 and Version 5 of GEC21Agenda/ChoiceNet/access


Ignore:
Timestamp:
10/15/14 13:37:41 (9 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/access

    v4 v5  
    6969
    7070./sendAdvertisements.sh
     71
     72Open up two more ssh sessions to the GNO node and cd ~/choicenet/source/bin on each one
     73
     74On TERMINAL 1 do
     75
     76================
     77
     78./gt -f /tmp/rspec.xml -l <GENI USERNAME> -i ~/.ssh/id_rsa ssh h1
     79
     80this will take you to H1 node
     81
     82here
     83
     84cd  choicenet/source/bin
     85
     86cp ../wrap .
     87
     88
     89Edit this
     90vim ../config/config.txt
     91
     92and add HB or LB as the last line
     93
     94On TERMINAL 2 do
     95
     96================
     97
     98./gt -f /tmp/rspec.xml -l <GENI USERNAME> -i ~/.ssh/id_rsa ssh h2
     99
     100
     101
     102Edit this
     103vim ../config/config.txt
     104
     105and add HB or HL as the last line
     106
     107sudo ./wrap /usr/bin/iperf -c <IPv6 address of H1 >  -M 1000 -V
     108
     109