Changes between Version 1 and Version 2 of GEC21Agenda/ChoiceNet/run_tests


Ignore:
Timestamp:
10/15/14 17:29:02 (9 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/run_tests

    v1 v2  
    11Navigation: [wiki:GEC21Agenda/ChoiceNet/start Up]
    2 
    3 
    4 
    5 
    6 wget http://choicenet.netlab.uky.edu/choicenet.tar.gz
    7 
    8 tar xzf choicenet.tar.gz
    9 
    10 cd choicenet/source/bin/
    11 
    12 sudo ln -s /usr/lib64/libpcap.so.1.1.1 /usr/lib64/libpcap.so.0.8
    13 
    14 sudo ln -s /usr/lib64/libcrypto.so /usr/lib64/libcrypto.so.1.0.0
    15 
    16 echo "{{{UserKnownHostsFile}}}=/dev/null" >>~/.ssh/config
    17 
    18 echo "{{{StrictHostKeyChecking}}} no" >>~/.ssh/config
    19 
    20 
    21 ./gt -f /tmp/rspec.xml -l <GENI USERNAME> -i ~/.ssh/id_rsa configure
    22 
    23 ./gt -f /tmp/rspec.xml -l <GENI USERNAME> -i ~/.ssh/id_rsa install
    24 
    25 ./gt -f /tmp/rspec.xml -l <GENI USERNAME> -i ~/.ssh/id_rsa -R clickon
    26 
    27 ./gt -f /tmp/rspec.xml -l <GENI USERNAME> -i ~/.ssh/id_rsa pathServiceOn
    28 
    29 ./sendAdvertisements.sh
    302
    313Open up two more ssh sessions to the GNO node and cd ~/choicenet/source/bin on each one