Changes between Version 9 and Version 10 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
05/26/15 13:11:54 (9 years ago)
Author:
rick@mcgeer.com
Comment:

--

Legend:

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

    v9 v10  
    7777$ ./tutorial.sh createslice geni <your_geni_username>
    7878}}}
    79 Now add VMs at the Cornell and Utah Downtown Data Center racks
    80 {{{
    81 $ ./tutorial.sh createvm geni slice-name https://geni.it.cornell.edu:12369/protogeni/xmlrpc/am/2.0 Ubuntu-14-04
     79Now add a VM at the Utah Downtown Data Center GENI rack
     80{{{
    8281$ ./tutorial.sh createvm geni slice-name https://boss.utahddc.geniracks.net:12369/protogeni/xmlrpc/am/2.0 Ubuntu-14-04
    8382}}}
     
    9190}}}
    9291
    93 The machine will now be in a booting state.  It will take about 5-10 minutes before you can log in.  We'll use the time productively and create some SAVI VMs while we wait.
     92The machine will now be in a booting state.  It will take about 5-10 minutes before you can log in.  We'll use the time productively and create a SAVI VM while we wait.
    9493
    9594----
     
    10099
    101100{{{
    102 $ ./tutorial.sh createvm savi <tenant_name> <location> <os_image_name> <machine_name> <access_key>l <vm-name>
    103 }}}
    104 
    105 we have chosen 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
     101$ ./tutorial.sh createvm savi <tenant_name> <location> <os_image_name> <machine_name> <access_key> <vm-size> <vm-name>
     102}}}
     103
     104we 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
    106105{{{
    107106$ ./tutorial.sh createvm savi <tenant_name> toronto ubuntu-14-04-64 small savi_tutorial <geni_username>-toronto
    108 $  ./tutorial.sh createvm savi <tenant_name> victoria ubuntu-14-04-64 small savi_tutorial <geni-username>-victoria
    109 }}}
    110 
    111 We now have VMs at Cornell, Utah, Toronto, and Victoria.   Check the status of your resources on both GENI and SAVI
     107}}}
     108
     109We now have VMs at, Utah and at one SAVI site.   Check the status of your resources on both GENI and SAVI
    112110
    113111{{{