Changes between Version 16 and Version 17 of GENIExperimenter/Tutorials/HelloOmni


Ignore:
Timestamp:
11/15/12 11:44:53 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/HelloOmni

    v16 v17  
    7575  omni.py renewslice <slicename> <YYYYMMDD>
    7676  }}}
    77   4. '''Reserve resources'''.
    78 
    79 == 4b. Reserve resources, a.k.a create a sliver ==
    80 The next step in a GENI experiment is to actually reserve resources. For this
    81 experiment we are going to use the Aggregate manager of ProtoGENI in Utah.
    82   i. In Omni in order to see what each AM offers you can use the
    83   `listresources` command. Type:
     77  4. '''See available resources'''.  For this experiment we are going to use the Aggregate manager of ProtoGENI in Utah.  In order to see what each AM offers you can use the `listresources` command. Type:
    8478   {{{
    8579 omni.py listresources -a pg-utah -o
    8680}}}
    87   The `-o` option will save the output to a file. The filename is chosen by Omni and printed as part of the output. The output will look like :
    88   {{{
     81   The `-o` option will save the output to a file. The filename is chosen by Omni and printed as part of the output. The output will look like :
     82   {{{
    8983geni@geni-VirtualBox:~$ omni.py listresources -a pg-utah -o
    9084INFO:omni:Loading config file /home/geni/.gcf/omni_config
     
    114108  omni.py listresources -a pg-utah --available -o
    115109  }}}
     110 
     111== 4b. Reserve resources, a.k.a create a sliver ==
    116112  i. To be able to reserve resources you will need to craft a request rspec.
    117113  For this example we have created the rspecs for you, use the rspec URL given