Changes between Version 41 and Version 42 of GENIExperimenter/Tutorials/jacks/HadoopInASlice/ObtainResources


Ignore:
Timestamp:
09/17/15 07:35:52 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/HadoopInASlice/ObtainResources

    v41 v42  
    145145             <ol type="a">
    146146             <li>Submit the request by running this omni command in a command line window: <br/>
    147              <code>omni createsliver slicename rspec_filename -a AM_NICKNAME </code>
     147             <code>omni createsliver SLICENAME RSPEC_FILE -a AM_NICKNAME </code> <br>
     148             where <code>AM_NICKNAME </code> is the nickname for your assigned aggregate manager, <code> SLICENAME </code> is the name of the slice you created earlier and <code> RSPEC_FILE </code> is the filename of the RSpec you just saved.
    148149              </li>
    149150<li> Wait until the slice is up by periodically running and checking the output of the command: <br>
    150 <code> readyToLogin slicename --useSliceAggregates</li>
     151<code> readyToLogin SLICENAME --useSliceAggregates</li>
    151152                 
    152153             </ol>