Changes between Version 21 and Version 22 of GeniTmixTutorial


Ignore:
Timestamp:
02/27/13 12:00:24 (11 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniTmixTutorial

    v21 v22  
    4141}}}
    4242
     43Think of a unique name for your slice.  We recommend the slice name begin with your GENI username. 
     44Create a new slice by issuing the following command with your unique slice name in place of <sliceName>.
    4345{{{
    4446omni.py createslice <sliceName>
    45 omni.py -a pg-utah <sliceName> tmix.rspec
     47}}}
     48Next, create a sliver with the resources requested in the rspec by issuing the following command where <sliceName> is again replaced with the unique slice name you have chosen. 
     49{{{
     50omni.py -a pg-utah <sliceName> two-nodes-tmix.rspec
    4651}}}
    4752Note: this and future steps assume your ~/.gcf/omni_config includes a mapping from nickname pg-utah to https://www.emulab.net:12369/protogeni/xmlrpc/am. If pg-utah causes issues, you can use the full url in the -a option.