Changes between Version 50 and Version 51 of GENIExperimenter/Tutorials/NSDI13/IntroToOmni/DesignSetup


Ignore:
Timestamp:
06/24/13 23:20:57 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NSDI13/IntroToOmni/DesignSetup

    v50 v51  
    131131  `listresources` command. Type:
    132132   {{{
    133  omni.py listresources -a pg-utah -o
     133 omni.py listresources -a ig-utah -o
    134134}}}
    135135  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 :
     
    164164  In order to see only available resources type
    165165  {{{
    166   omni.py listresources -a pg-utah --available -o
     166  omni.py listresources -a ig-utah --available -o
    167167  }}}
    168168  i. To be able to reserve resources you will need to craft a request rspec.
     
    170170http://www.gpolab.bbn.com/experiment-support/HelloGENI/hellogeni.rspec . Type :
    171171  {{{
    172   omni.py createsliver -a pg-utah <slicename> <rspec_url>
     172  omni.py createsliver -a ig-utah <slicename> <rspec_url>
    173173  }}}
    174174 
    175175  i. Look at your reserved resources. Type:
    176176  {{{
    177   omni.py listresources -a pg-utah <slicename>
     177  omni.py listresources -a ig-utah <slicename>
    178178  }}}
    179179  i. Extend the lifetime of your sliver:
    180180  {{{
    181 omni.py renewsliver -a pg-utah <slicename> YYYYMMDD
     181omni.py renewsliver -a ig-utah <slicename> YYYYMMDD
    182182  }}}
    183183  i. Check the status of your resources. Type:
    184184  {{{
    185   omni.py sliverstatus -a pg-utah <slicename>
     185  omni.py sliverstatus -a ig-utah <slicename>
    186186  }}}
    187187  The `sliverstatus` command reports the status of your overall GENI slice. When