Changes between Version 29 and Version 30 of GEC13Agenda/ExperimenterWorkflowTutorial/Tutorial
- Timestamp:
- 03/13/12 10:21:40 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC13Agenda/ExperimenterWorkflowTutorial/Tutorial
v29 v30 92 92 [[Image(choose-ams.png, 60%)]] 93 93 94 Now Flack will go behind the scenes and invoke listresources in the selected AMs and populate the map. 94 Now Flack will go behind the scenes and invoke listresources in the selected AMs and populate the map. While Flack is loading the resources you can browse through your personal information by clicking to the button with your username on the left. You will see your credential, your certificate and your ssh keys. 95 95 96 96 ===Configure Flack to use your account === … … 275 275 }}} 276 276 277 The `-o` option will 278 279 {{{ 280 geni@geni-vm:~/Tutorials/ExptWorkflow/gpousr25$ omni.py getversion-a pg-utah -o277 The `-o` option will save the output to a file. The filename is chosen by Omni and printed as part of the output. For user gpousr25 this will look like : 278 279 {{{ 280 geni@geni-vm:~/Tutorials/ExptWorkflow/gpousr25$ omni.py listresources -a pg-utah -o 281 281 INFO:omni:Loading config file omni_config 282 282 INFO:omni:Using control framework pgeni 283 INFO:omni:Saving output to a file. 283 284 INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am, URN unspecified_AM_URN 284 INFO:omni:Writing result of getversion at AM unspecified_AM_URN (https://www.emulab.net/protogeni/xmlrpc/am) to file 'getversion-www-emulab-net-protogeni.xml' 285 INFO:omni:Writing to 'getversion-www-emulab-net-protogeni.xml' 286 INFO:omni:AM URN: unspecified_AM_URN (url: https://www.emulab.net/protogeni/xmlrpc/am) has version: 285 INFO:omni:Listed resources on 1 out of 1 possible aggregates. 286 INFO:omni:Writing to 'rspec-www-emulab-net-protogeni.xml' 287 287 INFO:omni: ------------------------------------------------------------ 288 INFO:omni: Completed getversion:288 INFO:omni: Completed listresources: 289 289 290 290 Options as run: … … 294 294 output: True 295 295 296 Args: getversion 297 298 Result Summary: Saved getversion at AM unspecified_AM_URN (https://www.emulab.net/protogeni/xmlrpc/am) to file 'getversion-www-emulab-net-protogeni.xml'. 299 300 Got version for 1 out of 1 aggregates 301 296 Args: listresources 297 298 Result Summary: Retrieved resources from 1 aggregates. 299 Wrote rspecs from 1 aggregates to 1 files 300 Saved listresources RSpec at 'unspecified_AM_URN' to file rspec-www-emulab-net-protogeni.xml; . 302 301 INFO:omni: ============================================================ 303 geni@geni-vm:~/Tutorials/ExptWorkflow/gpousr25$ 304 }}} 302 }}} 303 304 === Createslice in Flack === 305 305 306 306 307 == 1. Configure Omni ==