Changes between Version 6 and Version 7 of GEC21Agenda/ChoiceNet/gt_tool


Ignore:
Timestamp:
10/15/14 17:28:42 (10 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/gt_tool

    v6 v7  
    4444./sendAdvertisements.sh
    4545}}}
    46 
    47 Open up two more ssh sessions to the GNO node and cd ~/choicenet/source/bin on each one
    48 
    49 On TERMINAL 1 do
    50 
    51 ================
    52 
    53 
    54 
    55 ./gt -f /tmp/rspec.xml -l <GENI USERNAME> -i ~/.ssh/id_rsa ssh h1
    56 
    57 sudo apt-get update;sudo apt-get install iperf
    58 
    59 
    60 this will take you to H1 node
    61 
    62 here
    63 
    64 cd  choicenet/source/bin
    65 
    66 cp ../wrap .
    67 
    68 
    69 Edit this
    70 vim ../config/config.txt
    71 
    72 and add HB or LB as the last line
    73 
    74 sudo ./wrap /usr/bin/iperf -s -V
    75 
    76 
    77 On TERMINAL 2 do
    78 
    79 ================
    80 
    81 
    82 
    83 
    84 ./gt -f /tmp/rspec.xml -l <GENI USERNAME> -i ~/.ssh/id_rsa ssh h2
    85 
    86 
    87 sudo apt-get update;sudo apt-get install iperf
    88 
    89 
    90 this will take you to H2 node
    91 
    92 here
    93 
    94 cd  choicenet/source/bin
    95 
    96 cp ../wrap .
    97 
    98 
    99 Edit this
    100 vim ../config/config.txt
    101 
    102 and add HB or LB as the last line
    103 
    104 sudo ./wrap /usr/bin/iperf -c <IPv6 address of H1 >  -M 1000 -V
    105 
    106 (IPv6 address should be eth1 on H1 and starts with fec0)
    107