Changes between Version 50 and Version 51 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


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

--

Legend:

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

    v50 v51  
    4141   * When prompted, enter the SAVI username and password.
    4242   * '''Windows users should use an SCP client of their choice (such as `winscp`)'''
    43  * 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
    44 system.
     43 * Using your SAVI credentials, log in to `client1.savitestbed.ca`. 
     44   * Any SSH tool can be used for this, including Putty and cygwin ssh on Windows, or the built-in terminal tools on any Unix- or Linux-based system.
    4545{{{
    4646$ ssh <savi-username>@client1.savitestbed.ca
    4747}}}
    48  * Once you're logged in, run
     48 * Once you are logged in, configure omni by running:
    4949{{{
    5050$ omni-configure
    5151}}}
    52 to configure Omni. Omni-configure should have placed your ssh keys (geni_key_portal and geni_key_portal.pub) in your .ssh folder on client1.savitestbed.ca.  Check to make sure that the keys are there.
    53  * Now download and unpack the GENI-SAVI Federation Tool
    54 
     52 * `omni-configure` should place your SSH keys (`geni_key_portal` and `geni_key_portal.pub`) in your `~/.ssh` folder on `client1.savitestbed.ca`.  Check to make sure that the keys are there:
     53{{{
     54jdoe_geni@savi-client1:~$ ls ~/.ssh
     55geni_cert_portal_key  geni_cert_portal_key.pub  geni_key_portal  geni_key_portal.pub  id_rsa.pub  known_hosts
     56}}}
     57 * Now download and unpack the GENI-SAVI Federation Tool:
    5558{{{
    5659$ wget http://web.uvic.ca/~sushilb/federation/tutorial.tar
    57 $  tar xvf tutorial.tar
     60$ tar xvf tutorial.tar
    5861}}}
    5962