Changes between Version 33 and Version 34 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Setup


Ignore:
Timestamp:
06/20/16 11:50:52 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Setup

    v33 v34  
    151151$ omni createslice SLICE_NAME --project PROJ_NAME
    152152}}}
     153
     154If successful, you should see a {{{Completed createslice}}} message.
    153155 
    154156=== 3.2. Load a simple topology in Jacks ===
     
    278280From a terminal, please enter the command:
    279281{{{
    280 $ omni -a AM_NICKNAME createsliver SLICE_NAME RSPEC_FILE
    281 }}}
    282 where {{{AM_NICKNAME}}} is the nickname for your assigned aggregate manager and {{{SLICE_NAME}}} is the name of the slice you created earlier (both of these are given on your worksheet).  {{{RSPEC_FILE}}} should be replaced with the filename of the RSpec you saved in step 3.4.
     282$ omni -a AM_NICKNAME createsliver SLICE_NAME RSPEC_FILE --project PROJ_NAME
     283}}}
     284where {{{AM_NICKNAME}}} is the nickname for your assigned aggregate manager, {{{SLICE_NAME}}} is the name of the slice, and {{{PROJ_NAME}}} is the name of the project you created earlier.  {{{RSPEC_FILE}}} should be replaced with the filename of the RSpec you saved in step 3.4.
    283285 
    284286 
    285287If all is well, Omni should give you a number of informational messages, such as:
    286 {{{
    287 INFO:omni:Loading config file /home/geni/.gcf/omni_config
    288 }}}
    289  
    290 It should quickly proceed to the point where it makes the request to the remote manager:
    291 {{{
    292 INFO:omni:Creating sliver(s) from rspec file /home/geni/Downloads/experiments.rspec for slice ...
    293 }}}
    294 
    295 This step can sometimes be time-consuming, so please be patient.  If it succeeds, within a couple of minutes Omni should report:
    296 {{{
    297 INFO:omni: Completed createsliver:
    298 }}}
    299 
    300 and your resource reservation is complete!
     288{{{
     289Result Summary: Got Reserved resources RSpec from instageni-idre-ucla-edu. ...
     290}}}
    301291 
    302292