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


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

--

Legend:

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

    v8 v9  
    4646* 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
    4747system.
    48 
     48{{{
    4949$ ssh <savi-username>@client1.testbed.ca
    50 
     50}}}
    5151* Once you're logged in, run
    52 
     52{{{
    5353$ omni-configure
    54 
     54}}}
    5555to configure Omni.
    5656
    5757Now download and unpack the GENI-SAVI Federation Tool
    5858
     59{{{
    5960$ wget http://web.uvic.ca/~sushilb/federation/tutorial.tar
    60 
    6161$  tar xvf tutorial.tar
    62 
    63 Generate keys to be used on the SAVI VMs you will be creating
    64 {{{
    65 $  cd tutorial
    66 $ ./tutorial.sh generatekey
    67 }}}
    68 
    69 It will ask you for your SAVI username, password, and project name.  Then it will ask you for the key name.  Use the name "savi-tutorial". 
    70 
     62}}}
     63
     64Upload your GENI public/private key pair to the directory ~/.ssh on client1.savitestbed.ca
     65{{{
     66$ scp id_rsa id_rsa.pub <savi-username>@client1.testbed.ca:.ssh
     67}}}
    7168|| [[Image(wiki:GENIExperimenter/Tutorials/Graphics:tip.png, nolink, 50px, bottom)]] || '''Pro Tip:''' Do not use a passphrase!. ||
    7269