Changes between Version 27 and Version 28 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/15/15 12:43:05 (9 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

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

    v27 v28  
    6868== 2. Create a slice on GENI and Add Some VMs to it ==
    6969
    70 We will now create a slice on GENI.  Use your GENI username as the slice name.  In the tutorial directory,
    71 {{{
    72 $ ./tutorial.sh createslice geni <your_geni_username>
     70We will now create a slice on GENI.  Use gs-<yourinitials> as the slice name.  In the tutorial directory,
     71{{{
     72$ ./tutorial.sh createslice geni <slice_name>
    7373}}}
    7474Now add a VM running Ubuntu 14 at the '''InstaGENI Rack''' assigned to you.
    7575{{{
    76 $ ./tutorial.sh createvm geni slice-name <rack name> Ubuntu-14-04
     76$ ./tutorial.sh createvm geni <slice-name > <rack name> Ubuntu-14-04
    7777}}}
    7878
    7979This will take about a minute.  It will then come back with a response of the form
    8080{{{
    81   Result Summary: Got Reserved resources RSpec from utahddc-geniracks-net. Reservation at utahddc-ig in slice rizpan expires at 2015-05-25 22:59:40 (UTC).
    82 "hostname="<name>.utahddc.geniracks.net"
    83 
    84  To connect to the created VM please use to the given hostname="<name>.utahddc.geniracks.net"
     81  Result Summary: Got Reserved resources RSpec from ...
     82
     83 To connect to the created VM please use to the given hostname="<name>.<rack domain name>"
    8584}}}
    8685
     
    9998we have chosen values for all parameters; each group will be given a specific site at the tutorial.  The vm-name should be your geni-username, followed by the sitename.  E.g., for rickmcg, the name at Toronto will be rickmcg-toronto
    10099{{{
    101 $ ./tutorial.sh createvm savi geniUsers toronto Ubuntu-14-04-64 small geni_cert_portal_key <geni_username>-toronto
    102 }}}
    103 
    104 We now have VMs at, Utah and at one SAVI site.   Check the status of your resources on both GENI and SAVI
     100$ ./tutorial.sh createvm savi geniUsers toronto Ubuntu-14-04-64 small geni_cert_portal_key <geni_username>-<savi sitename>
     101}}}
     102
     103We now have VMs at a GENI rack one SAVI site.   Check the status of your resources on both GENI and SAVI
    105104
    106105{{{