Changes between Version 9 and Version 10 of GENIExperimenter/Tutorials/RunHelloOmni


Ignore:
Timestamp:
02/09/17 15:41:39 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/RunHelloOmni

    v9 v10  
    160160  omni listresources -a nysernet-ig --available -o
    161161  </code></li>
    162   <li><b>Reserve resources</b> To be able to reserve resources you will need to craft a <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/RSpecs" target="_blank">  request rspec</a>. For this example we have created the rspec and posted it on the web for you to use. If you want you can  view this Rspec <a href="http://www.gpolab.bbn.com/experiment-support/HelloGENI/hellogeni.rspec" target="_blank"> here </a>. Type:<br>
    163   <code>
    164     omni createsliver -a nysernet-ig &lt slicename &gt http://www.gpolab.bbn.com/experiment-support/HelloGENI/hellogeni.rspec
     162  <li><b>Reserve resources</b> To be able to reserve resources you will need to craft a <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/RSpecs" target="_blank">  request rspec</a>. For this example we have created the rspec and posted it on the web for you to use. If you want you can  view this Rspec <a href="https://raw.githubusercontent.com/GENI-NSF/geni-tutorials/master/HelloGENI/hellogeni.rspec" target="_blank"> here </a>. Type:<br>
     163  <code>
     164    omni createsliver -a nysernet-ig &lt slicename &gt https://raw.githubusercontent.com/GENI-NSF/geni-tutorials/master/HelloGENI/hellogeni.rspec
    165165  </code></li>
    166166  <li><b>See the reserved resources</b>. You can use the <code>listresources</code> command, to see what resources are reserved at an Aggregate. <br>