Changes between Version 53 and Version 54 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


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

--

Legend:

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

    v53 v54  
    3232 * Getting an Omni bundle:
    3333   * In the GENI portal, browse to the [https://portal.geni.net/secure/profile.php Profile tab] and then select ''Configure Omni''.  If necessary, follow the prompts to generate an SSL certificate.  Then, click the '''Download your omni data''' button.
    34 
    35 == 1.Use the SAVI Client and the Federation Tool to Create  a GENI Slice OMNI Bundle ==
     34 
     35== 1.Use the SAVI Client and the Federation Tool to Create a GENI Slice OMNI Bundle ==
    3636 * Use `scp` to transfer the `omni.bundle` you downloaded in the pre-work from your local machine to the `Downloads` folder on `client1.savitestbed.ca`. 
    3737   * From the folder containing `omni.bundle`, run:
     
    6363----
    6464
    65 == 2. Create a slice on GENI and Add Some VMs to it ==
    66 
    67 We will now create a slice on GENI.  Use gs-<yourinitials> as the slice name.  In the tutorial directory,
     65== 2. Create a slice on GENI and reserve some virtual machines in it ==
     66
     67 * We will now create a slice on GENI.  Use `gs-<yourinitials>` as the slice name. 
     68   * Change into the tutorial directory:
     69{{{
     70cd tutorial
     71}}}
     72   * In the tutorial directory, run:
    6873{{{
    6974$ ./tutorial.sh createslice geni <slice_name>
    7075}}}
    71 Now add a VM running Ubuntu 14 at the '''InstaGENI Rack''' assigned to you.
    72 {{{
    73 $ ./tutorial.sh createvm geni <slice-name > <rack name> Ubuntu-14-04
     76 * Now add a VM running Ubuntu 14 at the '''InstaGENI Rack''' assigned to you.
     77{{{
     78$ ./tutorial.sh createvm geni <slice-name> <rack nickname> Ubuntu-14-04
    7479}}}
    7580