Changes between Version 26 and Version 27 of GIMIv1.1Tutorial/Slice


Ignore:
Timestamp:
10/12/12 15:08:49 (12 years ago)
Author:
zink@cs.umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.1Tutorial/Slice

    v26 v27  
    119119omni.py createslice johGimi09-tutorial
    120120}}}
    121   * Create the sliver
     121  * Create the sliver:
    122122{{{
    123123omni.py -a eg-sm createsliver johGimi09-tutorial ~/Tutorials/GIMI/gimi09/gec15-tutorial-gimi09-nospec.rspec
     124}}}
     125  * Check the status of the sliver:
     126{{{
     127omni.py -a eg-sm sliverstatus johGimi09-tutorial 2>&1 | grep geni_status
     128}}}
     129  * Get the manifest of the sliver (to get the login information):
     130{{{
     131omni.py -a eg-sm listresources johGimi09-tutorial -o
     132}}}
     133  * Delete the sliver:
     134{{{
     135omni.py -a eg-sm deletesliver johGimi09-tutorial
    124136}}}
    125137