Changes between Version 9 and Version 10 of GENIExperimenter/ExperimentExample


Ignore:
Timestamp:
06/27/11 09:05:07 (13 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/ExperimentExample

    v9 v10  
    662662}}}
    663663
     664== Find Slivers and List Resources in your Slice ==
     665If at any point you forget what you have reserved in your slice, or lose the manifest RSpec that you saved earlier, you can retrieve it. By calling ''listresources'' with your slice name as an argument, you get your manifest RSpec again.
     666
     667Run:
     668{{{
     669$ ./src/omni.py -a https://www.emulab.net/protogeni/xmlrpc/am -o -t ProtoGENI 2 listresources lnevers_slice
     670INFO:omni:Loading config file omni_config
     671INFO:omni:Using control framework pgeni
     672INFO:omni:Saving output to a file.
     673INFO:omni:Gathering resources reserved for slice lnevers_slice..
     674INFO:omni:Listed resources on 1 out of 1 possible aggregates.
     675.....
     676}}}
     677
     678The result will be a file of the resources in your slice at that aggregate.
     679
    664680== Verify Resources and run your Experiment ==
    665681