Changes between Version 28 and Version 29 of GEC13Agenda/ExperimenterWorkflowTutorial/Tutorial


Ignore:
Timestamp:
03/13/12 10:15:08 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC13Agenda/ExperimenterWorkflowTutorial/Tutorial

    v28 v29  
    185185}}}
    186186
    187 ===== Test configuration ====
     187==== Test configuration ====
    188188In order to test that our configuration is correct, you can issue a getversion
    189189command. For this step we have used !PlanetLab's AM, but you can use any
     
    270270
    271271=== List Resources in Omni ===
    272 Flack goes behind the scenes and call listresources for the AMs that you chose, and draws the resources in a map. In Omni in order to see what is available in each AM you will have to manually invoke listreouces
     272Flack goes behind the scenes and call listresources for the AMs that you chose, and draws the resources in a map. In Omni in order to see what is available in each AM you will have to manually invoke listresources. Invoke listresources on utah's ProtoGENI cluster
     273{{{
     274 omni.py getversion -a pg-utah -o
     275}}}
     276
     277The `-o` option will
     278
     279{{{
     280geni@geni-vm:~/Tutorials/ExptWorkflow/gpousr25$ omni.py getversion -a pg-utah -o
     281INFO:omni:Loading config file omni_config
     282INFO:omni:Using control framework pgeni
     283INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am, URN unspecified_AM_URN
     284INFO:omni:Writing result of getversion at AM unspecified_AM_URN (https://www.emulab.net/protogeni/xmlrpc/am) to file 'getversion-www-emulab-net-protogeni.xml'
     285INFO:omni:Writing to 'getversion-www-emulab-net-protogeni.xml'
     286INFO:omni:AM URN: unspecified_AM_URN (url: https://www.emulab.net/protogeni/xmlrpc/am) has version:
     287INFO:omni: ------------------------------------------------------------
     288INFO:omni: Completed getversion:
     289
     290  Options as run:
     291                aggregate: pg-utah
     292                framework: pgeni
     293                native: True
     294                output: True
     295
     296  Args: getversion
     297
     298  Result Summary: Saved getversion at AM unspecified_AM_URN (https://www.emulab.net/protogeni/xmlrpc/am) to file 'getversion-www-emulab-net-protogeni.xml'.
     299
     300Got version for 1 out of 1 aggregates
     301 
     302INFO:omni: ============================================================
     303geni@geni-vm:~/Tutorials/ExptWorkflow/gpousr25$
     304}}}
    273305
    274306== 1. Configure Omni ==