Changes between Version 26 and Version 27 of GIMIv1.1Tutorial/Slice
- Timestamp:
- 10/12/12 15:08:49 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIMIv1.1Tutorial/Slice
v26 v27 119 119 omni.py createslice johGimi09-tutorial 120 120 }}} 121 * Create the sliver 121 * Create the sliver: 122 122 {{{ 123 123 omni.py -a eg-sm createsliver johGimi09-tutorial ~/Tutorials/GIMI/gimi09/gec15-tutorial-gimi09-nospec.rspec 124 }}} 125 * Check the status of the sliver: 126 {{{ 127 omni.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 {{{ 131 omni.py -a eg-sm listresources johGimi09-tutorial -o 132 }}} 133 * Delete the sliver: 134 {{{ 135 omni.py -a eg-sm deletesliver johGimi09-tutorial 124 136 }}} 125 137