Changes between Version 3 and Version 4 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
05/25/15 13:43:21 (9 years ago)
Author:
rick@mcgeer.com
Comment:

--

Legend:

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

    v3 v4  
    2424----
    2525
    26 == 1. Get a GEE Slicelet and download GEE helper files ==
    27 
    28 Visit http://gee-project.org and login.  Once logged in, click on ''Get a slicelet''.  Reload the dashboard every few seconds until the slice is in state ''Running'' -- this should take about 30 seconds.  Then click on ''Download Slicelet File'' to download the GEE helper files.  Unpack the tarball and take a look at '''README.txt'''.
    29 
     26== 1.Use the SAVI Client and the Federation Tool to Create  a GENI Slice OMNI Bundle ==
     27
     28
     29* Use SFTP to transfer the Omni Bundle you downloaded in pre-work to the Downloads folder on client1.savitestbed.ca.  From the folder in which you have the Omni bundle, run
     30
     31$ sftp <savi-username>@client1.savitestbed.ca
     32
     33&gt; cd Downloads
     34
     35&gt; put omni.bundle
     36
     37&gt; bye
     38
     39* Using your SAVI credentials, log in to client1.savitestbed.ca.  Any ssh tool can be used for this, including Putty and cygwin ssh on Windows, and the builtin terminal tools on any Unix- or Linux-based
     40system.
     41
     42$ ssh <savi-username>@client1.testbed.ca
     43
     44* Once you're logged in, run
     45
     46$ omni-configure
     47
     48to configure Omni.
     49
     50Now download and unpack the GENI-SAVI Federation Tool
     51
     52$ wget http://web.uvic.ca/~sushilb/federation/tutorial.tar
     53
     54$  tar xvf tutorial.tar
     55
     56Generate keys to be used on the SAVI VMs you will be creating
     57
     58$  cd tutorial
     59
     60$ ./tutorial.sh generatekey
     61
     62It will ask you for your SAVI username and password.  Then it will ask you for the key name.  Use the name "savi-tutorial". 
     63
     64|| [[Image(wiki:GENIExperimenter/Tutorials/Graphics:tip.png, nolink, 50px, bottom)]] || '''Pro Tip:''' <i>Do not use a passphrase!</i>. ||
    3065----
    3166