Changes between Version 3 and Version 4 of GEC21Agenda/ChoiceNet/gt_tool


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/gt_tool

    v3 v4  
     1Navigation: [wiki:GEC21Agenda/ChoiceNet/start Up]
    12
     3
     4At this point we will start configure and Installing Choicenet code onto the nodes in your slice.
     5
     6Follow the list of commands below to set the the CHOICENET FRAMEWORK
     7
     8{{{
     9#!sh
    210cd choicenet/source/bin/
     11}}}
    312
     13{{{
     14#!sh
    415./gt -f <MANIFEST FILENAME> -l <GENI USERNAME> -i ~/.ssh/id_rsa configure
     16}}
    517
     18{{{
     19#!sh
    620./gt -f <MANIFEST FILENAME> -l <GENI USERNAME> -i ~/.ssh/id_rsa install
     21}}}
    722
     23{{{
     24#!sh
    825./gt -f <MANIFEST FILENAME> -l <GENI USERNAME> -i ~/.ssh/id_rsa -R clickon
     26}}}
    927
     28{{{
     29#!sh
    1030./gt -f <MANIFEST FILENAME> -l <GENI USERNAME> -i ~/.ssh/id_rsa pathServiceOn
    11 
    12 ./sendAdvertisements.sh
     31./sendAdvertisements.sh
     32}}}
    1333
    1434Open up two more ssh sessions to the GNO node and cd ~/choicenet/source/bin on each one