Changes between Version 69 and Version 70 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/23/15 11:09:38 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup

    v69 v70  
    9898}}}
    9999}}}
    100  * The general form of the command to create a VM on GENI is:
     100 * Now add a VM running Ubuntu 14 at the '''InstaGENI Rack''' assigned to you.
     101{{{
     102#!div style="background: #E6D8F0; border: 3px ridge; width: 800px;"
     103The general form of the command to create a VM on GENI is:
    101104{{{
    102105$ ./tutorial.sh createvm geni <slice-name> <rack nickname> <os_image_name>
    103106}}}
    104  * Now add a VM running Ubuntu 14 at the '''InstaGENI Rack''' assigned to you.
    105 {{{
    106 #!div style="background: #ffd; border: 3px ridge; width: 800px;"
     107}}}
     108{{{
     109#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     110To create the virtual machine for the exercise, run:
    107111{{{
    108112$ ./tutorial.sh createvm geni <slice-name> <rack nickname> Ubuntu-14-04
     
    120124
    121125== 3. Create virtual machines on SAVI at Toronto or Victoria ==
    122 
    123  * The general form of the command to create a VM on SAVI is
     126 * Now add a VM running Ubuntu 14 at the '''SAVI site''' assigned to you.
     127{{{
     128#!div style="background: #E6D8F0; border: 3px ridge; width: 800px;"
     129The general form of the command to create a VM on SAVI is
    124130{{{
    125131$ ./tutorial.sh createvm savi <tenant_name> <location> <os_image_name> <vm-size> <ssh_key> <vm-name>
    126132}}}
    127  * Each group will be given a specific site and values for all parameters.  The `vm-name` should be your GENI username, followed by the `sitename`.  e.g., for `rickmcg`, the name at Toronto will be `rickmcg-toronto`
    128 {{{
    129 #!div style="background: #ffd; border: 3px ridge; width: 800px;"
     133}}}
     134{{{
     135#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     136Each group will be given a specific site and values for all parameters.  The `vm-name` should be your GENI username, followed by the `sitename`.  e.g., for `rickmcg`, the name at Toronto will be `rickmcg-toronto`
     137
    130138Use the following command to reserve your SAVI node:
    131139{{{