Changes between Version 8 and Version 9 of GENIExperimenter/Tutorials/iMinds/GettingStarted_PartII_ccn/Procedure/Setup


Ignore:
Timestamp:
07/06/14 14:41:03 (10 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/iMinds/GettingStarted_PartII_ccn/Procedure/Setup

    v8 v9  
    133133<td>
    134134     <img border="0"
    135         src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/iMinds/GettingStarted_PartII_ccn/Procedure/Setup/viewRspec.png?format=raw"
    136         alt="View and edit an RSpec in jFed"  title="View and edit an RSpec in jFed" width=600 />
     135        src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/iMinds/GettingStarted_PartII_ccn/Procedure/Setup/saveRSpec.jpg?format=raw"
     136        alt="Saving a Request RSpec from jFed"  title="Saving a Request RSpec from jFed" width=600 />
    137137     <br />
    138      <b>Figure 3-4</b> <i>View and edit an RSpec in jFed.</i>
     138     <b>Figure 3-4</b> <i>Saving a Request RSpec from jFed.</i>
    139139  </td>
    140140 </tr>
    141141</table>
    142142}}}
    143 
    144 Open up a terminal window.
    145 
    146 Create a slice.  To avoid name collisions with others in the class, pick a name that is lab1 followed by the initials of your name.  For example:
    147 {{{
    148 omni createslice lab1vtt
    149 }}}
    150 
    151 
    152 
    153 
    154 
    155143
    156144
     
    161149From a terminal, please enter the command:
    162150{{{
    163 $ omni -a AM_NICKNAME createsliver SLICENAME RSPEC_FILE
     151$ omni -a AM_URL createsliver SLICENAME RSPEC_FILE
    164152}}}
    165 where {{{AM_NICKNAME}}} is the nickname for your assigned aggregate manager and {{{SLICENAME}}} 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 4.
     153where {{{AM_URL}}} is the URL for your assigned aggregate, {{{SLICENAME}}} is the name of your slice and  {{{RSPEC_FILE}}} is then name of file with your RSpec.
     154
     155For wall1, use the AM_URL {{{https://www.wall1.ilabt.iminds.be:12369/protogeni/xmlrpc/am/2.0}}} [[br]]
     156For wall2, use the AM_URL {{{https://www.wall2.ilabt.iminds.be:12369/protogeni/xmlrpc/am/2.0}}}
    166157
    167158
    168 If all is well, Omni should give you a number of informational messages, such as:
     159If all is well, the output from Omni will end with something like:
    169160{{{
    170 INFO:omni:Loading config file /home/geni/.gcf/omni_config
     161Result Summary: Got Reserved resources RSpec from www-wall1-ilabt-iminds-be-protogeniv2}}}
    171162}}}
    172 
    173 It should quickly proceed to the point where it makes the request to the remote manager:
    174 {{{
    175 INFO:omni:Creating sliver(s) from rspec file /home/geni/Downloads/experiments.rspec for slice ...
    176 }}}
    177 
    178 This step can sometimes be time-consuming, so please be patient.  If it succeeds, within a couple of minutes Omni should report:
    179 {{{
    180 INFO:omni: Completed createsliver:
    181 }}}
    182 
    183163and your resource reservation is complete!
    184164