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


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

--

Legend:

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

    v42 v43  
    126126    </li>
    127127    <li> <b> Inspect </b> your topology to ensure that all the configurations are correct and <b> Download </b> your rspec. <br>
    128      <b> NOTE: </b> The rspec will be saved in your default dowload folder (usually ~/Downloads) under a name similar to <code>slicename_request_rspec.xml </code>
     128     <b> NOTE: </b> The rspec will be saved in your default dowload folder (usually ~/Downloads) under a name similar to <code>SLICENAME_request_rspec.xml </code>
    129129    </li>
    130130  </ol>
     
    146146             <li>Submit the request by running this omni command in a command line window: <br/>
    147147             <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.
     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. <br>
     149                If all goes well Omni should print a line close to the else like <br> <code>  Result Summary: Got Reserved resources RSpec from .... </code>
    149150              </li>
    150151<li> Wait until the slice is up by periodically running and checking the output of the command: <br>