Changes between Version 58 and Version 59 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/22/15 17:26:39 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v58 v59  
    9494== 3. Create virtual machines on SAVI at Toronto or Victoria ==
    9595
    96 The general form of the command to create a VM on SAVI is
    97 
     96 * The general form of the command to create a VM on SAVI is
    9897{{{
    9998$ ./tutorial.sh createvm savi <tenant_name> <location> <os_image_name> <vm-size> <ssh_key> <vm-name>
    10099}}}
    101 
    102 we 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
     100 * Each group will be given a specific site and values for all parameters. 
     101   * The `vm-name` should be your GENI username, followed by the `sitename`.  e.g., for `rickmcg`, the name at Toronto will be `rickmcg-toronto`
     102   * Use the following command to reserve your SAVI node:
    103103{{{
    104104$ ./tutorial.sh createvm savi geniUsers <savi site> Ubuntu-14-04-64 small geni_key_portal <geni_username>-<savi sitename>
    105105}}}
    106 
    107 We now have VMs at a GENI rack one SAVI site.   Check the status of your resources on both GENI and SAVI
    108 
     106 * You should now have one VM on a GENI rack and one VM at a SAVI site.   Check the status of your resources on both GENI and SAVI:
    109107{{{
    110108$ ./tutorial.sh listinstance geni <slice-name>
    111109$ ./tutorial.sh listinstance savi <site-name>
    112110}}}
    113 
    114 Take note of the hostname for your GENI VM and the public IP address listed for your SAVI VM, we'll use these in the next step.
     111 * Take note of the hostname for your GENI VM and the public IP address listed for your SAVI VM as these will be used in the next step.
    115112
    116113Notice that access to the SAVI machines are by IP address.