Changes between Version 45 and Version 46 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/22/15 16:56:02 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v45 v46  
    2525== 0. Prerequisites: Get a SAVI account and an Omni bundle ==
    2626
    27 * Make sure you have ssh keys and ssl certs in the GENI Portal.  You can verify this by going to the Profile tab on the Portal.
    28 
    29 * Getting a SAVI account:
    30 
    31   * As a GENI user, scroll down on the GENI portal homepage until you see "Tools". There, hit the SAVI button. Proceed through the remaining prompts until you get an email with you SAVI username and password.
    32 
    33   * Then, go to http://portal.savitestbed.ca/ and login to verify that your credentials work.
    34 
    35 * Getting an Omni bundle:
    36  
    37   * In the GENI portal, click "Profile" and then "Configure Omni" in the set of tabs on the profile page. There, click the "Download your omni data" button.
     27 * Make sure you have ssh keys and ssl certs in the GENI Portal.  You can verify this by going to the [https://portal.geni.net/secure/profile.php Profile tab] on the Portal.
     28 * Getting a SAVI account:
     29   * As a GENI user, scroll down on the GENI portal homepage until you see "Tools". There, hit the SAVI button. Proceed through the remaining prompts until you get an email with you SAVI username and password.
     30   * Then, go to http://portal.savitestbed.ca/ and login to verify that your credentials work.
     31 * Getting an Omni bundle:
     32   * In the GENI portal, click "Profile" and then "Configure Omni" in the set of tabs on the profile page. There, click the "Download your omni data" button.
    3833
    3934== 1.Use the SAVI Client and the Federation Tool to Create  a GENI Slice OMNI Bundle ==
    40 
    41 * Use scp 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
    42 
     35 * Use scp 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
    4336{{{
    4437$ scp omni.bundle <savi-username>@client1.savitestbed.ca:Downloads
    4538}}}
    4639Windows users can use winscp
    47 
    48 * 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
     40 * 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
    4941system.
    5042{{{
    5143$ ssh <savi-username>@client1.savitestbed.ca
    5244}}}
    53 * Once you're logged in, run
     45 * Once you're logged in, run
    5446{{{
    5547$ omni-configure
    5648}}}
    5749to 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.
    58 
    59 * Now download and unpack the GENI-SAVI Federation Tool
     50 * Now download and unpack the GENI-SAVI Federation Tool
    6051
    6152{{{