Changes between Version 8 and Version 9 of GENIExperimenter/Tutorials/ECE375


Ignore:
Timestamp:
08/06/13 14:48:48 (11 years ago)
Author:
epittore@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ECE375

    v8 v9  
    1010'''Set Up'''
    1111
    12 This experiment assumes you have completed {{{lab 0}}}. you need a GENI account, ssh credentials, and the class {{{VirtualBox}}} image. You also need to set up the experiment with Flukes. If you do not already have this set up, go [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/ECE375/Setup to the setup page] for instructions on how to set up your account.
     12This experiment assumes you have completed {{{lab 0}}}.
    1313
     14Join the Project:
     15
     16 1. Go to [https://portal.geni.net/] press the “Use GENI” button and log in with your UMass OIT credentials.
     17 2. Click “Join a Project” and select “UMASS-ECE374”.
     18 3. You will then get a notification inviting you to join the project.
     19
     20Get Your Credentials:
     21
     22 1. Open a browser and go to [https://portal.geni.net/]
     23 2. Log in using your UMass OIT credentials.
     24 3. When you are logged in, select “Profiles” from the top, right menu.
     25 4. Next, click on “Generate SSH keypair” and enter your passphrase. [[BR]]
     26Make sure you remember that passphrase.
     27 5. On the next page click on “Download Private Key” and save the key to {{{~/.ssh}}} locally.
     28 6. In the browser, still on the same page under “My Stuff, Configure Omni” click on the link “create an SSL certificate”.
     29 7. Download the certificate to {{{~/.ssl}}} locally.
     30 8. Make sure the files that hold your secret keys are adequately protected. To
     31make sure that’s the case you can execute the following commands:
     32{{{
     33chmod 0600 .ssh/id_geni_ssh_rsa
     34}}}
    1435
    1536'''Experiment'''