Changes between Version 58 and Version 59 of GIMIv1.1Tutorial/Slice
- Timestamp:
- 10/20/12 19:54:07 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIMIv1.1Tutorial/Slice
v58 v59 187 187 omni.py -a eg-sm createsliver gimiXXslice ~/Tutorials/GIMI/gimiXX/gimi-tutorial.rspec 188 188 }}} 189 * Check the status of the sliver (you are waiting for all geni_status to show '' ready''):189 * Check the status of the sliver (you are waiting for all geni_status to show ''Active''): 190 190 {{{ 191 191 omni.py -a eg-sm sliverstatus gimiXXslice 2>&1 | grep geni_status 192 192 }}} 193 194 * Example output: 195 {{{ 196 "geni_status": "ready", 197 "geni_status": "Active" 198 "geni_status": "Active" 199 "geni_status": "Active" 200 "geni_status": "Active" 201 "geni_status": "Active" 202 "geni_status": "Active" 203 "geni_status": "Active" 204 "geni_status": "Active" 205 "geni_status": "Active" 206 "geni_status": "Active" 207 "geni_status": "Active" 208 209 }}} 210 193 211 * Get the manifest of the sliver to get the login information (manifest will be saved to a file specified in the output): 194 212 {{{