Changes between Version 42 and Version 43 of HelloGENI


Ignore:
Timestamp:
04/10/12 16:59:08 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HelloGENI

    v42 v43  
    6262
    6363== Create slivers ==
    64 For each aggregate we would need to create a sliver that will contain the necessary resources. For all aggregates it is important to know the AM url for requesting the resources. The best place to get the information is at [wiki:GeniAggregate the Aggregate's wiki page].  Also the example [source:trunk/wikifiles/hello-geni/omni_config] file has a list of all the AMs along with assigned nicknames. If you include a similar section in your omni_config file then you can refer to AMs using their nicknames. If there is an aggregate whose URL you can't find, please email [mailto:help@geni.net].
     64For each aggregate we would need to create a sliver that will contain the necessary resources. For all aggregates it is important to know the AM url for requesting the resources. The best place to get the information is at [wiki:GeniAggregate the Aggregate's wiki page].  Also the example [source:trunk/wikifiles/hello-geni/omni_config] file has a list of all the AMs along with assigned nicknames. If you include a similar section in your omni_config file then you can refer to AMs using their nicknames. For the rest of this example we are going to use the nicknames specified in the example [source:trunk/wikifiles/hello-geni/omni_config] file. If there is an aggregate whose URL you can't find, please email [mailto:help@geni.net].
    6565
    6666=== Clemson myPLC sliver ===
     
    7373Use sliverstatus to figure out the login name :
    7474{{{
    75 >omni.py sliverstatus -n -a https://myplc.clemson.edu:12346 hellogenislice
     75>omni.py sliverstatus -n -a plc-clemson hellogenislice
    7676}}}
    7777
     
    8484Your sliver should be ready within 1 min. If after 5 min you are not able to login to the host, delete your sliver and recreate it. If the problem persists email to the support email given in the aggregate page.
    8585{{{
    86 omni.py deletesliver -n -a https://myplc.clemson.edu:12346 hellogenislice
     86omni.py deletesliver -n -a plc-clemson hellogenislice
    8787}}}
    8888
     
    9898
    9999=== GPO ProtoGENI sliver ===
    100 From [wiki:GeniAggregate/GpoLabProtoGeni this page], we get this aggregate's URL and using [source:rtrunk/wikifiles/hello-geni/rspecs/protogeni-bbn-hellogeni.rspec this rspec file], we can reserve one ProtoGENI node:
    101 {{{
    102 omni.py createsliver -n -a http://www.pgeni.gpolab.bbn.com/protogeni/xmlrpc/am hellogenislice protogeni-bbn-hellogeni.rspec
     100Using [source:rtrunk/wikifiles/hello-geni/rspecs/protogeni-bbn-hellogeni.rspec this rspec file], we can reserve one ProtoGENI node:
     101{{{
     102omni.py createsliver -n -a pg-gpo hellogenislice protogeni-bbn-hellogeni.rspec
    103103}}}
    104104
     
    107107Then we can do sliverstatus to find out the status of the sliver
    108108{{{
    109 >omni.py sliverstatus -n -a http://www.pgeni.gpolab.bbn.com/protogeni/xmlrpc/am hellogenislice
     109>omni.py sliverstatus -n -a pg-gpo hellogenislice
    110110}}}
    111111