Changes between Version 15 and Version 16 of GEC16Agenda/WiMAX-Tutorial/Streamload/07


Ignore:
Timestamp:
07/17/13 19:48:07 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Streamload/07

    v15 v16  
    55Ready to run the experiment? First turn the nodes on, since they'll still be off after being imaged:
    66
    7 {{{omf tell -a on -t node1-5.sb4.orbit-lab.org,node1-6.sb4.orbit-lab.org,node1-9.sb4.orbit-lab.org}}}
     7{{{
     8omf tell -a on -t node1-5.sb4.orbit-lab.org,node1-6.sb4.orbit-lab.org,node1-9.sb4.orbit-lab.org
     9}}}
    810
    911[[br]]
     
    1113Then run:
    1214
    13 {{{omf exec wmxtutor-streamload.rb}}}
     15{{{
     16omf exec wmxtutor-streamload.rb
     17}}}
    1418
    1519[[br]]
     
    1721Make a note of your experiment ID, which is printed on the console like this:
    1822
    19 {{{ INFO NodeHandler: Experiment ID: default_slice-2013-07-17t19.19.57.782-04.00}}}
     23{{{
     24INFO NodeHandler: Experiment ID: default_slice-2013-07-17t19.19.57.782-04.00
     25}}}
    2026
    2127[[br]]
    2228Once the experiment has concluded, note its Experiment ID push the results to a "streamload" directory in iRODS using this ID:
    2329
    24 {{{iarchive -e expID -c streamload}}}
     30{{{
     31iarchive -e expID -c streamload
     32}}}
    2533
    2634(replace '''expID''' with your actual Experiment ID as printed on the console)