Changes between Version 8 and Version 9 of GiB-to-ProtoGENI


Ignore:
Timestamp:
10/16/12 15:26:35 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GiB-to-ProtoGENI

    v8 v9  
    3434== Moving your experiment to ProtoGENI ==
    3535
    36 This section highlights the process of moving experiments from the GENI-in-a-Box aggregate running on a virtual machine to the ProtoGENI aggregate using your own system to run the experiment.
     36This section highlights the process of moving an experiment from the GENI-in-a-Box aggregate running on a virtual machine to the ProtoGENI aggregate using your own system to run the experiment.
    3737
    3838=== Get GENI Credentials ===
     
    4040GENI [http://groups.geni.net/geni/wiki/GENIExperimenterWelcome Experimenters] can get credentials by signing up for existing projects or by requesting new projects. These options are highlighted in the GENI Experimenter [http://groups.geni.net/geni/wiki/SignMeUp Sign Me Up] page. 
    4141 
    42 === 2. Get and setup Omni ===
     42=== Install and use Omni ===
    4343
    4444Omni is the tool used to manage GENI resources and it is part of the gcf package. 
     
    150150$ omni.py createsliver -a pg-utah myslice three-nodes-lan-mod.rspec
    151151}}}
     152
     153 4. You get the information to login to the nodes with one of the gcf scripts:
     154
     155{{{
     156$ gcf/examples/readyToLogin.py -a pg-utah myslice
     157
     158 .....
     159================================================================================
     160LOGIN INFO for AM: https://www.emulab.net/protogeni/xmlrpc/am/2.0
     161================================================================================
     162
     163middle's geni_status is: ready (am_status:ready)
     164User lnevers logins to middle using:
     165        xterm -e ssh -i /home/lnevers/.ssh/id_rsa lnevers@pc154.emulab.net &
     166
     167
     168right's geni_status is: ready (am_status:ready)
     169User lnevers logins to right using:
     170        xterm -e ssh -i /home/lnevers/.ssh/id_rsa lnevers@pc99.emulab.net &
     171
     172
     173left's geni_status is: ready (am_status:ready)
     174User lnevers logins to left using:
     175        xterm -e ssh -i /home/lnevers/.ssh/id_rsa lnevers@pc116.emulab.net &
     176
     177}}}}
     178
     179